Shades of Dark Orange #FE880E
Tints of Dark Orange #FE880E
RGB
CMYK
RGB Variations
Color information
#FE880E (or 0xFE880E) is known color: Dark Orange. HEX triplet: FE, 88 and 0E. RGB value is (254,136,14). Sum of RGB (Red+Green+Blue) = 254+136+14=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE880E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE880E is #0177F1. Grayscale: #9D9D9D. Windows color (decimal): -96242 or 952574. OLE color: 952574.
HSL color Cylindrical-coordinate representation of color #FE880E: hue angle of 30.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE880E is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 14 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.00 |
| HSL | 30.5º | 0.99% | 0.53% | - |
| HSV(B) | 30.5º | 0.94% | 1% | - |
| XYZ | 49.76 | 38.71 | 5.26 | - |
| YUV | 157.37 | 47.09 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 14 | 0 | 0.46 | 0.94 | 0.00 | 30.5 | 0.99 | 0.53 |
| Hex | FE | 88 | E | 0 | 2E | 5E | 0 | 1E | 63 | 35 |
| Octal | 376 | 210 | 16 | 0 | 56 | 136 | 0 | 36 | 143 | 65 |
| Binary | 11111110 | 10001000 | 1110 | 0 | 101110 | 1011110 | 0 | 11110 | 1100011 | 110101 |
Color Harmonies of #FE880E
Complementary color
Monochromatic Colors of #FE880E
Black with #FE880E
Text Example
Text Example
White with #FE880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE880E; }
p { color: rgb(254,136,14); }
H1.HeaderClassName
{
color: #FE880E;
}
.AnyTagClassName
{
color: #FE880E;
}
</style>
background-color css
<style>
a { background-color: #FE880E; }
a { background-color: rgb(254,136,14); }
div.DivClassName
{
background-color: #FE880E;
}
.BgClassName
{
background-color: #FE880E;
}
</style>
border-color css
<style>
span { border-color: #FE880E; }
span { border-color: rgb(254,136,14); }
td.TdClassName
{
border-color: #FE880E;
}
.TagClassName
{
border-color: #FE880E;
}
</style>