Shades of Carrot Orange #F08619
Tints of Carrot Orange #F08619
RGB
CMYK
RGB Variations
Color information
#F08619 (or 0xF08619) is known color: Carrot Orange. HEX triplet: F0, 86 and 19. RGB value is (240,134,25). Sum of RGB (Red+Green+Blue) = 240+134+25=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F08619 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08619 is #0F79E6. Grayscale: #999999. Windows color (decimal): -1014247 or 1672944. OLE color: 1672944.
HSL color Cylindrical-coordinate representation of color #F08619: hue angle of 30.42º 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 #F08619 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 25 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.06 |
| HSL | 30.42º | 0.88% | 0.52% | - |
| HSV(B) | 30.42º | 0.9% | 0.94% | - |
| XYZ | 44.64 | 35.65 | 5.45 | - |
| YUV | 153.27 | 55.62 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 25 | 0 | 0.44 | 0.90 | 0.06 | 30.42 | 0.88 | 0.52 |
| Hex | F0 | 86 | 19 | 0 | 2C | 5A | 6 | 1E | 58 | 34 |
| Octal | 360 | 206 | 31 | 0 | 54 | 132 | 6 | 36 | 130 | 64 |
| Binary | 11110000 | 10000110 | 11001 | 0 | 101100 | 1011010 | 110 | 11110 | 1011000 | 110100 |
Color Harmonies of #F08619
Complementary color
Monochromatic Colors of #F08619
Black with #F08619
Text Example
Text Example
White with #F08619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08619; }
p { color: rgb(240,134,25); }
H1.HeaderClassName
{
color: #F08619;
}
.AnyTagClassName
{
color: #F08619;
}
</style>
background-color css
<style>
a { background-color: #F08619; }
a { background-color: rgb(240,134,25); }
div.DivClassName
{
background-color: #F08619;
}
.BgClassName
{
background-color: #F08619;
}
</style>
border-color css
<style>
span { border-color: #F08619; }
span { border-color: rgb(240,134,25); }
td.TdClassName
{
border-color: #F08619;
}
.TagClassName
{
border-color: #F08619;
}
</style>