Shades of Dark Orange #F98D02
Tints of Dark Orange #F98D02
RGB
CMYK
RGB Variations
Color information
#F98D02 (or 0xF98D02) is known color: Dark Orange. HEX triplet: F9, 8D and 02. RGB value is (249,141,2). Sum of RGB (Red+Green+Blue) = 249+141+2=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98D02 is #0672FD. Grayscale: #9E9E9E. Windows color (decimal): -422654 or 167417. OLE color: 167417.
HSL color Cylindrical-coordinate representation of color #F98D02: hue angle of 33.77º 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 #F98D02 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 2 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.02 |
| HSL | 33.77º | 0.98% | 0.49% | - |
| HSV(B) | 33.77º | 0.99% | 0.98% | - |
| XYZ | 48.6 | 39.19 | 5.06 | - |
| YUV | 157.45 | 40.28 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 2 | 0 | 0.43 | 0.99 | 0.02 | 33.77 | 0.98 | 0.49 |
| Hex | F9 | 8D | 2 | 0 | 2B | 63 | 2 | 22 | 62 | 31 |
| Octal | 371 | 215 | 2 | 0 | 53 | 143 | 2 | 42 | 142 | 61 |
| Binary | 11111001 | 10001101 | 10 | 0 | 101011 | 1100011 | 10 | 100010 | 1100010 | 110001 |
Color Harmonies of #F98D02
Complementary color
Monochromatic Colors of #F98D02
Black with #F98D02
Text Example
Text Example
White with #F98D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D02; }
p { color: rgb(249,141,2); }
H1.HeaderClassName
{
color: #F98D02;
}
.AnyTagClassName
{
color: #F98D02;
}
</style>
background-color css
<style>
a { background-color: #F98D02; }
a { background-color: rgb(249,141,2); }
div.DivClassName
{
background-color: #F98D02;
}
.BgClassName
{
background-color: #F98D02;
}
</style>
border-color css
<style>
span { border-color: #F98D02; }
span { border-color: rgb(249,141,2); }
td.TdClassName
{
border-color: #F98D02;
}
.TagClassName
{
border-color: #F98D02;
}
</style>