#FF0100 - #FF5200 | colorate
Blend #FF0100 to #FF5200
Calculate the color between two colors, #FF0100 and #FF5200. In calculation of RGB values, saturation between the dissimilar colors is low. In calculating of HSV values, saturation between the dissimilar colors is not low.
RGB Blend(Linear)
#FF0100 - #FF5200 | colorate
Calculation of color between two colors based on RGB value. For colors that are distant from each other, the saturation between the two colors decreases. Expand the color between two colors with #FF0100 as 0% and #FF5200 as 100%.
0.0% #FF0100 |
RGB 255 1 0 | #FF0100 |
16.7% #FF0E00 |
RGB 255 14 0 | #FF0E00 |
33.3% #FF1C00 |
RGB 255 28 0 | #FF1C00 |
50.0% #FF2900 |
RGB 255 41 0 | #FF2900 |
66.7% #FF3700 |
RGB 255 55 0 | #FF3700 |
83.3% #FF4400 |
RGB 255 68 0 | #FF4400 |
100.0% #FF5200 |
RGB 255 82 0 | #FF5200 |
HSV Blend
#FF0100 - #FF5200 | colorate
Calculation of color between two colors based on HSV value. Even between distinct colors of color, the saturation between the two colors does not decrease. Expand the color between two colors with #FF0100 as 0% and #FF5200 as 100%.
0.0% #FF0100 |
RGB 255 1 0 | #FF0100 |
16.7% #FF0E00 |
RGB 255 14 0 | #FF0E00 |
33.3% #FF1C00 |
RGB 255 28 0 | #FF1C00 |
50.0% #FF2900 |
RGB 255 41 0 | #FF2900 |
66.7% #FF3700 |
RGB 255 55 0 | #FF3700 |
83.3% #FF4400 |
RGB 255 68 0 | #FF4400 |
100.0% #FF5200 |
RGB 255 82 0 | #FF5200 |
CSS codes
<style type="text/css"> /* RGB Gradient */ div { background: -moz-linear-gradient(top, #FF0100 0%, #FF5200 100%); background: -webkit-linear-gradient(top, #FF0100 0%, #FF5200 100%); background: linear-gradient(to bottom, #FF0100 0%, #FF5200 100%); } /* HSV Gradient */ div { background: -moz-linear-gradient(top, #FF0100 0%, #FF2900 50%, #FF5200 100%); background: -webkit-linear-gradient(top, #FF0100 0%, #FF2900 50%, #FF5200 100%); background: linear-gradient(to bottom, #FF0100 0%, #FF2900 50%, #FF5200 100%); } </style>
Similar Hue Variation
Disimilar Hue Variation
Utilities
Barcode
You can create barcodes online. The created barcode can be downloaded as PNG or EPS.
colorate
colorate is a color scheme tool for designers and developers. This will help you draw inspiration and serve as a resource for your color work.
textate
Make text to image. It is useful when you want to send text on SNS.