Shades of Dark Orange #FE8506
Tints of Dark Orange #FE8506
RGB
CMYK
RGB Variations
Color information
#FE8506 (or 0xFE8506) is known color: Dark Orange. HEX triplet: FE, 85 and 06. RGB value is (254,133,6). Sum of RGB (Red+Green+Blue) = 254+133+6=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8506 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8506 is #017AF9. Grayscale: #9B9B9B. Windows color (decimal): -97018 or 427518. OLE color: 427518.
HSL color Cylindrical-coordinate representation of color #FE8506: hue angle of 30.73º 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 #FE8506 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 6 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.00 |
| HSL | 30.73º | 0.99% | 0.51% | - |
| HSV(B) | 30.73º | 0.98% | 1% | - |
| XYZ | 49.29 | 37.86 | 4.88 | - |
| YUV | 154.7 | 44.09 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 6 | 0 | 0.48 | 0.98 | 0.00 | 30.73 | 0.99 | 0.51 |
| Hex | FE | 85 | 6 | 0 | 30 | 62 | 0 | 1F | 63 | 33 |
| Octal | 376 | 205 | 6 | 0 | 60 | 142 | 0 | 37 | 143 | 63 |
| Binary | 11111110 | 10000101 | 110 | 0 | 110000 | 1100010 | 0 | 11111 | 1100011 | 110011 |
Color Harmonies of #FE8506
Complementary color
Monochromatic Colors of #FE8506
Black with #FE8506
Text Example
Text Example
White with #FE8506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8506; }
p { color: rgb(254,133,6); }
H1.HeaderClassName
{
color: #FE8506;
}
.AnyTagClassName
{
color: #FE8506;
}
</style>
background-color css
<style>
a { background-color: #FE8506; }
a { background-color: rgb(254,133,6); }
div.DivClassName
{
background-color: #FE8506;
}
.BgClassName
{
background-color: #FE8506;
}
</style>
border-color css
<style>
span { border-color: #FE8506; }
span { border-color: rgb(254,133,6); }
td.TdClassName
{
border-color: #FE8506;
}
.TagClassName
{
border-color: #FE8506;
}
</style>