Shades of Carrot Orange #F08B11
Tints of Carrot Orange #F08B11
RGB
CMYK
RGB Variations
Color information
#F08B11 (or 0xF08B11) is known color: Carrot Orange. HEX triplet: F0, 8B and 11. RGB value is (240,139,17). Sum of RGB (Red+Green+Blue) = 240+139+17=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08B11 is #0F74EE. Grayscale: #9B9B9B. Windows color (decimal): -1012975 or 1149936. OLE color: 1149936.
HSL color Cylindrical-coordinate representation of color #F08B11: hue angle of 32.83º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F08B11 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 17 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.06 |
| HSL | 32.83º | 0.88% | 0.5% | - |
| HSV(B) | 32.83º | 0.93% | 0.94% | - |
| XYZ | 45.27 | 37.03 | 5.29 | - |
| YUV | 155.29 | 49.96 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 17 | 0 | 0.42 | 0.93 | 0.06 | 32.83 | 0.88 | 0.5 |
| Hex | F0 | 8B | 11 | 0 | 2A | 5D | 6 | 21 | 58 | 32 |
| Octal | 360 | 213 | 21 | 0 | 52 | 135 | 6 | 41 | 130 | 62 |
| Binary | 11110000 | 10001011 | 10001 | 0 | 101010 | 1011101 | 110 | 100001 | 1011000 | 110010 |
Color Harmonies of #F08B11
Complementary color
Monochromatic Colors of #F08B11
Black with #F08B11
Text Example
Text Example
White with #F08B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08B11; }
p { color: rgb(240,139,17); }
H1.HeaderClassName
{
color: #F08B11;
}
.AnyTagClassName
{
color: #F08B11;
}
</style>
background-color css
<style>
a { background-color: #F08B11; }
a { background-color: rgb(240,139,17); }
div.DivClassName
{
background-color: #F08B11;
}
.BgClassName
{
background-color: #F08B11;
}
</style>
border-color css
<style>
span { border-color: #F08B11; }
span { border-color: rgb(240,139,17); }
td.TdClassName
{
border-color: #F08B11;
}
.TagClassName
{
border-color: #F08B11;
}
</style>