Shades of Dark Orange #FE8611
Tints of Dark Orange #FE8611
RGB
CMYK
RGB Variations
Color information
#FE8611 (or 0xFE8611) is known color: Dark Orange. HEX triplet: FE, 86 and 11. RGB value is (254,134,17). Sum of RGB (Red+Green+Blue) = 254+134+17=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8611 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8611 is #0179EE. Grayscale: #9D9D9D. Windows color (decimal): -96751 or 1148670. OLE color: 1148670.
HSL color Cylindrical-coordinate representation of color #FE8611: hue angle of 29.62º 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 #FE8611 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 17 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.00 |
| HSL | 29.62º | 0.99% | 0.53% | - |
| HSV(B) | 29.62º | 0.93% | 1% | - |
| XYZ | 49.5 | 38.16 | 5.29 | - |
| YUV | 156.54 | 49.26 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 17 | 0 | 0.47 | 0.93 | 0.00 | 29.62 | 0.99 | 0.53 |
| Hex | FE | 86 | 11 | 0 | 2F | 5D | 0 | 1E | 63 | 35 |
| Octal | 376 | 206 | 21 | 0 | 57 | 135 | 0 | 36 | 143 | 65 |
| Binary | 11111110 | 10000110 | 10001 | 0 | 101111 | 1011101 | 0 | 11110 | 1100011 | 110101 |
Color Harmonies of #FE8611
Complementary color
Monochromatic Colors of #FE8611
Black with #FE8611
Text Example
Text Example
White with #FE8611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8611; }
p { color: rgb(254,134,17); }
H1.HeaderClassName
{
color: #FE8611;
}
.AnyTagClassName
{
color: #FE8611;
}
</style>
background-color css
<style>
a { background-color: #FE8611; }
a { background-color: rgb(254,134,17); }
div.DivClassName
{
background-color: #FE8611;
}
.BgClassName
{
background-color: #FE8611;
}
</style>
border-color css
<style>
span { border-color: #FE8611; }
span { border-color: rgb(254,134,17); }
td.TdClassName
{
border-color: #FE8611;
}
.TagClassName
{
border-color: #FE8611;
}
</style>