Shades of Dark Orange #F5900F
Tints of Dark Orange #F5900F
RGB
CMYK
RGB Variations
Color information
#F5900F (or 0xF5900F) is known color: Dark Orange. HEX triplet: F5, 90 and 0F. RGB value is (245,144,15). Sum of RGB (Red+Green+Blue) = 245+144+15=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5900F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5900F is #0A6FF0. Grayscale: #A0A0A0. Windows color (decimal): -684017 or 1020149. OLE color: 1020149.
HSL color Cylindrical-coordinate representation of color #F5900F: hue angle of 33.65º 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 #F5900F is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 15 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.04 |
| HSL | 33.65º | 0.92% | 0.51% | - |
| HSV(B) | 33.65º | 0.94% | 0.96% | - |
| XYZ | 47.72 | 39.39 | 5.54 | - |
| YUV | 159.49 | 46.46 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 15 | 0 | 0.41 | 0.94 | 0.04 | 33.65 | 0.92 | 0.51 |
| Hex | F5 | 90 | F | 0 | 29 | 5E | 4 | 22 | 5C | 33 |
| Octal | 365 | 220 | 17 | 0 | 51 | 136 | 4 | 42 | 134 | 63 |
| Binary | 11110101 | 10010000 | 1111 | 0 | 101001 | 1011110 | 100 | 100010 | 1011100 | 110011 |
Color Harmonies of #F5900F
Complementary color
Monochromatic Colors of #F5900F
Black with #F5900F
Text Example
Text Example
White with #F5900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5900F; }
p { color: rgb(245,144,15); }
H1.HeaderClassName
{
color: #F5900F;
}
.AnyTagClassName
{
color: #F5900F;
}
</style>
background-color css
<style>
a { background-color: #F5900F; }
a { background-color: rgb(245,144,15); }
div.DivClassName
{
background-color: #F5900F;
}
.BgClassName
{
background-color: #F5900F;
}
</style>
border-color css
<style>
span { border-color: #F5900F; }
span { border-color: rgb(245,144,15); }
td.TdClassName
{
border-color: #F5900F;
}
.TagClassName
{
border-color: #F5900F;
}
</style>