Shades of Dark Orange #FE8805
Tints of Dark Orange #FE8805
RGB
CMYK
RGB Variations
Color information
#FE8805 (or 0xFE8805) is known color: Dark Orange. HEX triplet: FE, 88 and 05. RGB value is (254,136,5). Sum of RGB (Red+Green+Blue) = 254+136+5=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8805 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8805 is #0177FA. Grayscale: #9C9C9C. Windows color (decimal): -96251 or 362750. OLE color: 362750.
HSL color Cylindrical-coordinate representation of color #FE8805: hue angle of 31.57º 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 #FE8805 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 5 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.00 |
| HSL | 31.57º | 0.99% | 0.51% | - |
| HSV(B) | 31.57º | 0.98% | 1% | - |
| XYZ | 49.7 | 38.69 | 4.99 | - |
| YUV | 156.35 | 42.59 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 5 | 0 | 0.46 | 0.98 | 0.00 | 31.57 | 0.99 | 0.51 |
| Hex | FE | 88 | 5 | 0 | 2E | 62 | 0 | 20 | 63 | 33 |
| Octal | 376 | 210 | 5 | 0 | 56 | 142 | 0 | 40 | 143 | 63 |
| Binary | 11111110 | 10001000 | 101 | 0 | 101110 | 1100010 | 0 | 100000 | 1100011 | 110011 |
Color Harmonies of #FE8805
Complementary color
Monochromatic Colors of #FE8805
Black with #FE8805
Text Example
Text Example
White with #FE8805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8805; }
p { color: rgb(254,136,5); }
H1.HeaderClassName
{
color: #FE8805;
}
.AnyTagClassName
{
color: #FE8805;
}
</style>
background-color css
<style>
a { background-color: #FE8805; }
a { background-color: rgb(254,136,5); }
div.DivClassName
{
background-color: #FE8805;
}
.BgClassName
{
background-color: #FE8805;
}
</style>
border-color css
<style>
span { border-color: #FE8805; }
span { border-color: rgb(254,136,5); }
td.TdClassName
{
border-color: #FE8805;
}
.TagClassName
{
border-color: #FE8805;
}
</style>