Shades of Dark Orange #FE8504
Tints of Dark Orange #FE8504
RGB
CMYK
RGB Variations
Color information
#FE8504 (or 0xFE8504) is known color: Dark Orange. HEX triplet: FE, 85 and 04. RGB value is (254,133,4). Sum of RGB (Red+Green+Blue) = 254+133+4=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 4 (1.95% from 255 or 1.02% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8504 is #017AFB. Grayscale: #9B9B9B. Windows color (decimal): -97020 or 296446. OLE color: 296446.
HSL color Cylindrical-coordinate representation of color #FE8504: hue angle of 30.96º 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 #FE8504 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 4 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.00 |
| HSL | 30.96º | 0.99% | 0.51% | - |
| HSV(B) | 30.96º | 0.98% | 1% | - |
| XYZ | 49.28 | 37.85 | 4.82 | - |
| YUV | 154.47 | 43.09 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 4 | 0 | 0.48 | 0.98 | 0.00 | 30.96 | 0.99 | 0.51 |
| Hex | FE | 85 | 4 | 0 | 30 | 62 | 0 | 1F | 63 | 33 |
| Octal | 376 | 205 | 4 | 0 | 60 | 142 | 0 | 37 | 143 | 63 |
| Binary | 11111110 | 10000101 | 100 | 0 | 110000 | 1100010 | 0 | 11111 | 1100011 | 110011 |
Color Harmonies of #FE8504
Complementary color
Monochromatic Colors of #FE8504
Black with #FE8504
Text Example
Text Example
White with #FE8504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8504; }
p { color: rgb(254,133,4); }
H1.HeaderClassName
{
color: #FE8504;
}
.AnyTagClassName
{
color: #FE8504;
}
</style>
background-color css
<style>
a { background-color: #FE8504; }
a { background-color: rgb(254,133,4); }
div.DivClassName
{
background-color: #FE8504;
}
.BgClassName
{
background-color: #FE8504;
}
</style>
border-color css
<style>
span { border-color: #FE8504; }
span { border-color: rgb(254,133,4); }
td.TdClassName
{
border-color: #FE8504;
}
.TagClassName
{
border-color: #FE8504;
}
</style>