Shades of Dark Orange #F5900A
Tints of Dark Orange #F5900A
RGB
CMYK
RGB Variations
Color information
#F5900A (or 0xF5900A) is known color: Dark Orange. HEX triplet: F5, 90 and 0A. RGB value is (245,144,10). Sum of RGB (Red+Green+Blue) = 245+144+10=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F5900A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5900A is #0A6FF5. Grayscale: #9F9F9F. Windows color (decimal): -684022 or 692469. OLE color: 692469.
HSL color Cylindrical-coordinate representation of color #F5900A: hue angle of 34.21º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5900A is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 10 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.04 |
| HSL | 34.21º | 0.92% | 0.5% | - |
| HSV(B) | 34.21º | 0.96% | 0.96% | - |
| XYZ | 47.68 | 39.38 | 5.38 | - |
| YUV | 158.92 | 43.96 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 10 | 0 | 0.41 | 0.96 | 0.04 | 34.21 | 0.92 | 0.5 |
| Hex | F5 | 90 | A | 0 | 29 | 60 | 4 | 22 | 5C | 32 |
| Octal | 365 | 220 | 12 | 0 | 51 | 140 | 4 | 42 | 134 | 62 |
| Binary | 11110101 | 10010000 | 1010 | 0 | 101001 | 1100000 | 100 | 100010 | 1011100 | 110010 |
Color Harmonies of #F5900A
Complementary color
Monochromatic Colors of #F5900A
Black with #F5900A
Text Example
Text Example
White with #F5900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5900A; }
p { color: rgb(245,144,10); }
H1.HeaderClassName
{
color: #F5900A;
}
.AnyTagClassName
{
color: #F5900A;
}
</style>
background-color css
<style>
a { background-color: #F5900A; }
a { background-color: rgb(245,144,10); }
div.DivClassName
{
background-color: #F5900A;
}
.BgClassName
{
background-color: #F5900A;
}
</style>
border-color css
<style>
span { border-color: #F5900A; }
span { border-color: rgb(245,144,10); }
td.TdClassName
{
border-color: #F5900A;
}
.TagClassName
{
border-color: #F5900A;
}
</style>