Shades of Dark Orange #FE8000
Tints of Dark Orange #FE8000
RGB
CMYK
RGB Variations
Color information
#FE8000 (or 0xFE8000) is known color: Dark Orange. HEX triplet: FE, 80 and 00. RGB value is (254,128,0). Sum of RGB (Red+Green+Blue) = 254+128+0=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8000 is #017FFF. Grayscale: #979797. Windows color (decimal): -98304 or 33022. OLE color: 33022.
HSL color Cylindrical-coordinate representation of color #FE8000: hue angle of 30.24º 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 #FE8000 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.00 |
| HSL | 30.24º | 1% | 0.5% | - |
| HSV(B) | 30.24º | 1% | 1% | - |
| XYZ | 48.59 | 36.51 | 4.49 | - |
| YUV | 151.08 | 42.74 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 0 | 0 | 0.50 | 1 | 0.00 | 30.24 | 1 | 0.5 |
| Hex | FE | 80 | 0 | 0 | 32 | 64 | 0 | 1E | 64 | 32 |
| Octal | 376 | 200 | 0 | 0 | 62 | 144 | 0 | 36 | 144 | 62 |
| Binary | 11111110 | 10000000 | 0 | 0 | 110010 | 1100100 | 0 | 11110 | 1100100 | 110010 |
Color Harmonies of #FE8000
Complementary color
Monochromatic Colors of #FE8000
Black with #FE8000
Text Example
Text Example
White with #FE8000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8000; }
p { color: rgb(254,128,0); }
H1.HeaderClassName
{
color: #FE8000;
}
.AnyTagClassName
{
color: #FE8000;
}
</style>
background-color css
<style>
a { background-color: #FE8000; }
a { background-color: rgb(254,128,0); }
div.DivClassName
{
background-color: #FE8000;
}
.BgClassName
{
background-color: #FE8000;
}
</style>
border-color css
<style>
span { border-color: #FE8000; }
span { border-color: rgb(254,128,0); }
td.TdClassName
{
border-color: #FE8000;
}
.TagClassName
{
border-color: #FE8000;
}
</style>