Shades of Dark Orange #FE9204
Tints of Dark Orange #FE9204
RGB
CMYK
RGB Variations
Color information
#FE9204 (or 0xFE9204) is known color: Dark Orange. HEX triplet: FE, 92 and 04. RGB value is (254,146,4). Sum of RGB (Red+Green+Blue) = 254+146+4=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9204 is #016DFB. Grayscale: #A2A2A2. Windows color (decimal): -93692 or 299774. OLE color: 299774.
HSL color Cylindrical-coordinate representation of color #FE9204: hue angle of 34.08º 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 #FE9204 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 4 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.00 |
| HSL | 34.08º | 0.99% | 0.51% | - |
| HSV(B) | 34.08º | 0.98% | 1% | - |
| XYZ | 51.17 | 41.64 | 5.45 | - |
| YUV | 162.1 | 38.78 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 4 | 0 | 0.43 | 0.98 | 0.00 | 34.08 | 0.99 | 0.51 |
| Hex | FE | 92 | 4 | 0 | 2B | 62 | 0 | 22 | 63 | 33 |
| Octal | 376 | 222 | 4 | 0 | 53 | 142 | 0 | 42 | 143 | 63 |
| Binary | 11111110 | 10010010 | 100 | 0 | 101011 | 1100010 | 0 | 100010 | 1100011 | 110011 |
Color Harmonies of #FE9204
Complementary color
Monochromatic Colors of #FE9204
Black with #FE9204
Text Example
Text Example
White with #FE9204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9204; }
p { color: rgb(254,146,4); }
H1.HeaderClassName
{
color: #FE9204;
}
.AnyTagClassName
{
color: #FE9204;
}
</style>
background-color css
<style>
a { background-color: #FE9204; }
a { background-color: rgb(254,146,4); }
div.DivClassName
{
background-color: #FE9204;
}
.BgClassName
{
background-color: #FE9204;
}
</style>
border-color css
<style>
span { border-color: #FE9204; }
span { border-color: rgb(254,146,4); }
td.TdClassName
{
border-color: #FE9204;
}
.TagClassName
{
border-color: #FE9204;
}
</style>