Shades of Carrot Orange #F0851B
Tints of Carrot Orange #F0851B
RGB
CMYK
RGB Variations
Color information
#F0851B (or 0xF0851B) is known color: Carrot Orange. HEX triplet: F0, 85 and 1B. RGB value is (240,133,27). Sum of RGB (Red+Green+Blue) = 240+133+27=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0851B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0851B is #0F7AE4. Grayscale: #999999. Windows color (decimal): -1014501 or 1803760. OLE color: 1803760.
HSL color Cylindrical-coordinate representation of color #F0851B: hue angle of 29.86º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0851B is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 27 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.06 |
| HSL | 29.86º | 0.88% | 0.52% | - |
| HSV(B) | 29.86º | 0.89% | 0.94% | - |
| XYZ | 44.52 | 35.38 | 5.52 | - |
| YUV | 152.91 | 56.95 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 27 | 0 | 0.45 | 0.89 | 0.06 | 29.86 | 0.88 | 0.52 |
| Hex | F0 | 85 | 1B | 0 | 2D | 59 | 6 | 1E | 58 | 34 |
| Octal | 360 | 205 | 33 | 0 | 55 | 131 | 6 | 36 | 130 | 64 |
| Binary | 11110000 | 10000101 | 11011 | 0 | 101101 | 1011001 | 110 | 11110 | 1011000 | 110100 |
Color Harmonies of #F0851B
Complementary color
Monochromatic Colors of #F0851B
Black with #F0851B
Text Example
Text Example
White with #F0851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0851B; }
p { color: rgb(240,133,27); }
H1.HeaderClassName
{
color: #F0851B;
}
.AnyTagClassName
{
color: #F0851B;
}
</style>
background-color css
<style>
a { background-color: #F0851B; }
a { background-color: rgb(240,133,27); }
div.DivClassName
{
background-color: #F0851B;
}
.BgClassName
{
background-color: #F0851B;
}
</style>
border-color css
<style>
span { border-color: #F0851B; }
span { border-color: rgb(240,133,27); }
td.TdClassName
{
border-color: #F0851B;
}
.TagClassName
{
border-color: #F0851B;
}
</style>