Shades of Dark Orange #FA9211
Tints of Dark Orange #FA9211
RGB
CMYK
RGB Variations
Color information
#FA9211 (or 0xFA9211) is known color: Dark Orange. HEX triplet: FA, 92 and 11. RGB value is (250,146,17). Sum of RGB (Red+Green+Blue) = 250+146+17=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9211 is #056DEE. Grayscale: #A3A3A3. Windows color (decimal): -355823 or 1151738. OLE color: 1151738.
HSL color Cylindrical-coordinate representation of color #FA9211: hue angle of 33.22º degrees, saturation: 0.96, 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 #FA9211 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 17 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.02 |
| HSL | 33.22º | 0.96% | 0.52% | - |
| HSV(B) | 33.22º | 0.93% | 0.98% | - |
| XYZ | 49.8 | 40.92 | 5.8 | - |
| YUV | 162.39 | 45.96 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 17 | 0 | 0.42 | 0.93 | 0.02 | 33.22 | 0.96 | 0.52 |
| Hex | FA | 92 | 11 | 0 | 2A | 5D | 2 | 21 | 60 | 34 |
| Octal | 372 | 222 | 21 | 0 | 52 | 135 | 2 | 41 | 140 | 64 |
| Binary | 11111010 | 10010010 | 10001 | 0 | 101010 | 1011101 | 10 | 100001 | 1100000 | 110100 |
Color Harmonies of #FA9211
Complementary color
Monochromatic Colors of #FA9211
Black with #FA9211
Text Example
Text Example
White with #FA9211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9211; }
p { color: rgb(250,146,17); }
H1.HeaderClassName
{
color: #FA9211;
}
.AnyTagClassName
{
color: #FA9211;
}
</style>
background-color css
<style>
a { background-color: #FA9211; }
a { background-color: rgb(250,146,17); }
div.DivClassName
{
background-color: #FA9211;
}
.BgClassName
{
background-color: #FA9211;
}
</style>
border-color css
<style>
span { border-color: #FA9211; }
span { border-color: rgb(250,146,17); }
td.TdClassName
{
border-color: #FA9211;
}
.TagClassName
{
border-color: #FA9211;
}
</style>