Shades of Dark Orange #FE8D02
Tints of Dark Orange #FE8D02
RGB
CMYK
RGB Variations
Color information
#FE8D02 (or 0xFE8D02) is known color: Dark Orange. HEX triplet: FE, 8D and 02. RGB value is (254,141,2). Sum of RGB (Red+Green+Blue) = 254+141+2=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8D02 is #0172FD. Grayscale: #9F9F9F. Windows color (decimal): -94974 or 167422. OLE color: 167422.
HSL color Cylindrical-coordinate representation of color #FE8D02: hue angle of 33.1º 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 #FE8D02 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.00 |
| HSL | 33.1º | 0.99% | 0.5% | - |
| HSV(B) | 33.1º | 0.99% | 1% | - |
| XYZ | 50.41 | 40.12 | 5.15 | - |
| YUV | 158.94 | 39.44 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 2 | 0 | 0.44 | 0.99 | 0.00 | 33.1 | 0.99 | 0.5 |
| Hex | FE | 8D | 2 | 0 | 2C | 63 | 0 | 21 | 63 | 32 |
| Octal | 376 | 215 | 2 | 0 | 54 | 143 | 0 | 41 | 143 | 62 |
| Binary | 11111110 | 10001101 | 10 | 0 | 101100 | 1100011 | 0 | 100001 | 1100011 | 110010 |
Color Harmonies of #FE8D02
Complementary color
Monochromatic Colors of #FE8D02
Black with #FE8D02
Text Example
Text Example
White with #FE8D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D02; }
p { color: rgb(254,141,2); }
H1.HeaderClassName
{
color: #FE8D02;
}
.AnyTagClassName
{
color: #FE8D02;
}
</style>
background-color css
<style>
a { background-color: #FE8D02; }
a { background-color: rgb(254,141,2); }
div.DivClassName
{
background-color: #FE8D02;
}
.BgClassName
{
background-color: #FE8D02;
}
</style>
border-color css
<style>
span { border-color: #FE8D02; }
span { border-color: rgb(254,141,2); }
td.TdClassName
{
border-color: #FE8D02;
}
.TagClassName
{
border-color: #FE8D02;
}
</style>