Shades of Carrot Orange #F08F19
Tints of Carrot Orange #F08F19
RGB
CMYK
RGB Variations
Color information
#F08F19 (or 0xF08F19) is known color: Carrot Orange. HEX triplet: F0, 8F and 19. RGB value is (240,143,25). Sum of RGB (Red+Green+Blue) = 240+143+25=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08F19 is #0F70E6. Grayscale: #9F9F9F. Windows color (decimal): -1011943 or 1675248. OLE color: 1675248.
HSL color Cylindrical-coordinate representation of color #F08F19: hue angle of 32.93º 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 #F08F19 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 25 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.06 |
| HSL | 32.93º | 0.88% | 0.52% | - |
| HSV(B) | 32.93º | 0.9% | 0.94% | - |
| XYZ | 45.93 | 38.24 | 5.88 | - |
| YUV | 158.55 | 52.64 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 25 | 0 | 0.40 | 0.90 | 0.06 | 32.93 | 0.88 | 0.52 |
| Hex | F0 | 8F | 19 | 0 | 28 | 5A | 6 | 21 | 58 | 34 |
| Octal | 360 | 217 | 31 | 0 | 50 | 132 | 6 | 41 | 130 | 64 |
| Binary | 11110000 | 10001111 | 11001 | 0 | 101000 | 1011010 | 110 | 100001 | 1011000 | 110100 |
Color Harmonies of #F08F19
Complementary color
Monochromatic Colors of #F08F19
Black with #F08F19
Text Example
Text Example
White with #F08F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F19; }
p { color: rgb(240,143,25); }
H1.HeaderClassName
{
color: #F08F19;
}
.AnyTagClassName
{
color: #F08F19;
}
</style>
background-color css
<style>
a { background-color: #F08F19; }
a { background-color: rgb(240,143,25); }
div.DivClassName
{
background-color: #F08F19;
}
.BgClassName
{
background-color: #F08F19;
}
</style>
border-color css
<style>
span { border-color: #F08F19; }
span { border-color: rgb(240,143,25); }
td.TdClassName
{
border-color: #F08F19;
}
.TagClassName
{
border-color: #F08F19;
}
</style>