Shades of Dark Orange #FE8806
Tints of Dark Orange #FE8806
RGB
CMYK
RGB Variations
Color information
#FE8806 (or 0xFE8806) is known color: Dark Orange. HEX triplet: FE, 88 and 06. RGB value is (254,136,6). Sum of RGB (Red+Green+Blue) = 254+136+6=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 6 (2.73% from 255 or 1.52% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8806 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8806 is #0177F9. Grayscale: #9D9D9D. Windows color (decimal): -96250 or 428286. OLE color: 428286.
HSL color Cylindrical-coordinate representation of color #FE8806: hue angle of 31.45º 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 #FE8806 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 6 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.00 |
| HSL | 31.45º | 0.99% | 0.51% | - |
| HSV(B) | 31.45º | 0.98% | 1% | - |
| XYZ | 49.71 | 38.69 | 5.02 | - |
| YUV | 156.46 | 43.09 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 6 | 0 | 0.46 | 0.98 | 0.00 | 31.45 | 0.99 | 0.51 |
| Hex | FE | 88 | 6 | 0 | 2E | 62 | 0 | 1F | 63 | 33 |
| Octal | 376 | 210 | 6 | 0 | 56 | 142 | 0 | 37 | 143 | 63 |
| Binary | 11111110 | 10001000 | 110 | 0 | 101110 | 1100010 | 0 | 11111 | 1100011 | 110011 |
Color Harmonies of #FE8806
Complementary color
Monochromatic Colors of #FE8806
Black with #FE8806
Text Example
Text Example
White with #FE8806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8806; }
p { color: rgb(254,136,6); }
H1.HeaderClassName
{
color: #FE8806;
}
.AnyTagClassName
{
color: #FE8806;
}
</style>
background-color css
<style>
a { background-color: #FE8806; }
a { background-color: rgb(254,136,6); }
div.DivClassName
{
background-color: #FE8806;
}
.BgClassName
{
background-color: #FE8806;
}
</style>
border-color css
<style>
span { border-color: #FE8806; }
span { border-color: rgb(254,136,6); }
td.TdClassName
{
border-color: #FE8806;
}
.TagClassName
{
border-color: #FE8806;
}
</style>