Shades of Carrot Orange #F08117
Tints of Carrot Orange #F08117
RGB
CMYK
RGB Variations
Color information
#F08117 (or 0xF08117) is known color: Carrot Orange. HEX triplet: F0, 81 and 17. RGB value is (240,129,23). Sum of RGB (Red+Green+Blue) = 240+129+23=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F08117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08117 is #0F7EE8. Grayscale: #969696. Windows color (decimal): -1015529 or 1540592. OLE color: 1540592.
HSL color Cylindrical-coordinate representation of color #F08117: hue angle of 29.31º 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 #F08117 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 23 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.06 |
| HSL | 29.31º | 0.88% | 0.52% | - |
| HSV(B) | 29.31º | 0.9% | 0.94% | - |
| XYZ | 43.94 | 34.29 | 5.11 | - |
| YUV | 150.11 | 56.27 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 23 | 0 | 0.46 | 0.90 | 0.06 | 29.31 | 0.88 | 0.52 |
| Hex | F0 | 81 | 17 | 0 | 2E | 5A | 6 | 1D | 58 | 34 |
| Octal | 360 | 201 | 27 | 0 | 56 | 132 | 6 | 35 | 130 | 64 |
| Binary | 11110000 | 10000001 | 10111 | 0 | 101110 | 1011010 | 110 | 11101 | 1011000 | 110100 |
Color Harmonies of #F08117
Complementary color
Monochromatic Colors of #F08117
Black with #F08117
Text Example
Text Example
White with #F08117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08117; }
p { color: rgb(240,129,23); }
H1.HeaderClassName
{
color: #F08117;
}
.AnyTagClassName
{
color: #F08117;
}
</style>
background-color css
<style>
a { background-color: #F08117; }
a { background-color: rgb(240,129,23); }
div.DivClassName
{
background-color: #F08117;
}
.BgClassName
{
background-color: #F08117;
}
</style>
border-color css
<style>
span { border-color: #F08117; }
span { border-color: rgb(240,129,23); }
td.TdClassName
{
border-color: #F08117;
}
.TagClassName
{
border-color: #F08117;
}
</style>