Shades of Carrot Orange #F49011
Tints of Carrot Orange #F49011
RGB
CMYK
RGB Variations
Color information
#F49011 (or 0xF49011) is known color: Carrot Orange. HEX triplet: F4, 90 and 11. RGB value is (244,144,17). Sum of RGB (Red+Green+Blue) = 244+144+17=405 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.25% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 244 - color contains mainly: red. Hex color #F49011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49011 is #0B6FEE. Grayscale: #A0A0A0. Windows color (decimal): -749551 or 1151220. OLE color: 1151220.
HSL color Cylindrical-coordinate representation of color #F49011: hue angle of 33.57º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F49011 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 17 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.04 |
| HSL | 33.57º | 0.91% | 0.51% | - |
| HSV(B) | 33.57º | 0.93% | 0.96% | - |
| XYZ | 47.38 | 39.22 | 5.6 | - |
| YUV | 159.42 | 47.63 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 17 | 0 | 0.41 | 0.93 | 0.04 | 33.57 | 0.91 | 0.51 |
| Hex | F4 | 90 | 11 | 0 | 29 | 5D | 4 | 22 | 5B | 33 |
| Octal | 364 | 220 | 21 | 0 | 51 | 135 | 4 | 42 | 133 | 63 |
| Binary | 11110100 | 10010000 | 10001 | 0 | 101001 | 1011101 | 100 | 100010 | 1011011 | 110011 |
Color Harmonies of #F49011
Complementary color
Monochromatic Colors of #F49011
Black with #F49011
Text Example
Text Example
White with #F49011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49011; }
p { color: rgb(244,144,17); }
H1.HeaderClassName
{
color: #F49011;
}
.AnyTagClassName
{
color: #F49011;
}
</style>
background-color css
<style>
a { background-color: #F49011; }
a { background-color: rgb(244,144,17); }
div.DivClassName
{
background-color: #F49011;
}
.BgClassName
{
background-color: #F49011;
}
</style>
border-color css
<style>
span { border-color: #F49011; }
span { border-color: rgb(244,144,17); }
td.TdClassName
{
border-color: #F49011;
}
.TagClassName
{
border-color: #F49011;
}
</style>