Shades of Dark Orange #FE9411
Tints of Dark Orange #FE9411
RGB
CMYK
RGB Variations
Color information
#FE9411 (or 0xFE9411) is known color: Dark Orange. HEX triplet: FE, 94 and 11. RGB value is (254,148,17). Sum of RGB (Red+Green+Blue) = 254+148+17=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9411 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9411 is #016BEE. Grayscale: #A5A5A5. Windows color (decimal): -93167 or 1152254. OLE color: 1152254.
HSL color Cylindrical-coordinate representation of color #FE9411: hue angle of 33.16º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE9411 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 17 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.00 |
| HSL | 33.16º | 0.99% | 0.53% | - |
| HSV(B) | 33.16º | 0.93% | 1% | - |
| XYZ | 51.56 | 42.29 | 5.98 | - |
| YUV | 164.76 | 44.62 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 17 | 0 | 0.42 | 0.93 | 0.00 | 33.16 | 0.99 | 0.53 |
| Hex | FE | 94 | 11 | 0 | 2A | 5D | 0 | 21 | 63 | 35 |
| Octal | 376 | 224 | 21 | 0 | 52 | 135 | 0 | 41 | 143 | 65 |
| Binary | 11111110 | 10010100 | 10001 | 0 | 101010 | 1011101 | 0 | 100001 | 1100011 | 110101 |
Color Harmonies of #FE9411
Complementary color
Monochromatic Colors of #FE9411
Black with #FE9411
Text Example
Text Example
White with #FE9411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9411; }
p { color: rgb(254,148,17); }
H1.HeaderClassName
{
color: #FE9411;
}
.AnyTagClassName
{
color: #FE9411;
}
</style>
background-color css
<style>
a { background-color: #FE9411; }
a { background-color: rgb(254,148,17); }
div.DivClassName
{
background-color: #FE9411;
}
.BgClassName
{
background-color: #FE9411;
}
</style>
border-color css
<style>
span { border-color: #FE9411; }
span { border-color: rgb(254,148,17); }
td.TdClassName
{
border-color: #FE9411;
}
.TagClassName
{
border-color: #FE9411;
}
</style>