Shades of Carrot Orange #F09019
Tints of Carrot Orange #F09019
RGB
CMYK
RGB Variations
Color information
#F09019 (or 0xF09019) is known color: Carrot Orange. HEX triplet: F0, 90 and 19. RGB value is (240,144,25). Sum of RGB (Red+Green+Blue) = 240+144+25=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F09019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09019 is #0F6FE6. Grayscale: #9F9F9F. Windows color (decimal): -1011687 or 1675504. OLE color: 1675504.
HSL color Cylindrical-coordinate representation of color #F09019: hue angle of 33.21º 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 #F09019 is Cyan = 0, Magento = 0.4, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 25 | - |
| CMYK | 0 | 0.4 | 0.90 | 0.06 |
| HSL | 33.21º | 0.88% | 0.52% | - |
| HSV(B) | 33.21º | 0.9% | 0.94% | - |
| XYZ | 46.08 | 38.54 | 5.93 | - |
| YUV | 159.14 | 52.3 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 25 | 0 | 0.4 | 0.90 | 0.06 | 33.21 | 0.88 | 0.52 |
| Hex | F0 | 90 | 19 | 0 | 28 | 5A | 6 | 21 | 58 | 34 |
| Octal | 360 | 220 | 31 | 0 | 50 | 132 | 6 | 41 | 130 | 64 |
| Binary | 11110000 | 10010000 | 11001 | 0 | 101000 | 1011010 | 110 | 100001 | 1011000 | 110100 |
Color Harmonies of #F09019
Complementary color
Monochromatic Colors of #F09019
Black with #F09019
Text Example
Text Example
White with #F09019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09019; }
p { color: rgb(240,144,25); }
H1.HeaderClassName
{
color: #F09019;
}
.AnyTagClassName
{
color: #F09019;
}
</style>
background-color css
<style>
a { background-color: #F09019; }
a { background-color: rgb(240,144,25); }
div.DivClassName
{
background-color: #F09019;
}
.BgClassName
{
background-color: #F09019;
}
</style>
border-color css
<style>
span { border-color: #F09019; }
span { border-color: rgb(240,144,25); }
td.TdClassName
{
border-color: #F09019;
}
.TagClassName
{
border-color: #F09019;
}
</style>