Shades of Carrot Orange #F08B16
Tints of Carrot Orange #F08B16
RGB
CMYK
RGB Variations
Color information
#F08B16 (or 0xF08B16) is known color: Carrot Orange. HEX triplet: F0, 8B and 16. RGB value is (240,139,22). Sum of RGB (Red+Green+Blue) = 240+139+22=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08B16 is #0F74E9. Grayscale: #9C9C9C. Windows color (decimal): -1012970 or 1477616. OLE color: 1477616.
HSL color Cylindrical-coordinate representation of color #F08B16: hue angle of 32.2º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F08B16 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 22 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.06 |
| HSL | 32.2º | 0.88% | 0.51% | - |
| HSV(B) | 32.2º | 0.91% | 0.94% | - |
| XYZ | 45.31 | 37.05 | 5.52 | - |
| YUV | 155.86 | 52.46 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 22 | 0 | 0.42 | 0.91 | 0.06 | 32.2 | 0.88 | 0.51 |
| Hex | F0 | 8B | 16 | 0 | 2A | 5B | 6 | 20 | 58 | 33 |
| Octal | 360 | 213 | 26 | 0 | 52 | 133 | 6 | 40 | 130 | 63 |
| Binary | 11110000 | 10001011 | 10110 | 0 | 101010 | 1011011 | 110 | 100000 | 1011000 | 110011 |
Color Harmonies of #F08B16
Complementary color
Monochromatic Colors of #F08B16
Black with #F08B16
Text Example
Text Example
White with #F08B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08B16; }
p { color: rgb(240,139,22); }
H1.HeaderClassName
{
color: #F08B16;
}
.AnyTagClassName
{
color: #F08B16;
}
</style>
background-color css
<style>
a { background-color: #F08B16; }
a { background-color: rgb(240,139,22); }
div.DivClassName
{
background-color: #F08B16;
}
.BgClassName
{
background-color: #F08B16;
}
</style>
border-color css
<style>
span { border-color: #F08B16; }
span { border-color: rgb(240,139,22); }
td.TdClassName
{
border-color: #F08B16;
}
.TagClassName
{
border-color: #F08B16;
}
</style>