Shades of Dark Orange #F98A04
Tints of Dark Orange #F98A04
RGB
CMYK
RGB Variations
Color information
#F98A04 (or 0xF98A04) is known color: Dark Orange. HEX triplet: F9, 8A and 04. RGB value is (249,138,4). Sum of RGB (Red+Green+Blue) = 249+138+4=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 4 (1.95% from 255 or 1.02% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98A04 is #0675FB. Grayscale: #9C9C9C. Windows color (decimal): -423420 or 297721. OLE color: 297721.
HSL color Cylindrical-coordinate representation of color #F98A04: hue angle of 32.82º 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 #F98A04 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.02 |
| HSL | 32.82º | 0.97% | 0.5% | - |
| HSV(B) | 32.82º | 0.98% | 0.98% | - |
| XYZ | 48.18 | 38.33 | 4.97 | - |
| YUV | 155.91 | 42.27 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 4 | 0 | 0.45 | 0.98 | 0.02 | 32.82 | 0.97 | 0.5 |
| Hex | F9 | 8A | 4 | 0 | 2D | 62 | 2 | 21 | 61 | 32 |
| Octal | 371 | 212 | 4 | 0 | 55 | 142 | 2 | 41 | 141 | 62 |
| Binary | 11111001 | 10001010 | 100 | 0 | 101101 | 1100010 | 10 | 100001 | 1100001 | 110010 |
Color Harmonies of #F98A04
Complementary color
Monochromatic Colors of #F98A04
Black with #F98A04
Text Example
Text Example
White with #F98A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A04; }
p { color: rgb(249,138,4); }
H1.HeaderClassName
{
color: #F98A04;
}
.AnyTagClassName
{
color: #F98A04;
}
</style>
background-color css
<style>
a { background-color: #F98A04; }
a { background-color: rgb(249,138,4); }
div.DivClassName
{
background-color: #F98A04;
}
.BgClassName
{
background-color: #F98A04;
}
</style>
border-color css
<style>
span { border-color: #F98A04; }
span { border-color: rgb(249,138,4); }
td.TdClassName
{
border-color: #F98A04;
}
.TagClassName
{
border-color: #F98A04;
}
</style>