Shades of Dark Orange #FE9100
Tints of Dark Orange #FE9100
RGB
CMYK
RGB Variations
Color information
#FE9100 (or 0xFE9100) is known color: Dark Orange. HEX triplet: FE, 91 and 00. RGB value is (254,145,0). Sum of RGB (Red+Green+Blue) = 254+145+0=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9100 is #016EFF. Grayscale: #A1A1A1. Windows color (decimal): -93952 or 37374. OLE color: 37374.
HSL color Cylindrical-coordinate representation of color #FE9100: hue angle of 34.25º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE9100 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.00 |
| HSL | 34.25º | 1% | 0.5% | - |
| HSV(B) | 34.25º | 1% | 1% | - |
| XYZ | 51 | 41.32 | 5.29 | - |
| YUV | 161.06 | 37.11 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 0 | 0 | 0.43 | 1 | 0.00 | 34.25 | 1 | 0.5 |
| Hex | FE | 91 | 0 | 0 | 2B | 64 | 0 | 22 | 64 | 32 |
| Octal | 376 | 221 | 0 | 0 | 53 | 144 | 0 | 42 | 144 | 62 |
| Binary | 11111110 | 10010001 | 0 | 0 | 101011 | 1100100 | 0 | 100010 | 1100100 | 110010 |
Color Harmonies of #FE9100
Complementary color
Monochromatic Colors of #FE9100
Black with #FE9100
Text Example
Text Example
White with #FE9100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9100; }
p { color: rgb(254,145,0); }
H1.HeaderClassName
{
color: #FE9100;
}
.AnyTagClassName
{
color: #FE9100;
}
</style>
background-color css
<style>
a { background-color: #FE9100; }
a { background-color: rgb(254,145,0); }
div.DivClassName
{
background-color: #FE9100;
}
.BgClassName
{
background-color: #FE9100;
}
</style>
border-color css
<style>
span { border-color: #FE9100; }
span { border-color: rgb(254,145,0); }
td.TdClassName
{
border-color: #FE9100;
}
.TagClassName
{
border-color: #FE9100;
}
</style>