Shades of Dark Orange #F5930E
Tints of Dark Orange #F5930E
RGB
CMYK
RGB Variations
Color information
#F5930E (or 0xF5930E) is known color: Dark Orange. HEX triplet: F5, 93 and 0E. RGB value is (245,147,14). Sum of RGB (Red+Green+Blue) = 245+147+14=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F5930E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5930E is #0A6CF1. Grayscale: #A1A1A1. Windows color (decimal): -683250 or 955381. OLE color: 955381.
HSL color Cylindrical-coordinate representation of color #F5930E: hue angle of 34.55º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5930E is Cyan = 0, Magento = 0.4, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 14 | - |
| CMYK | 0 | 0.4 | 0.94 | 0.04 |
| HSL | 34.55º | 0.92% | 0.51% | - |
| HSV(B) | 34.55º | 0.94% | 0.96% | - |
| XYZ | 48.17 | 40.31 | 5.66 | - |
| YUV | 161.14 | 44.97 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 14 | 0 | 0.4 | 0.94 | 0.04 | 34.55 | 0.92 | 0.51 |
| Hex | F5 | 93 | E | 0 | 28 | 5E | 4 | 23 | 5C | 33 |
| Octal | 365 | 223 | 16 | 0 | 50 | 136 | 4 | 43 | 134 | 63 |
| Binary | 11110101 | 10010011 | 1110 | 0 | 101000 | 1011110 | 100 | 100011 | 1011100 | 110011 |
Color Harmonies of #F5930E
Complementary color
Monochromatic Colors of #F5930E
Black with #F5930E
Text Example
Text Example
White with #F5930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5930E; }
p { color: rgb(245,147,14); }
H1.HeaderClassName
{
color: #F5930E;
}
.AnyTagClassName
{
color: #F5930E;
}
</style>
background-color css
<style>
a { background-color: #F5930E; }
a { background-color: rgb(245,147,14); }
div.DivClassName
{
background-color: #F5930E;
}
.BgClassName
{
background-color: #F5930E;
}
</style>
border-color css
<style>
span { border-color: #F5930E; }
span { border-color: rgb(245,147,14); }
td.TdClassName
{
border-color: #F5930E;
}
.TagClassName
{
border-color: #F5930E;
}
</style>