Shades of Dark Orange #F98B11
Tints of Dark Orange #F98B11
RGB
CMYK
RGB Variations
Color information
#F98B11 (or 0xF98B11) is known color: Dark Orange. HEX triplet: F9, 8B and 11. RGB value is (249,139,17). Sum of RGB (Red+Green+Blue) = 249+139+17=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98B11 is #0674EE. Grayscale: #9E9E9E. Windows color (decimal): -423151 or 1149945. OLE color: 1149945.
HSL color Cylindrical-coordinate representation of color #F98B11: hue angle of 31.55º 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 #F98B11 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 17 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.02 |
| HSL | 31.55º | 0.95% | 0.52% | - |
| HSV(B) | 31.55º | 0.93% | 0.98% | - |
| XYZ | 48.4 | 38.65 | 5.44 | - |
| YUV | 157.98 | 48.44 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 17 | 0 | 0.44 | 0.93 | 0.02 | 31.55 | 0.95 | 0.52 |
| Hex | F9 | 8B | 11 | 0 | 2C | 5D | 2 | 20 | 5F | 34 |
| Octal | 371 | 213 | 21 | 0 | 54 | 135 | 2 | 40 | 137 | 64 |
| Binary | 11111001 | 10001011 | 10001 | 0 | 101100 | 1011101 | 10 | 100000 | 1011111 | 110100 |
Color Harmonies of #F98B11
Complementary color
Monochromatic Colors of #F98B11
Black with #F98B11
Text Example
Text Example
White with #F98B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98B11; }
p { color: rgb(249,139,17); }
H1.HeaderClassName
{
color: #F98B11;
}
.AnyTagClassName
{
color: #F98B11;
}
</style>
background-color css
<style>
a { background-color: #F98B11; }
a { background-color: rgb(249,139,17); }
div.DivClassName
{
background-color: #F98B11;
}
.BgClassName
{
background-color: #F98B11;
}
</style>
border-color css
<style>
span { border-color: #F98B11; }
span { border-color: rgb(249,139,17); }
td.TdClassName
{
border-color: #F98B11;
}
.TagClassName
{
border-color: #F98B11;
}
</style>