Shades of Dark Orange #F98C01
Tints of Dark Orange #F98C01
RGB
CMYK
RGB Variations
Color information
#F98C01 (or 0xF98C01) is known color: Dark Orange. HEX triplet: F9, 8C and 01. RGB value is (249,140,1). Sum of RGB (Red+Green+Blue) = 249+140+1=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98C01 is #0673FE. Grayscale: #9D9D9D. Windows color (decimal): -422911 or 101625. OLE color: 101625.
HSL color Cylindrical-coordinate representation of color #F98C01: hue angle of 33.63º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F98C01 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 1 | - |
| CMYK | 0 | 0.44 | 1.00 | 0.02 |
| HSL | 33.63º | 0.99% | 0.49% | - |
| HSV(B) | 33.63º | 1% | 0.98% | - |
| XYZ | 48.45 | 38.9 | 4.98 | - |
| YUV | 156.75 | 40.11 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 1 | 0 | 0.44 | 1.00 | 0.02 | 33.63 | 0.99 | 0.49 |
| Hex | F9 | 8C | 1 | 0 | 2C | 64 | 2 | 22 | 63 | 31 |
| Octal | 371 | 214 | 1 | 0 | 54 | 144 | 2 | 42 | 143 | 61 |
| Binary | 11111001 | 10001100 | 1 | 0 | 101100 | 1100100 | 10 | 100010 | 1100011 | 110001 |
Color Harmonies of #F98C01
Complementary color
Monochromatic Colors of #F98C01
Black with #F98C01
Text Example
Text Example
White with #F98C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C01; }
p { color: rgb(249,140,1); }
H1.HeaderClassName
{
color: #F98C01;
}
.AnyTagClassName
{
color: #F98C01;
}
</style>
background-color css
<style>
a { background-color: #F98C01; }
a { background-color: rgb(249,140,1); }
div.DivClassName
{
background-color: #F98C01;
}
.BgClassName
{
background-color: #F98C01;
}
</style>
border-color css
<style>
span { border-color: #F98C01; }
span { border-color: rgb(249,140,1); }
td.TdClassName
{
border-color: #F98C01;
}
.TagClassName
{
border-color: #F98C01;
}
</style>