Shades of Carrot Orange #F49310
Tints of Carrot Orange #F49310
RGB
CMYK
RGB Variations
Color information
#F49310 (or 0xF49310) is known color: Carrot Orange. HEX triplet: F4, 93 and 10. RGB value is (244,147,16). Sum of RGB (Red+Green+Blue) = 244+147+16=407 (53% of max value = 765). Red value is 244 (95.70% from 255 or 59.95% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 244 - color contains mainly: red. Hex color #F49310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49310 is #0B6CEF. Grayscale: #A1A1A1. Windows color (decimal): -748784 or 1086452. OLE color: 1086452.
HSL color Cylindrical-coordinate representation of color #F49310: hue angle of 34.47º 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 #F49310 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 16 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.04 |
| HSL | 34.47º | 0.91% | 0.51% | - |
| HSV(B) | 34.47º | 0.93% | 0.96% | - |
| XYZ | 47.84 | 40.14 | 5.72 | - |
| YUV | 161.07 | 46.14 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 16 | 0 | 0.40 | 0.93 | 0.04 | 34.47 | 0.91 | 0.51 |
| Hex | F4 | 93 | 10 | 0 | 28 | 5D | 4 | 22 | 5B | 33 |
| Octal | 364 | 223 | 20 | 0 | 50 | 135 | 4 | 42 | 133 | 63 |
| Binary | 11110100 | 10010011 | 10000 | 0 | 101000 | 1011101 | 100 | 100010 | 1011011 | 110011 |
Color Harmonies of #F49310
Complementary color
Monochromatic Colors of #F49310
Black with #F49310
Text Example
Text Example
White with #F49310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49310; }
p { color: rgb(244,147,16); }
H1.HeaderClassName
{
color: #F49310;
}
.AnyTagClassName
{
color: #F49310;
}
</style>
background-color css
<style>
a { background-color: #F49310; }
a { background-color: rgb(244,147,16); }
div.DivClassName
{
background-color: #F49310;
}
.BgClassName
{
background-color: #F49310;
}
</style>
border-color css
<style>
span { border-color: #F49310; }
span { border-color: rgb(244,147,16); }
td.TdClassName
{
border-color: #F49310;
}
.TagClassName
{
border-color: #F49310;
}
</style>