Shades of Dark Orange #FE9504
Tints of Dark Orange #FE9504
RGB
CMYK
RGB Variations
Color information
#FE9504 (or 0xFE9504) is known color: Dark Orange. HEX triplet: FE, 95 and 04. RGB value is (254,149,4). Sum of RGB (Red+Green+Blue) = 254+149+4=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9504 is #016AFB. Grayscale: #A4A4A4. Windows color (decimal): -92924 or 300542. OLE color: 300542.
HSL color Cylindrical-coordinate representation of color #FE9504: hue angle of 34.8º 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 #FE9504 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 4 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.00 |
| HSL | 34.8º | 0.99% | 0.51% | - |
| HSV(B) | 34.8º | 0.98% | 1% | - |
| XYZ | 51.64 | 42.57 | 5.61 | - |
| YUV | 163.87 | 37.79 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 4 | 0 | 0.41 | 0.98 | 0.00 | 34.8 | 0.99 | 0.51 |
| Hex | FE | 95 | 4 | 0 | 29 | 62 | 0 | 23 | 63 | 33 |
| Octal | 376 | 225 | 4 | 0 | 51 | 142 | 0 | 43 | 143 | 63 |
| Binary | 11111110 | 10010101 | 100 | 0 | 101001 | 1100010 | 0 | 100011 | 1100011 | 110011 |
Color Harmonies of #FE9504
Complementary color
Monochromatic Colors of #FE9504
Black with #FE9504
Text Example
Text Example
White with #FE9504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9504; }
p { color: rgb(254,149,4); }
H1.HeaderClassName
{
color: #FE9504;
}
.AnyTagClassName
{
color: #FE9504;
}
</style>
background-color css
<style>
a { background-color: #FE9504; }
a { background-color: rgb(254,149,4); }
div.DivClassName
{
background-color: #FE9504;
}
.BgClassName
{
background-color: #FE9504;
}
</style>
border-color css
<style>
span { border-color: #FE9504; }
span { border-color: rgb(254,149,4); }
td.TdClassName
{
border-color: #FE9504;
}
.TagClassName
{
border-color: #FE9504;
}
</style>