Shades of Carrot Orange #F09119
Tints of Carrot Orange #F09119
RGB
CMYK
RGB Variations
Color information
#F09119 (or 0xF09119) is known color: Carrot Orange. HEX triplet: F0, 91 and 19. RGB value is (240,145,25). Sum of RGB (Red+Green+Blue) = 240+145+25=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F09119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09119 is #0F6EE6. Grayscale: #A0A0A0. Windows color (decimal): -1011431 or 1675760. OLE color: 1675760.
HSL color Cylindrical-coordinate representation of color #F09119: hue angle of 33.49º 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 #F09119 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 25 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.06 |
| HSL | 33.49º | 0.88% | 0.52% | - |
| HSV(B) | 33.49º | 0.9% | 0.94% | - |
| XYZ | 46.24 | 38.85 | 5.98 | - |
| YUV | 159.73 | 51.97 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 25 | 0 | 0.40 | 0.90 | 0.06 | 33.49 | 0.88 | 0.52 |
| Hex | F0 | 91 | 19 | 0 | 28 | 5A | 6 | 21 | 58 | 34 |
| Octal | 360 | 221 | 31 | 0 | 50 | 132 | 6 | 41 | 130 | 64 |
| Binary | 11110000 | 10010001 | 11001 | 0 | 101000 | 1011010 | 110 | 100001 | 1011000 | 110100 |
Color Harmonies of #F09119
Complementary color
Monochromatic Colors of #F09119
Black with #F09119
Text Example
Text Example
White with #F09119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09119; }
p { color: rgb(240,145,25); }
H1.HeaderClassName
{
color: #F09119;
}
.AnyTagClassName
{
color: #F09119;
}
</style>
background-color css
<style>
a { background-color: #F09119; }
a { background-color: rgb(240,145,25); }
div.DivClassName
{
background-color: #F09119;
}
.BgClassName
{
background-color: #F09119;
}
</style>
border-color css
<style>
span { border-color: #F09119; }
span { border-color: rgb(240,145,25); }
td.TdClassName
{
border-color: #F09119;
}
.TagClassName
{
border-color: #F09119;
}
</style>