Shades of Carrot Orange #F0891C
Tints of Carrot Orange #F0891C
RGB
CMYK
RGB Variations
Color information
#F0891C (or 0xF0891C) is known color: Carrot Orange. HEX triplet: F0, 89 and 1C. RGB value is (240,137,28). Sum of RGB (Red+Green+Blue) = 240+137+28=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0891C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0891C is #0F76E3. Grayscale: #9B9B9B. Windows color (decimal): -1013476 or 1870320. OLE color: 1870320.
HSL color Cylindrical-coordinate representation of color #F0891C: hue angle of 30.85º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0891C is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 28 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.06 |
| HSL | 30.85º | 0.88% | 0.53% | - |
| HSV(B) | 30.85º | 0.88% | 0.94% | - |
| XYZ | 45.09 | 36.5 | 5.77 | - |
| YUV | 155.37 | 56.12 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 28 | 0 | 0.43 | 0.88 | 0.06 | 30.85 | 0.88 | 0.53 |
| Hex | F0 | 89 | 1C | 0 | 2B | 58 | 6 | 1F | 58 | 35 |
| Octal | 360 | 211 | 34 | 0 | 53 | 130 | 6 | 37 | 130 | 65 |
| Binary | 11110000 | 10001001 | 11100 | 0 | 101011 | 1011000 | 110 | 11111 | 1011000 | 110101 |
Color Harmonies of #F0891C
Complementary color
Monochromatic Colors of #F0891C
Black with #F0891C
Text Example
Text Example
White with #F0891C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0891C; }
p { color: rgb(240,137,28); }
H1.HeaderClassName
{
color: #F0891C;
}
.AnyTagClassName
{
color: #F0891C;
}
</style>
background-color css
<style>
a { background-color: #F0891C; }
a { background-color: rgb(240,137,28); }
div.DivClassName
{
background-color: #F0891C;
}
.BgClassName
{
background-color: #F0891C;
}
</style>
border-color css
<style>
span { border-color: #F0891C; }
span { border-color: rgb(240,137,28); }
td.TdClassName
{
border-color: #F0891C;
}
.TagClassName
{
border-color: #F0891C;
}
</style>