Shades of Carrot Orange #F0871A
Tints of Carrot Orange #F0871A
RGB
CMYK
RGB Variations
Color information
#F0871A (or 0xF0871A) is known color: Carrot Orange. HEX triplet: F0, 87 and 1A. RGB value is (240,135,26). Sum of RGB (Red+Green+Blue) = 240+135+26=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0871A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0871A is #0F78E5. Grayscale: #9A9A9A. Windows color (decimal): -1013990 or 1738736. OLE color: 1738736.
HSL color Cylindrical-coordinate representation of color #F0871A: hue angle of 30.56º 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 #F0871A is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 26 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.06 |
| HSL | 30.56º | 0.88% | 0.52% | - |
| HSV(B) | 30.56º | 0.89% | 0.94% | - |
| XYZ | 44.79 | 35.93 | 5.55 | - |
| YUV | 153.97 | 55.79 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 26 | 0 | 0.44 | 0.89 | 0.06 | 30.56 | 0.88 | 0.52 |
| Hex | F0 | 87 | 1A | 0 | 2C | 59 | 6 | 1F | 58 | 34 |
| Octal | 360 | 207 | 32 | 0 | 54 | 131 | 6 | 37 | 130 | 64 |
| Binary | 11110000 | 10000111 | 11010 | 0 | 101100 | 1011001 | 110 | 11111 | 1011000 | 110100 |
Color Harmonies of #F0871A
Complementary color
Monochromatic Colors of #F0871A
Black with #F0871A
Text Example
Text Example
White with #F0871A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0871A; }
p { color: rgb(240,135,26); }
H1.HeaderClassName
{
color: #F0871A;
}
.AnyTagClassName
{
color: #F0871A;
}
</style>
background-color css
<style>
a { background-color: #F0871A; }
a { background-color: rgb(240,135,26); }
div.DivClassName
{
background-color: #F0871A;
}
.BgClassName
{
background-color: #F0871A;
}
</style>
border-color css
<style>
span { border-color: #F0871A; }
span { border-color: rgb(240,135,26); }
td.TdClassName
{
border-color: #F0871A;
}
.TagClassName
{
border-color: #F0871A;
}
</style>