Shades of Carrot Orange #F0911B
Tints of Carrot Orange #F0911B
RGB
CMYK
RGB Variations
Color information
#F0911B (or 0xF0911B) is known color: Carrot Orange. HEX triplet: F0, 91 and 1B. RGB value is (240,145,27). Sum of RGB (Red+Green+Blue) = 240+145+27=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F0911B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0911B is #0F6EE4. Grayscale: #A0A0A0. Windows color (decimal): -1011429 or 1806832. OLE color: 1806832.
HSL color Cylindrical-coordinate representation of color #F0911B: hue angle of 33.24º 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 #F0911B is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 27 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.06 |
| HSL | 33.24º | 0.88% | 0.52% | - |
| HSV(B) | 33.24º | 0.89% | 0.94% | - |
| XYZ | 46.26 | 38.86 | 6.1 | - |
| YUV | 159.95 | 52.97 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 27 | 0 | 0.40 | 0.89 | 0.06 | 33.24 | 0.88 | 0.52 |
| Hex | F0 | 91 | 1B | 0 | 28 | 59 | 6 | 21 | 58 | 34 |
| Octal | 360 | 221 | 33 | 0 | 50 | 131 | 6 | 41 | 130 | 64 |
| Binary | 11110000 | 10010001 | 11011 | 0 | 101000 | 1011001 | 110 | 100001 | 1011000 | 110100 |
Color Harmonies of #F0911B
Complementary color
Monochromatic Colors of #F0911B
Black with #F0911B
Text Example
Text Example
White with #F0911B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0911B; }
p { color: rgb(240,145,27); }
H1.HeaderClassName
{
color: #F0911B;
}
.AnyTagClassName
{
color: #F0911B;
}
</style>
background-color css
<style>
a { background-color: #F0911B; }
a { background-color: rgb(240,145,27); }
div.DivClassName
{
background-color: #F0911B;
}
.BgClassName
{
background-color: #F0911B;
}
</style>
border-color css
<style>
span { border-color: #F0911B; }
span { border-color: rgb(240,145,27); }
td.TdClassName
{
border-color: #F0911B;
}
.TagClassName
{
border-color: #F0911B;
}
</style>