Shades of Dark Orange #FE8E09
Tints of Dark Orange #FE8E09
RGB
CMYK
RGB Variations
Color information
#FE8E09 (or 0xFE8E09) is known color: Dark Orange. HEX triplet: FE, 8E and 09. RGB value is (254,142,9). Sum of RGB (Red+Green+Blue) = 254+142+9=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 9 (3.91% from 255 or 2.22% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8E09 is #0171F6. Grayscale: #A0A0A0. Windows color (decimal): -94711 or 626430. OLE color: 626430.
HSL color Cylindrical-coordinate representation of color #FE8E09: hue angle of 32.57º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE8E09 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 142 | 9 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.00 |
| HSL | 32.57º | 0.99% | 0.52% | - |
| HSV(B) | 32.57º | 0.96% | 1% | - |
| XYZ | 50.6 | 40.44 | 5.4 | - |
| YUV | 160.33 | 42.61 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 142 | 9 | 0 | 0.44 | 0.96 | 0.00 | 32.57 | 0.99 | 0.52 |
| Hex | FE | 8E | 9 | 0 | 2C | 60 | 0 | 21 | 63 | 34 |
| Octal | 376 | 216 | 11 | 0 | 54 | 140 | 0 | 41 | 143 | 64 |
| Binary | 11111110 | 10001110 | 1001 | 0 | 101100 | 1100000 | 0 | 100001 | 1100011 | 110100 |
Color Harmonies of #FE8E09
Complementary color
Monochromatic Colors of #FE8E09
Black with #FE8E09
Text Example
Text Example
White with #FE8E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8E09; }
p { color: rgb(254,142,9); }
H1.HeaderClassName
{
color: #FE8E09;
}
.AnyTagClassName
{
color: #FE8E09;
}
</style>
background-color css
<style>
a { background-color: #FE8E09; }
a { background-color: rgb(254,142,9); }
div.DivClassName
{
background-color: #FE8E09;
}
.BgClassName
{
background-color: #FE8E09;
}
</style>
border-color css
<style>
span { border-color: #FE8E09; }
span { border-color: rgb(254,142,9); }
td.TdClassName
{
border-color: #FE8E09;
}
.TagClassName
{
border-color: #FE8E09;
}
</style>