Shades of Dark Orange #FE8904
Tints of Dark Orange #FE8904
RGB
CMYK
RGB Variations
Color information
#FE8904 (or 0xFE8904) is known color: Dark Orange. HEX triplet: FE, 89 and 04. RGB value is (254,137,4). Sum of RGB (Red+Green+Blue) = 254+137+4=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 4 (1.95% from 255 or 1.01% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8904 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8904 is #0176FB. Grayscale: #9D9D9D. Windows color (decimal): -95996 or 297470. OLE color: 297470.
HSL color Cylindrical-coordinate representation of color #FE8904: hue angle of 31.92º 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 #FE8904 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.00 |
| HSL | 31.92º | 0.99% | 0.51% | - |
| HSV(B) | 31.92º | 0.98% | 1% | - |
| XYZ | 49.84 | 38.97 | 5.01 | - |
| YUV | 156.82 | 41.76 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 4 | 0 | 0.46 | 0.98 | 0.00 | 31.92 | 0.99 | 0.51 |
| Hex | FE | 89 | 4 | 0 | 2E | 62 | 0 | 20 | 63 | 33 |
| Octal | 376 | 211 | 4 | 0 | 56 | 142 | 0 | 40 | 143 | 63 |
| Binary | 11111110 | 10001001 | 100 | 0 | 101110 | 1100010 | 0 | 100000 | 1100011 | 110011 |
Color Harmonies of #FE8904
Complementary color
Monochromatic Colors of #FE8904
Black with #FE8904
Text Example
Text Example
White with #FE8904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8904; }
p { color: rgb(254,137,4); }
H1.HeaderClassName
{
color: #FE8904;
}
.AnyTagClassName
{
color: #FE8904;
}
</style>
background-color css
<style>
a { background-color: #FE8904; }
a { background-color: rgb(254,137,4); }
div.DivClassName
{
background-color: #FE8904;
}
.BgClassName
{
background-color: #FE8904;
}
</style>
border-color css
<style>
span { border-color: #FE8904; }
span { border-color: rgb(254,137,4); }
td.TdClassName
{
border-color: #FE8904;
}
.TagClassName
{
border-color: #FE8904;
}
</style>