Shades of Carrot Orange #F08C12
Tints of Carrot Orange #F08C12
RGB
CMYK
RGB Variations
Color information
#F08C12 (or 0xF08C12) is known color: Carrot Orange. HEX triplet: F0, 8C and 12. RGB value is (240,140,18). Sum of RGB (Red+Green+Blue) = 240+140+18=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08C12 is #0F73ED. Grayscale: #9C9C9C. Windows color (decimal): -1012718 or 1215728. OLE color: 1215728.
HSL color Cylindrical-coordinate representation of color #F08C12: hue angle of 32.97º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F08C12 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 18 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.06 |
| HSL | 32.97º | 0.88% | 0.51% | - |
| HSV(B) | 32.97º | 0.93% | 0.94% | - |
| XYZ | 45.42 | 37.33 | 5.38 | - |
| YUV | 155.99 | 50.13 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 18 | 0 | 0.42 | 0.92 | 0.06 | 32.97 | 0.88 | 0.51 |
| Hex | F0 | 8C | 12 | 0 | 2A | 5C | 6 | 21 | 58 | 33 |
| Octal | 360 | 214 | 22 | 0 | 52 | 134 | 6 | 41 | 130 | 63 |
| Binary | 11110000 | 10001100 | 10010 | 0 | 101010 | 1011100 | 110 | 100001 | 1011000 | 110011 |
Color Harmonies of #F08C12
Complementary color
Monochromatic Colors of #F08C12
Black with #F08C12
Text Example
Text Example
White with #F08C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C12; }
p { color: rgb(240,140,18); }
H1.HeaderClassName
{
color: #F08C12;
}
.AnyTagClassName
{
color: #F08C12;
}
</style>
background-color css
<style>
a { background-color: #F08C12; }
a { background-color: rgb(240,140,18); }
div.DivClassName
{
background-color: #F08C12;
}
.BgClassName
{
background-color: #F08C12;
}
</style>
border-color css
<style>
span { border-color: #F08C12; }
span { border-color: rgb(240,140,18); }
td.TdClassName
{
border-color: #F08C12;
}
.TagClassName
{
border-color: #F08C12;
}
</style>