Shades of Carrot Orange #F0892A
Tints of Carrot Orange #F0892A
RGB
CMYK
RGB Variations
Color information
#F0892A (or 0xF0892A) is known color: Carrot Orange. HEX triplet: F0, 89 and 2A. RGB value is (240,137,42). Sum of RGB (Red+Green+Blue) = 240+137+42=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0892A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0892A is #0F76D5. Grayscale: #9D9D9D. Windows color (decimal): -1013462 or 2787824. OLE color: 2787824.
HSL color Cylindrical-coordinate representation of color #F0892A: hue angle of 28.79º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0892A is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 42 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.06 |
| HSL | 28.79º | 0.87% | 0.55% | - |
| HSV(B) | 28.79º | 0.83% | 0.94% | - |
| XYZ | 45.3 | 36.58 | 6.86 | - |
| YUV | 156.97 | 63.12 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 42 | 0 | 0.43 | 0.82 | 0.06 | 28.79 | 0.87 | 0.55 |
| Hex | F0 | 89 | 2A | 0 | 2B | 52 | 6 | 1D | 57 | 37 |
| Octal | 360 | 211 | 52 | 0 | 53 | 122 | 6 | 35 | 127 | 67 |
| Binary | 11110000 | 10001001 | 101010 | 0 | 101011 | 1010010 | 110 | 11101 | 1010111 | 110111 |
Color Harmonies of #F0892A
Complementary color
Monochromatic Colors of #F0892A
Black with #F0892A
Text Example
Text Example
White with #F0892A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0892A; }
p { color: rgb(240,137,42); }
H1.HeaderClassName
{
color: #F0892A;
}
.AnyTagClassName
{
color: #F0892A;
}
</style>
background-color css
<style>
a { background-color: #F0892A; }
a { background-color: rgb(240,137,42); }
div.DivClassName
{
background-color: #F0892A;
}
.BgClassName
{
background-color: #F0892A;
}
</style>
border-color css
<style>
span { border-color: #F0892A; }
span { border-color: rgb(240,137,42); }
td.TdClassName
{
border-color: #F0892A;
}
.TagClassName
{
border-color: #F0892A;
}
</style>