Shades of Dark Orange #F49501
Tints of Dark Orange #F49501
RGB
CMYK
RGB Variations
Color information
#F49501 (or 0xF49501) is known color: Dark Orange. HEX triplet: F4, 95 and 01. RGB value is (244,149,1). Sum of RGB (Red+Green+Blue) = 244+149+1=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F49501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49501 is #0B6AFE. Grayscale: #A1A1A1. Windows color (decimal): -748287 or 103924. OLE color: 103924.
HSL color Cylindrical-coordinate representation of color #F49501: hue angle of 36.54º 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 #F49501 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 149 | 1 | - |
| CMYK | 0 | 0.39 | 1.00 | 0.04 |
| HSL | 36.54º | 0.99% | 0.48% | - |
| HSV(B) | 36.54º | 1% | 0.96% | - |
| XYZ | 48.06 | 40.73 | 5.36 | - |
| YUV | 160.53 | 37.97 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 149 | 1 | 0 | 0.39 | 1.00 | 0.04 | 36.54 | 0.99 | 0.48 |
| Hex | F4 | 95 | 1 | 0 | 27 | 64 | 4 | 25 | 63 | 30 |
| Octal | 364 | 225 | 1 | 0 | 47 | 144 | 4 | 45 | 143 | 60 |
| Binary | 11110100 | 10010101 | 1 | 0 | 100111 | 1100100 | 100 | 100101 | 1100011 | 110000 |
Color Harmonies of #F49501
Complementary color
Monochromatic Colors of #F49501
Black with #F49501
Text Example
Text Example
White with #F49501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49501; }
p { color: rgb(244,149,1); }
H1.HeaderClassName
{
color: #F49501;
}
.AnyTagClassName
{
color: #F49501;
}
</style>
background-color css
<style>
a { background-color: #F49501; }
a { background-color: rgb(244,149,1); }
div.DivClassName
{
background-color: #F49501;
}
.BgClassName
{
background-color: #F49501;
}
</style>
border-color css
<style>
span { border-color: #F49501; }
span { border-color: rgb(244,149,1); }
td.TdClassName
{
border-color: #F49501;
}
.TagClassName
{
border-color: #F49501;
}
</style>