Shades of Dark Orange #FE9310
Tints of Dark Orange #FE9310
RGB
CMYK
RGB Variations
Color information
#FE9310 (or 0xFE9310) is known color: Dark Orange. HEX triplet: FE, 93 and 10. RGB value is (254,147,16). Sum of RGB (Red+Green+Blue) = 254+147+16=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9310 is #016CEF. Grayscale: #A4A4A4. Windows color (decimal): -93424 or 1086462. OLE color: 1086462.
HSL color Cylindrical-coordinate representation of color #FE9310: hue angle of 33.03º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE9310 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 16 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.00 |
| HSL | 33.03º | 0.99% | 0.53% | - |
| HSV(B) | 33.03º | 0.94% | 1% | - |
| XYZ | 51.4 | 41.98 | 5.88 | - |
| YUV | 164.06 | 44.45 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 16 | 0 | 0.42 | 0.94 | 0.00 | 33.03 | 0.99 | 0.53 |
| Hex | FE | 93 | 10 | 0 | 2A | 5E | 0 | 21 | 63 | 35 |
| Octal | 376 | 223 | 20 | 0 | 52 | 136 | 0 | 41 | 143 | 65 |
| Binary | 11111110 | 10010011 | 10000 | 0 | 101010 | 1011110 | 0 | 100001 | 1100011 | 110101 |
Color Harmonies of #FE9310
Complementary color
Monochromatic Colors of #FE9310
Black with #FE9310
Text Example
Text Example
White with #FE9310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9310; }
p { color: rgb(254,147,16); }
H1.HeaderClassName
{
color: #FE9310;
}
.AnyTagClassName
{
color: #FE9310;
}
</style>
background-color css
<style>
a { background-color: #FE9310; }
a { background-color: rgb(254,147,16); }
div.DivClassName
{
background-color: #FE9310;
}
.BgClassName
{
background-color: #FE9310;
}
</style>
border-color css
<style>
span { border-color: #FE9310; }
span { border-color: rgb(254,147,16); }
td.TdClassName
{
border-color: #FE9310;
}
.TagClassName
{
border-color: #FE9310;
}
</style>