Shades of Dark Orange #F98F12
Tints of Dark Orange #F98F12
RGB
CMYK
RGB Variations
Color information
#F98F12 (or 0xF98F12) is known color: Dark Orange. HEX triplet: F9, 8F and 12. RGB value is (249,143,18). Sum of RGB (Red+Green+Blue) = 249+143+18=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98F12 is #0670ED. Grayscale: #A1A1A1. Windows color (decimal): -422126 or 1216505. OLE color: 1216505.
HSL color Cylindrical-coordinate representation of color #F98F12: hue angle of 32.47º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F98F12 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 18 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.02 |
| HSL | 32.47º | 0.95% | 0.52% | - |
| HSV(B) | 32.47º | 0.93% | 0.98% | - |
| XYZ | 49 | 39.83 | 5.68 | - |
| YUV | 160.44 | 47.62 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 18 | 0 | 0.43 | 0.93 | 0.02 | 32.47 | 0.95 | 0.52 |
| Hex | F9 | 8F | 12 | 0 | 2B | 5D | 2 | 20 | 5F | 34 |
| Octal | 371 | 217 | 22 | 0 | 53 | 135 | 2 | 40 | 137 | 64 |
| Binary | 11111001 | 10001111 | 10010 | 0 | 101011 | 1011101 | 10 | 100000 | 1011111 | 110100 |
Color Harmonies of #F98F12
Complementary color
Monochromatic Colors of #F98F12
Black with #F98F12
Text Example
Text Example
White with #F98F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98F12; }
p { color: rgb(249,143,18); }
H1.HeaderClassName
{
color: #F98F12;
}
.AnyTagClassName
{
color: #F98F12;
}
</style>
background-color css
<style>
a { background-color: #F98F12; }
a { background-color: rgb(249,143,18); }
div.DivClassName
{
background-color: #F98F12;
}
.BgClassName
{
background-color: #F98F12;
}
</style>
border-color css
<style>
span { border-color: #F98F12; }
span { border-color: rgb(249,143,18); }
td.TdClassName
{
border-color: #F98F12;
}
.TagClassName
{
border-color: #F98F12;
}
</style>