Shades of Dark Orange #F59200
Tints of Dark Orange #F59200
RGB
CMYK
RGB Variations
Color information
#F59200 (or 0xF59200) is known color: Dark Orange. HEX triplet: F5, 92 and 00. RGB value is (245,146,0). Sum of RGB (Red+Green+Blue) = 245+146+0=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F59200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59200 is #0A6DFF. Grayscale: #9F9F9F. Windows color (decimal): -683520 or 37621. OLE color: 37621.
HSL color Cylindrical-coordinate representation of color #F59200: hue angle of 35.76º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F59200 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.04 |
| HSL | 35.76º | 1% | 0.48% | - |
| HSV(B) | 35.76º | 1% | 0.96% | - |
| XYZ | 47.94 | 39.97 | 5.19 | - |
| YUV | 158.96 | 38.3 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 0 | 0 | 0.40 | 1 | 0.04 | 35.76 | 1 | 0.48 |
| Hex | F5 | 92 | 0 | 0 | 28 | 64 | 4 | 24 | 64 | 30 |
| Octal | 365 | 222 | 0 | 0 | 50 | 144 | 4 | 44 | 144 | 60 |
| Binary | 11110101 | 10010010 | 0 | 0 | 101000 | 1100100 | 100 | 100100 | 1100100 | 110000 |
Color Harmonies of #F59200
Complementary color
Monochromatic Colors of #F59200
Black with #F59200
Text Example
Text Example
White with #F59200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59200; }
p { color: rgb(245,146,0); }
H1.HeaderClassName
{
color: #F59200;
}
.AnyTagClassName
{
color: #F59200;
}
</style>
background-color css
<style>
a { background-color: #F59200; }
a { background-color: rgb(245,146,0); }
div.DivClassName
{
background-color: #F59200;
}
.BgClassName
{
background-color: #F59200;
}
</style>
border-color css
<style>
span { border-color: #F59200; }
span { border-color: rgb(245,146,0); }
td.TdClassName
{
border-color: #F59200;
}
.TagClassName
{
border-color: #F59200;
}
</style>