Shades of Dark Orange #F49401
Tints of Dark Orange #F49401
RGB
CMYK
RGB Variations
Color information
#F49401 (or 0xF49401) is known color: Dark Orange. HEX triplet: F4, 94 and 01. RGB value is (244,148,1). Sum of RGB (Red+Green+Blue) = 244+148+1=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F49401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49401 is #0B6BFE. Grayscale: #A0A0A0. Windows color (decimal): -748543 or 103668. OLE color: 103668.
HSL color Cylindrical-coordinate representation of color #F49401: hue angle of 36.3º 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 #F49401 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 148 | 1 | - |
| CMYK | 0 | 0.39 | 1.00 | 0.04 |
| HSL | 36.3º | 0.99% | 0.48% | - |
| HSV(B) | 36.3º | 1% | 0.96% | - |
| XYZ | 47.9 | 40.42 | 5.3 | - |
| YUV | 159.95 | 38.3 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 148 | 1 | 0 | 0.39 | 1.00 | 0.04 | 36.3 | 0.99 | 0.48 |
| Hex | F4 | 94 | 1 | 0 | 27 | 64 | 4 | 24 | 63 | 30 |
| Octal | 364 | 224 | 1 | 0 | 47 | 144 | 4 | 44 | 143 | 60 |
| Binary | 11110100 | 10010100 | 1 | 0 | 100111 | 1100100 | 100 | 100100 | 1100011 | 110000 |
Color Harmonies of #F49401
Complementary color
Monochromatic Colors of #F49401
Black with #F49401
Text Example
Text Example
White with #F49401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49401; }
p { color: rgb(244,148,1); }
H1.HeaderClassName
{
color: #F49401;
}
.AnyTagClassName
{
color: #F49401;
}
</style>
background-color css
<style>
a { background-color: #F49401; }
a { background-color: rgb(244,148,1); }
div.DivClassName
{
background-color: #F49401;
}
.BgClassName
{
background-color: #F49401;
}
</style>
border-color css
<style>
span { border-color: #F49401; }
span { border-color: rgb(244,148,1); }
td.TdClassName
{
border-color: #F49401;
}
.TagClassName
{
border-color: #F49401;
}
</style>