Shades of Carrot Orange #F49010
Tints of Carrot Orange #F49010
RGB
CMYK
RGB Variations
Color information
#F49010 (or 0xF49010) is known color: Carrot Orange. HEX triplet: F4, 90 and 10. RGB value is (244,144,16). Sum of RGB (Red+Green+Blue) = 244+144+16=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F49010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49010 is #0B6FEF. Grayscale: #9F9F9F. Windows color (decimal): -749552 or 1085684. OLE color: 1085684.
HSL color Cylindrical-coordinate representation of color #F49010: hue angle of 33.68º 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 #F49010 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 16 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.04 |
| HSL | 33.68º | 0.91% | 0.51% | - |
| HSV(B) | 33.68º | 0.93% | 0.96% | - |
| XYZ | 47.38 | 39.22 | 5.56 | - |
| YUV | 159.31 | 47.13 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 16 | 0 | 0.41 | 0.93 | 0.04 | 33.68 | 0.91 | 0.51 |
| Hex | F4 | 90 | 10 | 0 | 29 | 5D | 4 | 22 | 5B | 33 |
| Octal | 364 | 220 | 20 | 0 | 51 | 135 | 4 | 42 | 133 | 63 |
| Binary | 11110100 | 10010000 | 10000 | 0 | 101001 | 1011101 | 100 | 100010 | 1011011 | 110011 |
Color Harmonies of #F49010
Complementary color
Monochromatic Colors of #F49010
Black with #F49010
Text Example
Text Example
White with #F49010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49010; }
p { color: rgb(244,144,16); }
H1.HeaderClassName
{
color: #F49010;
}
.AnyTagClassName
{
color: #F49010;
}
</style>
background-color css
<style>
a { background-color: #F49010; }
a { background-color: rgb(244,144,16); }
div.DivClassName
{
background-color: #F49010;
}
.BgClassName
{
background-color: #F49010;
}
</style>
border-color css
<style>
span { border-color: #F49010; }
span { border-color: rgb(244,144,16); }
td.TdClassName
{
border-color: #F49010;
}
.TagClassName
{
border-color: #F49010;
}
</style>