Shades of Dark Orange #F59101
Tints of Dark Orange #F59101
RGB
CMYK
RGB Variations
Color information
#F59101 (or 0xF59101) is known color: Dark Orange. HEX triplet: F5, 91 and 01. RGB value is (245,145,1). Sum of RGB (Red+Green+Blue) = 245+145+1=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F59101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59101 is #0A6EFE. Grayscale: #9F9F9F. Windows color (decimal): -683775 or 102901. OLE color: 102901.
HSL color Cylindrical-coordinate representation of color #F59101: hue angle of 35.41º 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 #F59101 is Cyan = 0, Magento = 0.41, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 1 | - |
| CMYK | 0 | 0.41 | 1.00 | 0.04 |
| HSL | 35.41º | 0.99% | 0.48% | - |
| HSV(B) | 35.41º | 1% | 0.96% | - |
| XYZ | 47.79 | 39.67 | 5.17 | - |
| YUV | 158.48 | 39.13 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 1 | 0 | 0.41 | 1.00 | 0.04 | 35.41 | 0.99 | 0.48 |
| Hex | F5 | 91 | 1 | 0 | 29 | 64 | 4 | 23 | 63 | 30 |
| Octal | 365 | 221 | 1 | 0 | 51 | 144 | 4 | 43 | 143 | 60 |
| Binary | 11110101 | 10010001 | 1 | 0 | 101001 | 1100100 | 100 | 100011 | 1100011 | 110000 |
Color Harmonies of #F59101
Complementary color
Monochromatic Colors of #F59101
Black with #F59101
Text Example
Text Example
White with #F59101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59101; }
p { color: rgb(245,145,1); }
H1.HeaderClassName
{
color: #F59101;
}
.AnyTagClassName
{
color: #F59101;
}
</style>
background-color css
<style>
a { background-color: #F59101; }
a { background-color: rgb(245,145,1); }
div.DivClassName
{
background-color: #F59101;
}
.BgClassName
{
background-color: #F59101;
}
</style>
border-color css
<style>
span { border-color: #F59101; }
span { border-color: rgb(245,145,1); }
td.TdClassName
{
border-color: #F59101;
}
.TagClassName
{
border-color: #F59101;
}
</style>