Shades of Dark Orange #FE8814
Tints of Dark Orange #FE8814
RGB
CMYK
RGB Variations
Color information
#FE8814 (or 0xFE8814) is known color: Dark Orange. HEX triplet: FE, 88 and 14. RGB value is (254,136,20). Sum of RGB (Red+Green+Blue) = 254+136+20=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8814 is #0177EB. Grayscale: #9E9E9E. Windows color (decimal): -96236 or 1345790. OLE color: 1345790.
HSL color Cylindrical-coordinate representation of color #FE8814: hue angle of 29.74º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE8814 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 20 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.00 |
| HSL | 29.74º | 0.99% | 0.54% | - |
| HSV(B) | 29.74º | 0.92% | 1% | - |
| XYZ | 49.8 | 38.73 | 5.51 | - |
| YUV | 158.06 | 50.09 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 20 | 0 | 0.46 | 0.92 | 0.00 | 29.74 | 0.99 | 0.54 |
| Hex | FE | 88 | 14 | 0 | 2E | 5C | 0 | 1E | 63 | 36 |
| Octal | 376 | 210 | 24 | 0 | 56 | 134 | 0 | 36 | 143 | 66 |
| Binary | 11111110 | 10001000 | 10100 | 0 | 101110 | 1011100 | 0 | 11110 | 1100011 | 110110 |
Color Harmonies of #FE8814
Complementary color
Monochromatic Colors of #FE8814
Black with #FE8814
Text Example
Text Example
White with #FE8814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8814; }
p { color: rgb(254,136,20); }
H1.HeaderClassName
{
color: #FE8814;
}
.AnyTagClassName
{
color: #FE8814;
}
</style>
background-color css
<style>
a { background-color: #FE8814; }
a { background-color: rgb(254,136,20); }
div.DivClassName
{
background-color: #FE8814;
}
.BgClassName
{
background-color: #FE8814;
}
</style>
border-color css
<style>
span { border-color: #FE8814; }
span { border-color: rgb(254,136,20); }
td.TdClassName
{
border-color: #FE8814;
}
.TagClassName
{
border-color: #FE8814;
}
</style>