Shades of Dark Orange #FE8600
Tints of Dark Orange #FE8600
RGB
CMYK
RGB Variations
Color information
#FE8600 (or 0xFE8600) is known color: Dark Orange. HEX triplet: FE, 86 and 00. RGB value is (254,134,0). Sum of RGB (Red+Green+Blue) = 254+134+0=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8600 is #0179FF. Grayscale: #9B9B9B. Windows color (decimal): -96768 or 34558. OLE color: 34558.
HSL color Cylindrical-coordinate representation of color #FE8600: hue angle of 31.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE8600 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.00 |
| HSL | 31.65º | 1% | 0.5% | - |
| HSV(B) | 31.65º | 1% | 1% | - |
| XYZ | 49.4 | 38.12 | 4.75 | - |
| YUV | 154.6 | 40.76 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 0 | 0 | 0.47 | 1 | 0.00 | 31.65 | 1 | 0.5 |
| Hex | FE | 86 | 0 | 0 | 2F | 64 | 0 | 20 | 64 | 32 |
| Octal | 376 | 206 | 0 | 0 | 57 | 144 | 0 | 40 | 144 | 62 |
| Binary | 11111110 | 10000110 | 0 | 0 | 101111 | 1100100 | 0 | 100000 | 1100100 | 110010 |
Color Harmonies of #FE8600
Complementary color
Monochromatic Colors of #FE8600
Black with #FE8600
Text Example
Text Example
White with #FE8600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8600; }
p { color: rgb(254,134,0); }
H1.HeaderClassName
{
color: #FE8600;
}
.AnyTagClassName
{
color: #FE8600;
}
</style>
background-color css
<style>
a { background-color: #FE8600; }
a { background-color: rgb(254,134,0); }
div.DivClassName
{
background-color: #FE8600;
}
.BgClassName
{
background-color: #FE8600;
}
</style>
border-color css
<style>
span { border-color: #FE8600; }
span { border-color: rgb(254,134,0); }
td.TdClassName
{
border-color: #FE8600;
}
.TagClassName
{
border-color: #FE8600;
}
</style>