Shades of Dark Orange #F59502
Tints of Dark Orange #F59502
RGB
CMYK
RGB Variations
Color information
#F59502 (or 0xF59502) is known color: Dark Orange. HEX triplet: F5, 95 and 02. RGB value is (245,149,2). Sum of RGB (Red+Green+Blue) = 245+149+2=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F59502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59502 is #0A6AFD. Grayscale: #A1A1A1. Windows color (decimal): -682750 or 169461. OLE color: 169461.
HSL color Cylindrical-coordinate representation of color #F59502: hue angle of 36.3º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F59502 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.04 |
| HSL | 36.3º | 0.98% | 0.48% | - |
| HSV(B) | 36.3º | 0.99% | 0.96% | - |
| XYZ | 48.41 | 40.91 | 5.4 | - |
| YUV | 160.95 | 38.3 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 2 | 0 | 0.39 | 0.99 | 0.04 | 36.3 | 0.98 | 0.48 |
| Hex | F5 | 95 | 2 | 0 | 27 | 63 | 4 | 24 | 62 | 30 |
| Octal | 365 | 225 | 2 | 0 | 47 | 143 | 4 | 44 | 142 | 60 |
| Binary | 11110101 | 10010101 | 10 | 0 | 100111 | 1100011 | 100 | 100100 | 1100010 | 110000 |
Color Harmonies of #F59502
Complementary color
Monochromatic Colors of #F59502
Black with #F59502
Text Example
Text Example
White with #F59502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59502; }
p { color: rgb(245,149,2); }
H1.HeaderClassName
{
color: #F59502;
}
.AnyTagClassName
{
color: #F59502;
}
</style>
background-color css
<style>
a { background-color: #F59502; }
a { background-color: rgb(245,149,2); }
div.DivClassName
{
background-color: #F59502;
}
.BgClassName
{
background-color: #F59502;
}
</style>
border-color css
<style>
span { border-color: #F59502; }
span { border-color: rgb(245,149,2); }
td.TdClassName
{
border-color: #F59502;
}
.TagClassName
{
border-color: #F59502;
}
</style>