Shades of Dark Orange #F98805
Tints of Dark Orange #F98805
RGB
CMYK
RGB Variations
Color information
#F98805 (or 0xF98805) is known color: Dark Orange. HEX triplet: F9, 88 and 05. RGB value is (249,136,5). Sum of RGB (Red+Green+Blue) = 249+136+5=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F98805 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98805 is #0677FA. Grayscale: #9B9B9B. Windows color (decimal): -423931 or 362745. OLE color: 362745.
HSL color Cylindrical-coordinate representation of color #F98805: hue angle of 32.21º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F98805 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 136 | 5 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.02 |
| HSL | 32.21º | 0.96% | 0.5% | - |
| HSV(B) | 32.21º | 0.98% | 0.98% | - |
| XYZ | 47.9 | 37.76 | 4.91 | - |
| YUV | 154.85 | 43.44 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 136 | 5 | 0 | 0.45 | 0.98 | 0.02 | 32.21 | 0.96 | 0.5 |
| Hex | F9 | 88 | 5 | 0 | 2D | 62 | 2 | 20 | 60 | 32 |
| Octal | 371 | 210 | 5 | 0 | 55 | 142 | 2 | 40 | 140 | 62 |
| Binary | 11111001 | 10001000 | 101 | 0 | 101101 | 1100010 | 10 | 100000 | 1100000 | 110010 |
Color Harmonies of #F98805
Complementary color
Monochromatic Colors of #F98805
Black with #F98805
Text Example
Text Example
White with #F98805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98805; }
p { color: rgb(249,136,5); }
H1.HeaderClassName
{
color: #F98805;
}
.AnyTagClassName
{
color: #F98805;
}
</style>
background-color css
<style>
a { background-color: #F98805; }
a { background-color: rgb(249,136,5); }
div.DivClassName
{
background-color: #F98805;
}
.BgClassName
{
background-color: #F98805;
}
</style>
border-color css
<style>
span { border-color: #F98805; }
span { border-color: rgb(249,136,5); }
td.TdClassName
{
border-color: #F98805;
}
.TagClassName
{
border-color: #F98805;
}
</style>