Shades of Dark Orange #FE9110
Tints of Dark Orange #FE9110
RGB
CMYK
RGB Variations
Color information
#FE9110 (or 0xFE9110) is known color: Dark Orange. HEX triplet: FE, 91 and 10. RGB value is (254,145,16). Sum of RGB (Red+Green+Blue) = 254+145+16=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9110 is #016EEF. Grayscale: #A3A3A3. Windows color (decimal): -93936 or 1085950. OLE color: 1085950.
HSL color Cylindrical-coordinate representation of color #FE9110: hue angle of 32.52º 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 #FE9110 is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 16 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.00 |
| HSL | 32.52º | 0.99% | 0.53% | - |
| HSV(B) | 32.52º | 0.94% | 1% | - |
| XYZ | 51.09 | 41.36 | 5.78 | - |
| YUV | 162.89 | 45.11 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 16 | 0 | 0.43 | 0.94 | 0.00 | 32.52 | 0.99 | 0.53 |
| Hex | FE | 91 | 10 | 0 | 2B | 5E | 0 | 21 | 63 | 35 |
| Octal | 376 | 221 | 20 | 0 | 53 | 136 | 0 | 41 | 143 | 65 |
| Binary | 11111110 | 10010001 | 10000 | 0 | 101011 | 1011110 | 0 | 100001 | 1100011 | 110101 |
Color Harmonies of #FE9110
Complementary color
Monochromatic Colors of #FE9110
Black with #FE9110
Text Example
Text Example
White with #FE9110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9110; }
p { color: rgb(254,145,16); }
H1.HeaderClassName
{
color: #FE9110;
}
.AnyTagClassName
{
color: #FE9110;
}
</style>
background-color css
<style>
a { background-color: #FE9110; }
a { background-color: rgb(254,145,16); }
div.DivClassName
{
background-color: #FE9110;
}
.BgClassName
{
background-color: #FE9110;
}
</style>
border-color css
<style>
span { border-color: #FE9110; }
span { border-color: rgb(254,145,16); }
td.TdClassName
{
border-color: #FE9110;
}
.TagClassName
{
border-color: #FE9110;
}
</style>