Shades of Dark Orange #FA9210
Tints of Dark Orange #FA9210
RGB
CMYK
RGB Variations
Color information
#FA9210 (or 0xFA9210) is known color: Dark Orange. HEX triplet: FA, 92 and 10. RGB value is (250,146,16). Sum of RGB (Red+Green+Blue) = 250+146+16=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9210 is #056DEF. Grayscale: #A2A2A2. Windows color (decimal): -355824 or 1086202. OLE color: 1086202.
HSL color Cylindrical-coordinate representation of color #FA9210: hue angle of 33.33º degrees, saturation: 0.96, 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 #FA9210 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 16 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.02 |
| HSL | 33.33º | 0.96% | 0.52% | - |
| HSV(B) | 33.33º | 0.94% | 0.98% | - |
| XYZ | 49.8 | 40.92 | 5.76 | - |
| YUV | 162.28 | 45.46 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 16 | 0 | 0.42 | 0.94 | 0.02 | 33.33 | 0.96 | 0.52 |
| Hex | FA | 92 | 10 | 0 | 2A | 5E | 2 | 21 | 60 | 34 |
| Octal | 372 | 222 | 20 | 0 | 52 | 136 | 2 | 41 | 140 | 64 |
| Binary | 11111010 | 10010010 | 10000 | 0 | 101010 | 1011110 | 10 | 100001 | 1100000 | 110100 |
Color Harmonies of #FA9210
Complementary color
Monochromatic Colors of #FA9210
Black with #FA9210
Text Example
Text Example
White with #FA9210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9210; }
p { color: rgb(250,146,16); }
H1.HeaderClassName
{
color: #FA9210;
}
.AnyTagClassName
{
color: #FA9210;
}
</style>
background-color css
<style>
a { background-color: #FA9210; }
a { background-color: rgb(250,146,16); }
div.DivClassName
{
background-color: #FA9210;
}
.BgClassName
{
background-color: #FA9210;
}
</style>
border-color css
<style>
span { border-color: #FA9210; }
span { border-color: rgb(250,146,16); }
td.TdClassName
{
border-color: #FA9210;
}
.TagClassName
{
border-color: #FA9210;
}
</style>