Shades of Carrot Orange #F09118
Tints of Carrot Orange #F09118
RGB
CMYK
RGB Variations
Color information
#F09118 (or 0xF09118) is known color: Carrot Orange. HEX triplet: F0, 91 and 18. RGB value is (240,145,24). Sum of RGB (Red+Green+Blue) = 240+145+24=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F09118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09118 is #0F6EE7. Grayscale: #A0A0A0. Windows color (decimal): -1011432 or 1610224. OLE color: 1610224.
HSL color Cylindrical-coordinate representation of color #F09118: hue angle of 33.61º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F09118 is Cyan = 0, Magento = 0.40, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 24 | - |
| CMYK | 0 | 0.40 | 0.9 | 0.06 |
| HSL | 33.61º | 0.88% | 0.52% | - |
| HSV(B) | 33.61º | 0.9% | 0.94% | - |
| XYZ | 46.23 | 38.84 | 5.93 | - |
| YUV | 159.61 | 51.47 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 24 | 0 | 0.40 | 0.9 | 0.06 | 33.61 | 0.88 | 0.52 |
| Hex | F0 | 91 | 18 | 0 | 28 | 5A | 6 | 22 | 58 | 34 |
| Octal | 360 | 221 | 30 | 0 | 50 | 132 | 6 | 42 | 130 | 64 |
| Binary | 11110000 | 10010001 | 11000 | 0 | 101000 | 1011010 | 110 | 100010 | 1011000 | 110100 |
Color Harmonies of #F09118
Complementary color
Monochromatic Colors of #F09118
Black with #F09118
Text Example
Text Example
White with #F09118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09118; }
p { color: rgb(240,145,24); }
H1.HeaderClassName
{
color: #F09118;
}
.AnyTagClassName
{
color: #F09118;
}
</style>
background-color css
<style>
a { background-color: #F09118; }
a { background-color: rgb(240,145,24); }
div.DivClassName
{
background-color: #F09118;
}
.BgClassName
{
background-color: #F09118;
}
</style>
border-color css
<style>
span { border-color: #F09118; }
span { border-color: rgb(240,145,24); }
td.TdClassName
{
border-color: #F09118;
}
.TagClassName
{
border-color: #F09118;
}
</style>