Shades of Dark Orange #F89505
Tints of Dark Orange #F89505
RGB
CMYK
RGB Variations
Color information
#F89505 (or 0xF89505) is known color: Dark Orange. HEX triplet: F8, 95 and 05. RGB value is (248,149,5). Sum of RGB (Red+Green+Blue) = 248+149+5=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F89505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89505 is #076AFA. Grayscale: #A2A2A2. Windows color (decimal): -486139 or 366072. OLE color: 366072.
HSL color Cylindrical-coordinate representation of color #F89505: hue angle of 35.56º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F89505 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 5 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.03 |
| HSL | 35.56º | 0.96% | 0.5% | - |
| HSV(B) | 35.56º | 0.98% | 0.97% | - |
| XYZ | 49.49 | 41.46 | 5.54 | - |
| YUV | 162.19 | 39.3 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 5 | 0 | 0.40 | 0.98 | 0.03 | 35.56 | 0.96 | 0.5 |
| Hex | F8 | 95 | 5 | 0 | 28 | 62 | 3 | 24 | 60 | 32 |
| Octal | 370 | 225 | 5 | 0 | 50 | 142 | 3 | 44 | 140 | 62 |
| Binary | 11111000 | 10010101 | 101 | 0 | 101000 | 1100010 | 11 | 100100 | 1100000 | 110010 |
Color Harmonies of #F89505
Complementary color
Monochromatic Colors of #F89505
Black with #F89505
Text Example
Text Example
White with #F89505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89505; }
p { color: rgb(248,149,5); }
H1.HeaderClassName
{
color: #F89505;
}
.AnyTagClassName
{
color: #F89505;
}
</style>
background-color css
<style>
a { background-color: #F89505; }
a { background-color: rgb(248,149,5); }
div.DivClassName
{
background-color: #F89505;
}
.BgClassName
{
background-color: #F89505;
}
</style>
border-color css
<style>
span { border-color: #F89505; }
span { border-color: rgb(248,149,5); }
td.TdClassName
{
border-color: #F89505;
}
.TagClassName
{
border-color: #F89505;
}
</style>