Shades of Carrot Orange #F0811A
Tints of Carrot Orange #F0811A
RGB
CMYK
RGB Variations
Color information
#F0811A (or 0xF0811A) is known color: Carrot Orange. HEX triplet: F0, 81 and 1A. RGB value is (240,129,26). Sum of RGB (Red+Green+Blue) = 240+129+26=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F0811A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0811A is #0F7EE5. Grayscale: #969696. Windows color (decimal): -1015526 or 1737200. OLE color: 1737200.
HSL color Cylindrical-coordinate representation of color #F0811A: hue angle of 28.88º 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 #F0811A is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 26 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.06 |
| HSL | 28.88º | 0.88% | 0.52% | - |
| HSV(B) | 28.88º | 0.89% | 0.94% | - |
| XYZ | 43.97 | 34.3 | 5.28 | - |
| YUV | 150.45 | 57.77 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 26 | 0 | 0.46 | 0.89 | 0.06 | 28.88 | 0.88 | 0.52 |
| Hex | F0 | 81 | 1A | 0 | 2E | 59 | 6 | 1D | 58 | 34 |
| Octal | 360 | 201 | 32 | 0 | 56 | 131 | 6 | 35 | 130 | 64 |
| Binary | 11110000 | 10000001 | 11010 | 0 | 101110 | 1011001 | 110 | 11101 | 1011000 | 110100 |
Color Harmonies of #F0811A
Complementary color
Monochromatic Colors of #F0811A
Black with #F0811A
Text Example
Text Example
White with #F0811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0811A; }
p { color: rgb(240,129,26); }
H1.HeaderClassName
{
color: #F0811A;
}
.AnyTagClassName
{
color: #F0811A;
}
</style>
background-color css
<style>
a { background-color: #F0811A; }
a { background-color: rgb(240,129,26); }
div.DivClassName
{
background-color: #F0811A;
}
.BgClassName
{
background-color: #F0811A;
}
</style>
border-color css
<style>
span { border-color: #F0811A; }
span { border-color: rgb(240,129,26); }
td.TdClassName
{
border-color: #F0811A;
}
.TagClassName
{
border-color: #F0811A;
}
</style>