Shades of Dark Orange #F98A0F
Tints of Dark Orange #F98A0F
RGB
CMYK
RGB Variations
Color information
#F98A0F (or 0xF98A0F) is known color: Dark Orange. HEX triplet: F9, 8A and 0F. RGB value is (249,138,15). Sum of RGB (Red+Green+Blue) = 249+138+15=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98A0F is #0675F0. Grayscale: #9D9D9D. Windows color (decimal): -423409 or 1018617. OLE color: 1018617.
HSL color Cylindrical-coordinate representation of color #F98A0F: hue angle of 31.54º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F98A0F is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 15 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.02 |
| HSL | 31.54º | 0.95% | 0.52% | - |
| HSV(B) | 31.54º | 0.94% | 0.98% | - |
| XYZ | 48.24 | 38.35 | 5.31 | - |
| YUV | 157.17 | 47.77 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 15 | 0 | 0.45 | 0.94 | 0.02 | 31.54 | 0.95 | 0.52 |
| Hex | F9 | 8A | F | 0 | 2D | 5E | 2 | 20 | 5F | 34 |
| Octal | 371 | 212 | 17 | 0 | 55 | 136 | 2 | 40 | 137 | 64 |
| Binary | 11111001 | 10001010 | 1111 | 0 | 101101 | 1011110 | 10 | 100000 | 1011111 | 110100 |
Color Harmonies of #F98A0F
Complementary color
Monochromatic Colors of #F98A0F
Black with #F98A0F
Text Example
Text Example
White with #F98A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A0F; }
p { color: rgb(249,138,15); }
H1.HeaderClassName
{
color: #F98A0F;
}
.AnyTagClassName
{
color: #F98A0F;
}
</style>
background-color css
<style>
a { background-color: #F98A0F; }
a { background-color: rgb(249,138,15); }
div.DivClassName
{
background-color: #F98A0F;
}
.BgClassName
{
background-color: #F98A0F;
}
</style>
border-color css
<style>
span { border-color: #F98A0F; }
span { border-color: rgb(249,138,15); }
td.TdClassName
{
border-color: #F98A0F;
}
.TagClassName
{
border-color: #F98A0F;
}
</style>