Shades of Carrot Orange #F0871B
Tints of Carrot Orange #F0871B
RGB
CMYK
RGB Variations
Color information
#F0871B (or 0xF0871B) is known color: Carrot Orange. HEX triplet: F0, 87 and 1B. RGB value is (240,135,27). Sum of RGB (Red+Green+Blue) = 240+135+27=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F0871B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0871B is #0F78E4. Grayscale: #9A9A9A. Windows color (decimal): -1013989 or 1804272. OLE color: 1804272.
HSL color Cylindrical-coordinate representation of color #F0871B: hue angle of 30.42º 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 #F0871B is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 27 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.06 |
| HSL | 30.42º | 0.88% | 0.52% | - |
| HSV(B) | 30.42º | 0.89% | 0.94% | - |
| XYZ | 44.8 | 35.93 | 5.61 | - |
| YUV | 154.08 | 56.29 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 27 | 0 | 0.44 | 0.89 | 0.06 | 30.42 | 0.88 | 0.52 |
| Hex | F0 | 87 | 1B | 0 | 2C | 59 | 6 | 1E | 58 | 34 |
| Octal | 360 | 207 | 33 | 0 | 54 | 131 | 6 | 36 | 130 | 64 |
| Binary | 11110000 | 10000111 | 11011 | 0 | 101100 | 1011001 | 110 | 11110 | 1011000 | 110100 |
Color Harmonies of #F0871B
Complementary color
Monochromatic Colors of #F0871B
Black with #F0871B
Text Example
Text Example
White with #F0871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0871B; }
p { color: rgb(240,135,27); }
H1.HeaderClassName
{
color: #F0871B;
}
.AnyTagClassName
{
color: #F0871B;
}
</style>
background-color css
<style>
a { background-color: #F0871B; }
a { background-color: rgb(240,135,27); }
div.DivClassName
{
background-color: #F0871B;
}
.BgClassName
{
background-color: #F0871B;
}
</style>
border-color css
<style>
span { border-color: #F0871B; }
span { border-color: rgb(240,135,27); }
td.TdClassName
{
border-color: #F0871B;
}
.TagClassName
{
border-color: #F0871B;
}
</style>