Shades of Dark Orange #F98C0A
Tints of Dark Orange #F98C0A
RGB
CMYK
RGB Variations
Color information
#F98C0A (or 0xF98C0A) is known color: Dark Orange. HEX triplet: F9, 8C and 0A. RGB value is (249,140,10). Sum of RGB (Red+Green+Blue) = 249+140+10=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98C0A is #0673F5. Grayscale: #9E9E9E. Windows color (decimal): -422902 or 691449. OLE color: 691449.
HSL color Cylindrical-coordinate representation of color #F98C0A: hue angle of 32.64º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F98C0A is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 10 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.02 |
| HSL | 32.64º | 0.95% | 0.51% | - |
| HSV(B) | 32.64º | 0.96% | 0.98% | - |
| XYZ | 48.5 | 38.92 | 5.24 | - |
| YUV | 157.77 | 44.61 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 10 | 0 | 0.44 | 0.96 | 0.02 | 32.64 | 0.95 | 0.51 |
| Hex | F9 | 8C | A | 0 | 2C | 60 | 2 | 21 | 5F | 33 |
| Octal | 371 | 214 | 12 | 0 | 54 | 140 | 2 | 41 | 137 | 63 |
| Binary | 11111001 | 10001100 | 1010 | 0 | 101100 | 1100000 | 10 | 100001 | 1011111 | 110011 |
Color Harmonies of #F98C0A
Complementary color
Monochromatic Colors of #F98C0A
Black with #F98C0A
Text Example
Text Example
White with #F98C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C0A; }
p { color: rgb(249,140,10); }
H1.HeaderClassName
{
color: #F98C0A;
}
.AnyTagClassName
{
color: #F98C0A;
}
</style>
background-color css
<style>
a { background-color: #F98C0A; }
a { background-color: rgb(249,140,10); }
div.DivClassName
{
background-color: #F98C0A;
}
.BgClassName
{
background-color: #F98C0A;
}
</style>
border-color css
<style>
span { border-color: #F98C0A; }
span { border-color: rgb(249,140,10); }
td.TdClassName
{
border-color: #F98C0A;
}
.TagClassName
{
border-color: #F98C0A;
}
</style>