Shades of Dark Orange #FA8E11
Tints of Dark Orange #FA8E11
RGB
CMYK
RGB Variations
Color information
#FA8E11 (or 0xFA8E11) is known color: Dark Orange. HEX triplet: FA, 8E and 11. RGB value is (250,142,17). Sum of RGB (Red+Green+Blue) = 250+142+17=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8E11 is #0571EE. Grayscale: #A0A0A0. Windows color (decimal): -356847 or 1150714. OLE color: 1150714.
HSL color Cylindrical-coordinate representation of color #FA8E11: hue angle of 32.19º 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 #FA8E11 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 17 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.02 |
| HSL | 32.19º | 0.96% | 0.52% | - |
| HSV(B) | 32.19º | 0.93% | 0.98% | - |
| XYZ | 49.2 | 39.71 | 5.6 | - |
| YUV | 160.04 | 47.28 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 17 | 0 | 0.43 | 0.93 | 0.02 | 32.19 | 0.96 | 0.52 |
| Hex | FA | 8E | 11 | 0 | 2B | 5D | 2 | 20 | 60 | 34 |
| Octal | 372 | 216 | 21 | 0 | 53 | 135 | 2 | 40 | 140 | 64 |
| Binary | 11111010 | 10001110 | 10001 | 0 | 101011 | 1011101 | 10 | 100000 | 1100000 | 110100 |
Color Harmonies of #FA8E11
Complementary color
Monochromatic Colors of #FA8E11
Black with #FA8E11
Text Example
Text Example
White with #FA8E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8E11; }
p { color: rgb(250,142,17); }
H1.HeaderClassName
{
color: #FA8E11;
}
.AnyTagClassName
{
color: #FA8E11;
}
</style>
background-color css
<style>
a { background-color: #FA8E11; }
a { background-color: rgb(250,142,17); }
div.DivClassName
{
background-color: #FA8E11;
}
.BgClassName
{
background-color: #FA8E11;
}
</style>
border-color css
<style>
span { border-color: #FA8E11; }
span { border-color: rgb(250,142,17); }
td.TdClassName
{
border-color: #FA8E11;
}
.TagClassName
{
border-color: #FA8E11;
}
</style>