Shades of Dark Orange #F59401
Tints of Dark Orange #F59401
RGB
CMYK
RGB Variations
Color information
#F59401 (or 0xF59401) is known color: Dark Orange. HEX triplet: F5, 94 and 01. RGB value is (245,148,1). Sum of RGB (Red+Green+Blue) = 245+148+1=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F59401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59401 is #0A6BFE. Grayscale: #A0A0A0. Windows color (decimal): -683007 or 103669. OLE color: 103669.
HSL color Cylindrical-coordinate representation of color #F59401: hue angle of 36.15º 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 #F59401 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.04 |
| HSL | 36.15º | 0.99% | 0.48% | - |
| HSV(B) | 36.15º | 1% | 0.96% | - |
| XYZ | 48.25 | 40.59 | 5.32 | - |
| YUV | 160.25 | 38.14 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 1 | 0 | 0.40 | 1.00 | 0.04 | 36.15 | 0.99 | 0.48 |
| Hex | F5 | 94 | 1 | 0 | 28 | 64 | 4 | 24 | 63 | 30 |
| Octal | 365 | 224 | 1 | 0 | 50 | 144 | 4 | 44 | 143 | 60 |
| Binary | 11110101 | 10010100 | 1 | 0 | 101000 | 1100100 | 100 | 100100 | 1100011 | 110000 |
Color Harmonies of #F59401
Complementary color
Monochromatic Colors of #F59401
Black with #F59401
Text Example
Text Example
White with #F59401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59401; }
p { color: rgb(245,148,1); }
H1.HeaderClassName
{
color: #F59401;
}
.AnyTagClassName
{
color: #F59401;
}
</style>
background-color css
<style>
a { background-color: #F59401; }
a { background-color: rgb(245,148,1); }
div.DivClassName
{
background-color: #F59401;
}
.BgClassName
{
background-color: #F59401;
}
</style>
border-color css
<style>
span { border-color: #F59401; }
span { border-color: rgb(245,148,1); }
td.TdClassName
{
border-color: #F59401;
}
.TagClassName
{
border-color: #F59401;
}
</style>