Shades of Dark Orange #FE8002
Tints of Dark Orange #FE8002
RGB
CMYK
RGB Variations
Color information
#FE8002 (or 0xFE8002) is known color: Dark Orange. HEX triplet: FE, 80 and 02. RGB value is (254,128,2). Sum of RGB (Red+Green+Blue) = 254+128+2=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8002 is #017FFD. Grayscale: #979797. Windows color (decimal): -98302 or 164094. OLE color: 164094.
HSL color Cylindrical-coordinate representation of color #FE8002: hue angle of 30º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE8002 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.00 |
| HSL | 30º | 0.99% | 0.5% | - |
| HSV(B) | 30º | 0.99% | 1% | - |
| XYZ | 48.6 | 36.51 | 4.54 | - |
| YUV | 151.31 | 43.74 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 2 | 0 | 0.50 | 0.99 | 0.00 | 30 | 0.99 | 0.5 |
| Hex | FE | 80 | 2 | 0 | 32 | 63 | 0 | 1E | 63 | 32 |
| Octal | 376 | 200 | 2 | 0 | 62 | 143 | 0 | 36 | 143 | 62 |
| Binary | 11111110 | 10000000 | 10 | 0 | 110010 | 1100011 | 0 | 11110 | 1100011 | 110010 |
Color Harmonies of #FE8002
Complementary color
Monochromatic Colors of #FE8002
Black with #FE8002
Text Example
Text Example
White with #FE8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8002; }
p { color: rgb(254,128,2); }
H1.HeaderClassName
{
color: #FE8002;
}
.AnyTagClassName
{
color: #FE8002;
}
</style>
background-color css
<style>
a { background-color: #FE8002; }
a { background-color: rgb(254,128,2); }
div.DivClassName
{
background-color: #FE8002;
}
.BgClassName
{
background-color: #FE8002;
}
</style>
border-color css
<style>
span { border-color: #FE8002; }
span { border-color: rgb(254,128,2); }
td.TdClassName
{
border-color: #FE8002;
}
.TagClassName
{
border-color: #FE8002;
}
</style>