Shades of Dark Orange #F98D04
Tints of Dark Orange #F98D04
RGB
CMYK
RGB Variations
Color information
#F98D04 (or 0xF98D04) is known color: Dark Orange. HEX triplet: F9, 8D and 04. RGB value is (249,141,4). Sum of RGB (Red+Green+Blue) = 249+141+4=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98D04 is #0672FB. Grayscale: #9E9E9E. Windows color (decimal): -422652 or 298489. OLE color: 298489.
HSL color Cylindrical-coordinate representation of color #F98D04: hue angle of 33.55º degrees, saturation: 0.97, 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 #F98D04 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 4 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.02 |
| HSL | 33.55º | 0.97% | 0.5% | - |
| HSV(B) | 33.55º | 0.98% | 0.98% | - |
| XYZ | 48.61 | 39.2 | 5.12 | - |
| YUV | 157.67 | 41.28 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 4 | 0 | 0.43 | 0.98 | 0.02 | 33.55 | 0.97 | 0.5 |
| Hex | F9 | 8D | 4 | 0 | 2B | 62 | 2 | 22 | 61 | 32 |
| Octal | 371 | 215 | 4 | 0 | 53 | 142 | 2 | 42 | 141 | 62 |
| Binary | 11111001 | 10001101 | 100 | 0 | 101011 | 1100010 | 10 | 100010 | 1100001 | 110010 |
Color Harmonies of #F98D04
Complementary color
Monochromatic Colors of #F98D04
Black with #F98D04
Text Example
Text Example
White with #F98D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D04; }
p { color: rgb(249,141,4); }
H1.HeaderClassName
{
color: #F98D04;
}
.AnyTagClassName
{
color: #F98D04;
}
</style>
background-color css
<style>
a { background-color: #F98D04; }
a { background-color: rgb(249,141,4); }
div.DivClassName
{
background-color: #F98D04;
}
.BgClassName
{
background-color: #F98D04;
}
</style>
border-color css
<style>
span { border-color: #F98D04; }
span { border-color: rgb(249,141,4); }
td.TdClassName
{
border-color: #F98D04;
}
.TagClassName
{
border-color: #F98D04;
}
</style>