Shades of Carrot Orange #F0851E
Tints of Carrot Orange #F0851E
RGB
CMYK
RGB Variations
Color information
#F0851E (or 0xF0851E) is known color: Carrot Orange. HEX triplet: F0, 85 and 1E. RGB value is (240,133,30). Sum of RGB (Red+Green+Blue) = 240+133+30=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0851E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0851E is #0F7AE1. Grayscale: #999999. Windows color (decimal): -1014498 or 2000368. OLE color: 2000368.
HSL color Cylindrical-coordinate representation of color #F0851E: hue angle of 29.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0851E is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 30 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.06 |
| HSL | 29.43º | 0.88% | 0.53% | - |
| HSV(B) | 29.43º | 0.88% | 0.94% | - |
| XYZ | 44.56 | 35.39 | 5.71 | - |
| YUV | 153.25 | 58.45 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 30 | 0 | 0.45 | 0.87 | 0.06 | 29.43 | 0.88 | 0.53 |
| Hex | F0 | 85 | 1E | 0 | 2D | 57 | 6 | 1D | 58 | 35 |
| Octal | 360 | 205 | 36 | 0 | 55 | 127 | 6 | 35 | 130 | 65 |
| Binary | 11110000 | 10000101 | 11110 | 0 | 101101 | 1010111 | 110 | 11101 | 1011000 | 110101 |
Color Harmonies of #F0851E
Complementary color
Monochromatic Colors of #F0851E
Black with #F0851E
Text Example
Text Example
White with #F0851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0851E; }
p { color: rgb(240,133,30); }
H1.HeaderClassName
{
color: #F0851E;
}
.AnyTagClassName
{
color: #F0851E;
}
</style>
background-color css
<style>
a { background-color: #F0851E; }
a { background-color: rgb(240,133,30); }
div.DivClassName
{
background-color: #F0851E;
}
.BgClassName
{
background-color: #F0851E;
}
</style>
border-color css
<style>
span { border-color: #F0851E; }
span { border-color: rgb(240,133,30); }
td.TdClassName
{
border-color: #F0851E;
}
.TagClassName
{
border-color: #F0851E;
}
</style>