Shades of Carrot Orange #F0911E
Tints of Carrot Orange #F0911E
RGB
CMYK
RGB Variations
Color information
#F0911E (or 0xF0911E) is known color: Carrot Orange. HEX triplet: F0, 91 and 1E. RGB value is (240,145,30). Sum of RGB (Red+Green+Blue) = 240+145+30=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 30 (12.11% from 255 or 7.23% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0911E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0911E is #0F6EE1. Grayscale: #A0A0A0. Windows color (decimal): -1011426 or 2003440. OLE color: 2003440.
HSL color Cylindrical-coordinate representation of color #F0911E: hue angle of 32.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0911E is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 30 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.06 |
| HSL | 32.86º | 0.88% | 0.53% | - |
| HSV(B) | 32.86º | 0.88% | 0.94% | - |
| XYZ | 46.29 | 38.87 | 6.29 | - |
| YUV | 160.3 | 54.47 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 30 | 0 | 0.40 | 0.87 | 0.06 | 32.86 | 0.88 | 0.53 |
| Hex | F0 | 91 | 1E | 0 | 28 | 57 | 6 | 21 | 58 | 35 |
| Octal | 360 | 221 | 36 | 0 | 50 | 127 | 6 | 41 | 130 | 65 |
| Binary | 11110000 | 10010001 | 11110 | 0 | 101000 | 1010111 | 110 | 100001 | 1011000 | 110101 |
Color Harmonies of #F0911E
Complementary color
Monochromatic Colors of #F0911E
Black with #F0911E
Text Example
Text Example
White with #F0911E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0911E; }
p { color: rgb(240,145,30); }
H1.HeaderClassName
{
color: #F0911E;
}
.AnyTagClassName
{
color: #F0911E;
}
</style>
background-color css
<style>
a { background-color: #F0911E; }
a { background-color: rgb(240,145,30); }
div.DivClassName
{
background-color: #F0911E;
}
.BgClassName
{
background-color: #F0911E;
}
</style>
border-color css
<style>
span { border-color: #F0911E; }
span { border-color: rgb(240,145,30); }
td.TdClassName
{
border-color: #F0911E;
}
.TagClassName
{
border-color: #F0911E;
}
</style>