Shades of Dark Orange #F98802
Tints of Dark Orange #F98802
RGB
CMYK
RGB Variations
Color information
#F98802 (or 0xF98802) is known color: Dark Orange. HEX triplet: F9, 88 and 02. RGB value is (249,136,2). Sum of RGB (Red+Green+Blue) = 249+136+2=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F98802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98802 is #0677FD. Grayscale: #9B9B9B. Windows color (decimal): -423934 or 166137. OLE color: 166137.
HSL color Cylindrical-coordinate representation of color #F98802: hue angle of 32.55º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F98802 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 136 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.02 |
| HSL | 32.55º | 0.98% | 0.49% | - |
| HSV(B) | 32.55º | 0.99% | 0.98% | - |
| XYZ | 47.88 | 37.75 | 4.82 | - |
| YUV | 154.51 | 41.94 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 136 | 2 | 0 | 0.45 | 0.99 | 0.02 | 32.55 | 0.98 | 0.49 |
| Hex | F9 | 88 | 2 | 0 | 2D | 63 | 2 | 21 | 62 | 31 |
| Octal | 371 | 210 | 2 | 0 | 55 | 143 | 2 | 41 | 142 | 61 |
| Binary | 11111001 | 10001000 | 10 | 0 | 101101 | 1100011 | 10 | 100001 | 1100010 | 110001 |
Color Harmonies of #F98802
Complementary color
Monochromatic Colors of #F98802
Black with #F98802
Text Example
Text Example
White with #F98802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98802; }
p { color: rgb(249,136,2); }
H1.HeaderClassName
{
color: #F98802;
}
.AnyTagClassName
{
color: #F98802;
}
</style>
background-color css
<style>
a { background-color: #F98802; }
a { background-color: rgb(249,136,2); }
div.DivClassName
{
background-color: #F98802;
}
.BgClassName
{
background-color: #F98802;
}
</style>
border-color css
<style>
span { border-color: #F98802; }
span { border-color: rgb(249,136,2); }
td.TdClassName
{
border-color: #F98802;
}
.TagClassName
{
border-color: #F98802;
}
</style>