Shades of Carrot Orange #F08912
Tints of Carrot Orange #F08912
RGB
CMYK
RGB Variations
Color information
#F08912 (or 0xF08912) is known color: Carrot Orange. HEX triplet: F0, 89 and 12. RGB value is (240,137,18). Sum of RGB (Red+Green+Blue) = 240+137+18=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F08912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08912 is #0F76ED. Grayscale: #9A9A9A. Windows color (decimal): -1013486 or 1214960. OLE color: 1214960.
HSL color Cylindrical-coordinate representation of color #F08912: hue angle of 32.16º 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 #F08912 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 18 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.06 |
| HSL | 32.16º | 0.88% | 0.51% | - |
| HSV(B) | 32.16º | 0.93% | 0.94% | - |
| XYZ | 44.99 | 36.46 | 5.24 | - |
| YUV | 154.23 | 51.12 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 18 | 0 | 0.43 | 0.92 | 0.06 | 32.16 | 0.88 | 0.51 |
| Hex | F0 | 89 | 12 | 0 | 2B | 5C | 6 | 20 | 58 | 33 |
| Octal | 360 | 211 | 22 | 0 | 53 | 134 | 6 | 40 | 130 | 63 |
| Binary | 11110000 | 10001001 | 10010 | 0 | 101011 | 1011100 | 110 | 100000 | 1011000 | 110011 |
Color Harmonies of #F08912
Complementary color
Monochromatic Colors of #F08912
Black with #F08912
Text Example
Text Example
White with #F08912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08912; }
p { color: rgb(240,137,18); }
H1.HeaderClassName
{
color: #F08912;
}
.AnyTagClassName
{
color: #F08912;
}
</style>
background-color css
<style>
a { background-color: #F08912; }
a { background-color: rgb(240,137,18); }
div.DivClassName
{
background-color: #F08912;
}
.BgClassName
{
background-color: #F08912;
}
</style>
border-color css
<style>
span { border-color: #F08912; }
span { border-color: rgb(240,137,18); }
td.TdClassName
{
border-color: #F08912;
}
.TagClassName
{
border-color: #F08912;
}
</style>