Shades of Dark Orange #FE8D05
Tints of Dark Orange #FE8D05
RGB
CMYK
RGB Variations
Color information
#FE8D05 (or 0xFE8D05) is known color: Dark Orange. HEX triplet: FE, 8D and 05. RGB value is (254,141,5). Sum of RGB (Red+Green+Blue) = 254+141+5=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8D05 is #0172FA. Grayscale: #9F9F9F. Windows color (decimal): -94971 or 364030. OLE color: 364030.
HSL color Cylindrical-coordinate representation of color #FE8D05: hue angle of 32.77º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE8D05 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 5 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.00 |
| HSL | 32.77º | 0.99% | 0.51% | - |
| HSV(B) | 32.77º | 0.98% | 1% | - |
| XYZ | 50.43 | 40.13 | 5.23 | - |
| YUV | 159.28 | 40.94 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 5 | 0 | 0.44 | 0.98 | 0.00 | 32.77 | 0.99 | 0.51 |
| Hex | FE | 8D | 5 | 0 | 2C | 62 | 0 | 21 | 63 | 33 |
| Octal | 376 | 215 | 5 | 0 | 54 | 142 | 0 | 41 | 143 | 63 |
| Binary | 11111110 | 10001101 | 101 | 0 | 101100 | 1100010 | 0 | 100001 | 1100011 | 110011 |
Color Harmonies of #FE8D05
Complementary color
Monochromatic Colors of #FE8D05
Black with #FE8D05
Text Example
Text Example
White with #FE8D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D05; }
p { color: rgb(254,141,5); }
H1.HeaderClassName
{
color: #FE8D05;
}
.AnyTagClassName
{
color: #FE8D05;
}
</style>
background-color css
<style>
a { background-color: #FE8D05; }
a { background-color: rgb(254,141,5); }
div.DivClassName
{
background-color: #FE8D05;
}
.BgClassName
{
background-color: #FE8D05;
}
</style>
border-color css
<style>
span { border-color: #FE8D05; }
span { border-color: rgb(254,141,5); }
td.TdClassName
{
border-color: #FE8D05;
}
.TagClassName
{
border-color: #FE8D05;
}
</style>