Shades of Dark Orange #FE8706
Tints of Dark Orange #FE8706
RGB
CMYK
RGB Variations
Color information
#FE8706 (or 0xFE8706) is known color: Dark Orange. HEX triplet: FE, 87 and 06. RGB value is (254,135,6). Sum of RGB (Red+Green+Blue) = 254+135+6=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 6 (2.73% from 255 or 1.52% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8706 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8706 is #0178F9. Grayscale: #9C9C9C. Windows color (decimal): -96506 or 428030. OLE color: 428030.
HSL color Cylindrical-coordinate representation of color #FE8706: hue angle of 31.21º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE8706 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 6 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.00 |
| HSL | 31.21º | 0.99% | 0.51% | - |
| HSV(B) | 31.21º | 0.98% | 1% | - |
| XYZ | 49.57 | 38.41 | 4.97 | - |
| YUV | 155.88 | 43.42 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 6 | 0 | 0.47 | 0.98 | 0.00 | 31.21 | 0.99 | 0.51 |
| Hex | FE | 87 | 6 | 0 | 2F | 62 | 0 | 1F | 63 | 33 |
| Octal | 376 | 207 | 6 | 0 | 57 | 142 | 0 | 37 | 143 | 63 |
| Binary | 11111110 | 10000111 | 110 | 0 | 101111 | 1100010 | 0 | 11111 | 1100011 | 110011 |
Color Harmonies of #FE8706
Complementary color
Monochromatic Colors of #FE8706
Black with #FE8706
Text Example
Text Example
White with #FE8706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8706; }
p { color: rgb(254,135,6); }
H1.HeaderClassName
{
color: #FE8706;
}
.AnyTagClassName
{
color: #FE8706;
}
</style>
background-color css
<style>
a { background-color: #FE8706; }
a { background-color: rgb(254,135,6); }
div.DivClassName
{
background-color: #FE8706;
}
.BgClassName
{
background-color: #FE8706;
}
</style>
border-color css
<style>
span { border-color: #FE8706; }
span { border-color: rgb(254,135,6); }
td.TdClassName
{
border-color: #FE8706;
}
.TagClassName
{
border-color: #FE8706;
}
</style>