Shades of Carrot Orange #F08617
Tints of Carrot Orange #F08617
RGB
CMYK
RGB Variations
Color information
#F08617 (or 0xF08617) is known color: Carrot Orange. HEX triplet: F0, 86 and 17. RGB value is (240,134,23). Sum of RGB (Red+Green+Blue) = 240+134+23=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F08617 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08617 is #0F79E8. Grayscale: #999999. Windows color (decimal): -1014249 or 1541872. OLE color: 1541872.
HSL color Cylindrical-coordinate representation of color #F08617: hue angle of 30.69º 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 #F08617 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 23 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.06 |
| HSL | 30.69º | 0.88% | 0.52% | - |
| HSV(B) | 30.69º | 0.9% | 0.94% | - |
| XYZ | 44.61 | 35.64 | 5.34 | - |
| YUV | 153.04 | 54.62 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 23 | 0 | 0.44 | 0.90 | 0.06 | 30.69 | 0.88 | 0.52 |
| Hex | F0 | 86 | 17 | 0 | 2C | 5A | 6 | 1F | 58 | 34 |
| Octal | 360 | 206 | 27 | 0 | 54 | 132 | 6 | 37 | 130 | 64 |
| Binary | 11110000 | 10000110 | 10111 | 0 | 101100 | 1011010 | 110 | 11111 | 1011000 | 110100 |
Color Harmonies of #F08617
Complementary color
Monochromatic Colors of #F08617
Black with #F08617
Text Example
Text Example
White with #F08617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08617; }
p { color: rgb(240,134,23); }
H1.HeaderClassName
{
color: #F08617;
}
.AnyTagClassName
{
color: #F08617;
}
</style>
background-color css
<style>
a { background-color: #F08617; }
a { background-color: rgb(240,134,23); }
div.DivClassName
{
background-color: #F08617;
}
.BgClassName
{
background-color: #F08617;
}
</style>
border-color css
<style>
span { border-color: #F08617; }
span { border-color: rgb(240,134,23); }
td.TdClassName
{
border-color: #F08617;
}
.TagClassName
{
border-color: #F08617;
}
</style>