Shades of Carrot Orange #F0911C
Tints of Carrot Orange #F0911C
RGB
CMYK
RGB Variations
Color information
#F0911C (or 0xF0911C) is known color: Carrot Orange. HEX triplet: F0, 91 and 1C. RGB value is (240,145,28). Sum of RGB (Red+Green+Blue) = 240+145+28=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F0911C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0911C is #0F6EE3. Grayscale: #A0A0A0. Windows color (decimal): -1011428 or 1872368. OLE color: 1872368.
HSL color Cylindrical-coordinate representation of color #F0911C: hue angle of 33.11º 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 #F0911C is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 28 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.06 |
| HSL | 33.11º | 0.88% | 0.53% | - |
| HSV(B) | 33.11º | 0.88% | 0.94% | - |
| XYZ | 46.27 | 38.86 | 6.16 | - |
| YUV | 160.07 | 53.47 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 28 | 0 | 0.40 | 0.88 | 0.06 | 33.11 | 0.88 | 0.53 |
| Hex | F0 | 91 | 1C | 0 | 28 | 58 | 6 | 21 | 58 | 35 |
| Octal | 360 | 221 | 34 | 0 | 50 | 130 | 6 | 41 | 130 | 65 |
| Binary | 11110000 | 10010001 | 11100 | 0 | 101000 | 1011000 | 110 | 100001 | 1011000 | 110101 |
Color Harmonies of #F0911C
Complementary color
Monochromatic Colors of #F0911C
Black with #F0911C
Text Example
Text Example
White with #F0911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0911C; }
p { color: rgb(240,145,28); }
H1.HeaderClassName
{
color: #F0911C;
}
.AnyTagClassName
{
color: #F0911C;
}
</style>
background-color css
<style>
a { background-color: #F0911C; }
a { background-color: rgb(240,145,28); }
div.DivClassName
{
background-color: #F0911C;
}
.BgClassName
{
background-color: #F0911C;
}
</style>
border-color css
<style>
span { border-color: #F0911C; }
span { border-color: rgb(240,145,28); }
td.TdClassName
{
border-color: #F0911C;
}
.TagClassName
{
border-color: #F0911C;
}
</style>