Shades of Carrot Orange #F0881A
Tints of Carrot Orange #F0881A
RGB
CMYK
RGB Variations
Color information
#F0881A (or 0xF0881A) is known color: Carrot Orange. HEX triplet: F0, 88 and 1A. RGB value is (240,136,26). Sum of RGB (Red+Green+Blue) = 240+136+26=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F0881A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0881A is #0F77E5. Grayscale: #9B9B9B. Windows color (decimal): -1013734 or 1738992. OLE color: 1738992.
HSL color Cylindrical-coordinate representation of color #F0881A: hue angle of 30.84º 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 #F0881A is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 26 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.06 |
| HSL | 30.84º | 0.88% | 0.52% | - |
| HSV(B) | 30.84º | 0.89% | 0.94% | - |
| XYZ | 44.93 | 36.21 | 5.6 | - |
| YUV | 154.56 | 55.46 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 26 | 0 | 0.43 | 0.89 | 0.06 | 30.84 | 0.88 | 0.52 |
| Hex | F0 | 88 | 1A | 0 | 2B | 59 | 6 | 1F | 58 | 34 |
| Octal | 360 | 210 | 32 | 0 | 53 | 131 | 6 | 37 | 130 | 64 |
| Binary | 11110000 | 10001000 | 11010 | 0 | 101011 | 1011001 | 110 | 11111 | 1011000 | 110100 |
Color Harmonies of #F0881A
Complementary color
Monochromatic Colors of #F0881A
Black with #F0881A
Text Example
Text Example
White with #F0881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0881A; }
p { color: rgb(240,136,26); }
H1.HeaderClassName
{
color: #F0881A;
}
.AnyTagClassName
{
color: #F0881A;
}
</style>
background-color css
<style>
a { background-color: #F0881A; }
a { background-color: rgb(240,136,26); }
div.DivClassName
{
background-color: #F0881A;
}
.BgClassName
{
background-color: #F0881A;
}
</style>
border-color css
<style>
span { border-color: #F0881A; }
span { border-color: rgb(240,136,26); }
td.TdClassName
{
border-color: #F0881A;
}
.TagClassName
{
border-color: #F0881A;
}
</style>