Shades of Dark Orange #FA8911
Tints of Dark Orange #FA8911
RGB
CMYK
RGB Variations
Color information
#FA8911 (or 0xFA8911) is known color: Dark Orange. HEX triplet: FA, 89 and 11. RGB value is (250,137,17). Sum of RGB (Red+Green+Blue) = 250+137+17=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8911 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8911 is #0576EE. Grayscale: #9D9D9D. Windows color (decimal): -358127 or 1149434. OLE color: 1149434.
HSL color Cylindrical-coordinate representation of color #FA8911: hue angle of 30.9º 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 #FA8911 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 17 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.02 |
| HSL | 30.9º | 0.96% | 0.52% | - |
| HSV(B) | 30.9º | 0.93% | 0.98% | - |
| XYZ | 48.47 | 38.26 | 5.36 | - |
| YUV | 157.11 | 48.94 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 17 | 0 | 0.45 | 0.93 | 0.02 | 30.9 | 0.96 | 0.52 |
| Hex | FA | 89 | 11 | 0 | 2D | 5D | 2 | 1F | 60 | 34 |
| Octal | 372 | 211 | 21 | 0 | 55 | 135 | 2 | 37 | 140 | 64 |
| Binary | 11111010 | 10001001 | 10001 | 0 | 101101 | 1011101 | 10 | 11111 | 1100000 | 110100 |
Color Harmonies of #FA8911
Complementary color
Monochromatic Colors of #FA8911
Black with #FA8911
Text Example
Text Example
White with #FA8911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8911; }
p { color: rgb(250,137,17); }
H1.HeaderClassName
{
color: #FA8911;
}
.AnyTagClassName
{
color: #FA8911;
}
</style>
background-color css
<style>
a { background-color: #FA8911; }
a { background-color: rgb(250,137,17); }
div.DivClassName
{
background-color: #FA8911;
}
.BgClassName
{
background-color: #FA8911;
}
</style>
border-color css
<style>
span { border-color: #FA8911; }
span { border-color: rgb(250,137,17); }
td.TdClassName
{
border-color: #FA8911;
}
.TagClassName
{
border-color: #FA8911;
}
</style>