Shades of Dark Orange #F49504
Tints of Dark Orange #F49504
RGB
CMYK
RGB Variations
Color information
#F49504 (or 0xF49504) is known color: Dark Orange. HEX triplet: F4, 95 and 04. RGB value is (244,149,4). Sum of RGB (Red+Green+Blue) = 244+149+4=397 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.46% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 244 - color contains mainly: red. Hex color #F49504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49504 is #0B6AFB. Grayscale: #A1A1A1. Windows color (decimal): -748284 or 300532. OLE color: 300532.
HSL color Cylindrical-coordinate representation of color #F49504: hue angle of 36.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F49504 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 149 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.04 |
| HSL | 36.25º | 0.97% | 0.49% | - |
| HSV(B) | 36.25º | 0.98% | 0.96% | - |
| XYZ | 48.08 | 40.74 | 5.44 | - |
| YUV | 160.88 | 39.47 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 149 | 4 | 0 | 0.39 | 0.98 | 0.04 | 36.25 | 0.97 | 0.49 |
| Hex | F4 | 95 | 4 | 0 | 27 | 62 | 4 | 24 | 61 | 31 |
| Octal | 364 | 225 | 4 | 0 | 47 | 142 | 4 | 44 | 141 | 61 |
| Binary | 11110100 | 10010101 | 100 | 0 | 100111 | 1100010 | 100 | 100100 | 1100001 | 110001 |
Color Harmonies of #F49504
Complementary color
Monochromatic Colors of #F49504
Black with #F49504
Text Example
Text Example
White with #F49504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49504; }
p { color: rgb(244,149,4); }
H1.HeaderClassName
{
color: #F49504;
}
.AnyTagClassName
{
color: #F49504;
}
</style>
background-color css
<style>
a { background-color: #F49504; }
a { background-color: rgb(244,149,4); }
div.DivClassName
{
background-color: #F49504;
}
.BgClassName
{
background-color: #F49504;
}
</style>
border-color css
<style>
span { border-color: #F49504; }
span { border-color: rgb(244,149,4); }
td.TdClassName
{
border-color: #F49504;
}
.TagClassName
{
border-color: #F49504;
}
</style>