Shades of Dark Orange #FE8E10
Tints of Dark Orange #FE8E10
RGB
CMYK
RGB Variations
Color information
#FE8E10 (or 0xFE8E10) is known color: Dark Orange. HEX triplet: FE, 8E and 10. RGB value is (254,142,16). Sum of RGB (Red+Green+Blue) = 254+142+16=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8E10 is #0171EF. Grayscale: #A1A1A1. Windows color (decimal): -94704 or 1085182. OLE color: 1085182.
HSL color Cylindrical-coordinate representation of color #FE8E10: hue angle of 31.76º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE8E10 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 142 | 16 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.00 |
| HSL | 31.76º | 0.99% | 0.53% | - |
| HSV(B) | 31.76º | 0.94% | 1% | - |
| XYZ | 50.64 | 40.45 | 5.63 | - |
| YUV | 161.12 | 46.11 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 142 | 16 | 0 | 0.44 | 0.94 | 0.00 | 31.76 | 0.99 | 0.53 |
| Hex | FE | 8E | 10 | 0 | 2C | 5E | 0 | 20 | 63 | 35 |
| Octal | 376 | 216 | 20 | 0 | 54 | 136 | 0 | 40 | 143 | 65 |
| Binary | 11111110 | 10001110 | 10000 | 0 | 101100 | 1011110 | 0 | 100000 | 1100011 | 110101 |
Color Harmonies of #FE8E10
Complementary color
Monochromatic Colors of #FE8E10
Black with #FE8E10
Text Example
Text Example
White with #FE8E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8E10; }
p { color: rgb(254,142,16); }
H1.HeaderClassName
{
color: #FE8E10;
}
.AnyTagClassName
{
color: #FE8E10;
}
</style>
background-color css
<style>
a { background-color: #FE8E10; }
a { background-color: rgb(254,142,16); }
div.DivClassName
{
background-color: #FE8E10;
}
.BgClassName
{
background-color: #FE8E10;
}
</style>
border-color css
<style>
span { border-color: #FE8E10; }
span { border-color: rgb(254,142,16); }
td.TdClassName
{
border-color: #FE8E10;
}
.TagClassName
{
border-color: #FE8E10;
}
</style>