Shades of Dark Orange #FE9304
Tints of Dark Orange #FE9304
RGB
CMYK
RGB Variations
Color information
#FE9304 (or 0xFE9304) is known color: Dark Orange. HEX triplet: FE, 93 and 04. RGB value is (254,147,4). Sum of RGB (Red+Green+Blue) = 254+147+4=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9304 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9304 is #016CFB. Grayscale: #A3A3A3. Windows color (decimal): -93436 or 300030. OLE color: 300030.
HSL color Cylindrical-coordinate representation of color #FE9304: hue angle of 34.32º 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 #FE9304 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.00 |
| HSL | 34.32º | 0.99% | 0.51% | - |
| HSV(B) | 34.32º | 0.98% | 1% | - |
| XYZ | 51.33 | 41.95 | 5.51 | - |
| YUV | 162.69 | 38.45 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 4 | 0 | 0.42 | 0.98 | 0.00 | 34.32 | 0.99 | 0.51 |
| Hex | FE | 93 | 4 | 0 | 2A | 62 | 0 | 22 | 63 | 33 |
| Octal | 376 | 223 | 4 | 0 | 52 | 142 | 0 | 42 | 143 | 63 |
| Binary | 11111110 | 10010011 | 100 | 0 | 101010 | 1100010 | 0 | 100010 | 1100011 | 110011 |
Color Harmonies of #FE9304
Complementary color
Monochromatic Colors of #FE9304
Black with #FE9304
Text Example
Text Example
White with #FE9304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9304; }
p { color: rgb(254,147,4); }
H1.HeaderClassName
{
color: #FE9304;
}
.AnyTagClassName
{
color: #FE9304;
}
</style>
background-color css
<style>
a { background-color: #FE9304; }
a { background-color: rgb(254,147,4); }
div.DivClassName
{
background-color: #FE9304;
}
.BgClassName
{
background-color: #FE9304;
}
</style>
border-color css
<style>
span { border-color: #FE9304; }
span { border-color: rgb(254,147,4); }
td.TdClassName
{
border-color: #FE9304;
}
.TagClassName
{
border-color: #FE9304;
}
</style>