Shades of Dark Orange #F99210
Tints of Dark Orange #F99210
RGB
CMYK
RGB Variations
Color information
#F99210 (or 0xF99210) is known color: Dark Orange. HEX triplet: F9, 92 and 10. RGB value is (249,146,16). Sum of RGB (Red+Green+Blue) = 249+146+16=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F99210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99210 is #066DEF. Grayscale: #A2A2A2. Windows color (decimal): -421360 or 1086201. OLE color: 1086201.
HSL color Cylindrical-coordinate representation of color #F99210: hue angle of 33.48º 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 #F99210 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 16 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.02 |
| HSL | 33.48º | 0.95% | 0.52% | - |
| HSV(B) | 33.48º | 0.94% | 0.98% | - |
| XYZ | 49.44 | 40.73 | 5.75 | - |
| YUV | 161.98 | 45.62 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 16 | 0 | 0.41 | 0.94 | 0.02 | 33.48 | 0.95 | 0.52 |
| Hex | F9 | 92 | 10 | 0 | 29 | 5E | 2 | 21 | 5F | 34 |
| Octal | 371 | 222 | 20 | 0 | 51 | 136 | 2 | 41 | 137 | 64 |
| Binary | 11111001 | 10010010 | 10000 | 0 | 101001 | 1011110 | 10 | 100001 | 1011111 | 110100 |
Color Harmonies of #F99210
Complementary color
Monochromatic Colors of #F99210
Black with #F99210
Text Example
Text Example
White with #F99210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99210; }
p { color: rgb(249,146,16); }
H1.HeaderClassName
{
color: #F99210;
}
.AnyTagClassName
{
color: #F99210;
}
</style>
background-color css
<style>
a { background-color: #F99210; }
a { background-color: rgb(249,146,16); }
div.DivClassName
{
background-color: #F99210;
}
.BgClassName
{
background-color: #F99210;
}
</style>
border-color css
<style>
span { border-color: #F99210; }
span { border-color: rgb(249,146,16); }
td.TdClassName
{
border-color: #F99210;
}
.TagClassName
{
border-color: #F99210;
}
</style>