Shades of Dark Orange #F49301
Tints of Dark Orange #F49301
RGB
CMYK
RGB Variations
Color information
#F49301 (or 0xF49301) is known color: Dark Orange. HEX triplet: F4, 93 and 01. RGB value is (244,147,1). Sum of RGB (Red+Green+Blue) = 244+147+1=392 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.24% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 244 - color contains mainly: red. Hex color #F49301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49301 is #0B6CFE. Grayscale: #A0A0A0. Windows color (decimal): -748799 or 103412. OLE color: 103412.
HSL color Cylindrical-coordinate representation of color #F49301: hue angle of 36.05º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F49301 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.04 |
| HSL | 36.05º | 0.99% | 0.48% | - |
| HSV(B) | 36.05º | 1% | 0.96% | - |
| XYZ | 47.75 | 40.1 | 5.25 | - |
| YUV | 159.36 | 38.64 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 1 | 0 | 0.40 | 1.00 | 0.04 | 36.05 | 0.99 | 0.48 |
| Hex | F4 | 93 | 1 | 0 | 28 | 64 | 4 | 24 | 63 | 30 |
| Octal | 364 | 223 | 1 | 0 | 50 | 144 | 4 | 44 | 143 | 60 |
| Binary | 11110100 | 10010011 | 1 | 0 | 101000 | 1100100 | 100 | 100100 | 1100011 | 110000 |
Color Harmonies of #F49301
Complementary color
Monochromatic Colors of #F49301
Black with #F49301
Text Example
Text Example
White with #F49301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49301; }
p { color: rgb(244,147,1); }
H1.HeaderClassName
{
color: #F49301;
}
.AnyTagClassName
{
color: #F49301;
}
</style>
background-color css
<style>
a { background-color: #F49301; }
a { background-color: rgb(244,147,1); }
div.DivClassName
{
background-color: #F49301;
}
.BgClassName
{
background-color: #F49301;
}
</style>
border-color css
<style>
span { border-color: #F49301; }
span { border-color: rgb(244,147,1); }
td.TdClassName
{
border-color: #F49301;
}
.TagClassName
{
border-color: #F49301;
}
</style>