Shades of Dark Orange #FE8800
Tints of Dark Orange #FE8800
RGB
CMYK
RGB Variations
Color information
#FE8800 (or 0xFE8800) is known color: Dark Orange. HEX triplet: FE, 88 and 00. RGB value is (254,136,0). Sum of RGB (Red+Green+Blue) = 254+136+0=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8800 is #0177FF. Grayscale: #9C9C9C. Windows color (decimal): -96256 or 35070. OLE color: 35070.
HSL color Cylindrical-coordinate representation of color #FE8800: hue angle of 32.13º 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 #FE8800 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.00 |
| HSL | 32.13º | 1% | 0.5% | - |
| HSV(B) | 32.13º | 1% | 1% | - |
| XYZ | 49.68 | 38.68 | 4.85 | - |
| YUV | 155.78 | 40.09 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 0 | 0 | 0.46 | 1 | 0.00 | 32.13 | 1 | 0.5 |
| Hex | FE | 88 | 0 | 0 | 2E | 64 | 0 | 20 | 64 | 32 |
| Octal | 376 | 210 | 0 | 0 | 56 | 144 | 0 | 40 | 144 | 62 |
| Binary | 11111110 | 10001000 | 0 | 0 | 101110 | 1100100 | 0 | 100000 | 1100100 | 110010 |
Color Harmonies of #FE8800
Complementary color
Monochromatic Colors of #FE8800
Black with #FE8800
Text Example
Text Example
White with #FE8800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8800; }
p { color: rgb(254,136,0); }
H1.HeaderClassName
{
color: #FE8800;
}
.AnyTagClassName
{
color: #FE8800;
}
</style>
background-color css
<style>
a { background-color: #FE8800; }
a { background-color: rgb(254,136,0); }
div.DivClassName
{
background-color: #FE8800;
}
.BgClassName
{
background-color: #FE8800;
}
</style>
border-color css
<style>
span { border-color: #FE8800; }
span { border-color: rgb(254,136,0); }
td.TdClassName
{
border-color: #FE8800;
}
.TagClassName
{
border-color: #FE8800;
}
</style>