Shades of Dark Orange #F59003
Tints of Dark Orange #F59003
RGB
CMYK
RGB Variations
Color information
#F59003 (or 0xF59003) is known color: Dark Orange. HEX triplet: F5, 90 and 03. RGB value is (245,144,3). Sum of RGB (Red+Green+Blue) = 245+144+3=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 3 (1.56% from 255 or 0.77% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F59003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59003 is #0A6FFC. Grayscale: #9E9E9E. Windows color (decimal): -684029 or 233717. OLE color: 233717.
HSL color Cylindrical-coordinate representation of color #F59003: hue angle of 34.96º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F59003 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 3 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.04 |
| HSL | 34.96º | 0.98% | 0.49% | - |
| HSV(B) | 34.96º | 0.99% | 0.96% | - |
| XYZ | 47.65 | 39.37 | 5.17 | - |
| YUV | 158.13 | 40.46 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 3 | 0 | 0.41 | 0.99 | 0.04 | 34.96 | 0.98 | 0.49 |
| Hex | F5 | 90 | 3 | 0 | 29 | 63 | 4 | 23 | 62 | 31 |
| Octal | 365 | 220 | 3 | 0 | 51 | 143 | 4 | 43 | 142 | 61 |
| Binary | 11110101 | 10010000 | 11 | 0 | 101001 | 1100011 | 100 | 100011 | 1100010 | 110001 |
Color Harmonies of #F59003
Complementary color
Monochromatic Colors of #F59003
Black with #F59003
Text Example
Text Example
White with #F59003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59003; }
p { color: rgb(245,144,3); }
H1.HeaderClassName
{
color: #F59003;
}
.AnyTagClassName
{
color: #F59003;
}
</style>
background-color css
<style>
a { background-color: #F59003; }
a { background-color: rgb(245,144,3); }
div.DivClassName
{
background-color: #F59003;
}
.BgClassName
{
background-color: #F59003;
}
</style>
border-color css
<style>
span { border-color: #F59003; }
span { border-color: rgb(245,144,3); }
td.TdClassName
{
border-color: #F59003;
}
.TagClassName
{
border-color: #F59003;
}
</style>