Shades of Dark Orange #FE8711
Tints of Dark Orange #FE8711
RGB
CMYK
RGB Variations
Color information
#FE8711 (or 0xFE8711) is known color: Dark Orange. HEX triplet: FE, 87 and 11. RGB value is (254,135,17). Sum of RGB (Red+Green+Blue) = 254+135+17=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8711 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8711 is #0178EE. Grayscale: #9D9D9D. Windows color (decimal): -96495 or 1148926. OLE color: 1148926.
HSL color Cylindrical-coordinate representation of color #FE8711: hue angle of 29.87º 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 #FE8711 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 17 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.00 |
| HSL | 29.87º | 0.99% | 0.53% | - |
| HSV(B) | 29.87º | 0.93% | 1% | - |
| XYZ | 49.64 | 38.44 | 5.33 | - |
| YUV | 157.13 | 48.92 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 17 | 0 | 0.47 | 0.93 | 0.00 | 29.87 | 0.99 | 0.53 |
| Hex | FE | 87 | 11 | 0 | 2F | 5D | 0 | 1E | 63 | 35 |
| Octal | 376 | 207 | 21 | 0 | 57 | 135 | 0 | 36 | 143 | 65 |
| Binary | 11111110 | 10000111 | 10001 | 0 | 101111 | 1011101 | 0 | 11110 | 1100011 | 110101 |
Color Harmonies of #FE8711
Complementary color
Monochromatic Colors of #FE8711
Black with #FE8711
Text Example
Text Example
White with #FE8711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8711; }
p { color: rgb(254,135,17); }
H1.HeaderClassName
{
color: #FE8711;
}
.AnyTagClassName
{
color: #FE8711;
}
</style>
background-color css
<style>
a { background-color: #FE8711; }
a { background-color: rgb(254,135,17); }
div.DivClassName
{
background-color: #FE8711;
}
.BgClassName
{
background-color: #FE8711;
}
</style>
border-color css
<style>
span { border-color: #FE8711; }
span { border-color: rgb(254,135,17); }
td.TdClassName
{
border-color: #FE8711;
}
.TagClassName
{
border-color: #FE8711;
}
</style>