Shades of Carrot Orange #F0811B
Tints of Carrot Orange #F0811B
RGB
CMYK
RGB Variations
Color information
#F0811B (or 0xF0811B) is known color: Carrot Orange. HEX triplet: F0, 81 and 1B. RGB value is (240,129,27). Sum of RGB (Red+Green+Blue) = 240+129+27=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F0811B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0811B is #0F7EE4. Grayscale: #979797. Windows color (decimal): -1015525 or 1802736. OLE color: 1802736.
HSL color Cylindrical-coordinate representation of color #F0811B: hue angle of 28.73º 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 #F0811B is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 27 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.06 |
| HSL | 28.73º | 0.88% | 0.52% | - |
| HSV(B) | 28.73º | 0.89% | 0.94% | - |
| XYZ | 43.98 | 34.3 | 5.34 | - |
| YUV | 150.56 | 58.27 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 27 | 0 | 0.46 | 0.89 | 0.06 | 28.73 | 0.88 | 0.52 |
| Hex | F0 | 81 | 1B | 0 | 2E | 59 | 6 | 1D | 58 | 34 |
| Octal | 360 | 201 | 33 | 0 | 56 | 131 | 6 | 35 | 130 | 64 |
| Binary | 11110000 | 10000001 | 11011 | 0 | 101110 | 1011001 | 110 | 11101 | 1011000 | 110100 |
Color Harmonies of #F0811B
Complementary color
Monochromatic Colors of #F0811B
Black with #F0811B
Text Example
Text Example
White with #F0811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0811B; }
p { color: rgb(240,129,27); }
H1.HeaderClassName
{
color: #F0811B;
}
.AnyTagClassName
{
color: #F0811B;
}
</style>
background-color css
<style>
a { background-color: #F0811B; }
a { background-color: rgb(240,129,27); }
div.DivClassName
{
background-color: #F0811B;
}
.BgClassName
{
background-color: #F0811B;
}
</style>
border-color css
<style>
span { border-color: #F0811B; }
span { border-color: rgb(240,129,27); }
td.TdClassName
{
border-color: #F0811B;
}
.TagClassName
{
border-color: #F0811B;
}
</style>