Shades of Dark Orange #FE8710
Tints of Dark Orange #FE8710
RGB
CMYK
RGB Variations
Color information
#FE8710 (or 0xFE8710) is known color: Dark Orange. HEX triplet: FE, 87 and 10. RGB value is (254,135,16). Sum of RGB (Red+Green+Blue) = 254+135+16=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8710 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8710 is #0178EF. Grayscale: #9D9D9D. Windows color (decimal): -96496 or 1083390. OLE color: 1083390.
HSL color Cylindrical-coordinate representation of color #FE8710: hue angle of 30º 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 #FE8710 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 16 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.00 |
| HSL | 30º | 0.99% | 0.53% | - |
| HSV(B) | 30º | 0.94% | 1% | - |
| XYZ | 49.63 | 38.44 | 5.29 | - |
| YUV | 157.02 | 48.42 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 16 | 0 | 0.47 | 0.94 | 0.00 | 30 | 0.99 | 0.53 |
| Hex | FE | 87 | 10 | 0 | 2F | 5E | 0 | 1E | 63 | 35 |
| Octal | 376 | 207 | 20 | 0 | 57 | 136 | 0 | 36 | 143 | 65 |
| Binary | 11111110 | 10000111 | 10000 | 0 | 101111 | 1011110 | 0 | 11110 | 1100011 | 110101 |
Color Harmonies of #FE8710
Complementary color
Monochromatic Colors of #FE8710
Black with #FE8710
Text Example
Text Example
White with #FE8710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8710; }
p { color: rgb(254,135,16); }
H1.HeaderClassName
{
color: #FE8710;
}
.AnyTagClassName
{
color: #FE8710;
}
</style>
background-color css
<style>
a { background-color: #FE8710; }
a { background-color: rgb(254,135,16); }
div.DivClassName
{
background-color: #FE8710;
}
.BgClassName
{
background-color: #FE8710;
}
</style>
border-color css
<style>
span { border-color: #FE8710; }
span { border-color: rgb(254,135,16); }
td.TdClassName
{
border-color: #FE8710;
}
.TagClassName
{
border-color: #FE8710;
}
</style>