Shades of Dark Orange #F98A00
Tints of Dark Orange #F98A00
RGB
CMYK
RGB Variations
Color information
#F98A00 (or 0xF98A00) is known color: Dark Orange. HEX triplet: F9, 8A and 00. RGB value is (249,138,0). Sum of RGB (Red+Green+Blue) = 249+138+0=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98A00 is #0675FF. Grayscale: #9C9C9C. Windows color (decimal): -423424 or 35577. OLE color: 35577.
HSL color Cylindrical-coordinate representation of color #F98A00: hue angle of 33.25º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F98A00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.02 |
| HSL | 33.25º | 1% | 0.49% | - |
| HSV(B) | 33.25º | 1% | 0.98% | - |
| XYZ | 48.16 | 38.32 | 4.86 | - |
| YUV | 155.46 | 40.27 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 0 | 0 | 0.45 | 1 | 0.02 | 33.25 | 1 | 0.49 |
| Hex | F9 | 8A | 0 | 0 | 2D | 64 | 2 | 21 | 64 | 31 |
| Octal | 371 | 212 | 0 | 0 | 55 | 144 | 2 | 41 | 144 | 61 |
| Binary | 11111001 | 10001010 | 0 | 0 | 101101 | 1100100 | 10 | 100001 | 1100100 | 110001 |
Color Harmonies of #F98A00
Complementary color
Monochromatic Colors of #F98A00
Black with #F98A00
Text Example
Text Example
White with #F98A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A00; }
p { color: rgb(249,138,0); }
H1.HeaderClassName
{
color: #F98A00;
}
.AnyTagClassName
{
color: #F98A00;
}
</style>
background-color css
<style>
a { background-color: #F98A00; }
a { background-color: rgb(249,138,0); }
div.DivClassName
{
background-color: #F98A00;
}
.BgClassName
{
background-color: #F98A00;
}
</style>
border-color css
<style>
span { border-color: #F98A00; }
span { border-color: rgb(249,138,0); }
td.TdClassName
{
border-color: #F98A00;
}
.TagClassName
{
border-color: #F98A00;
}
</style>