Shades of Dark Orange #FE8502
Tints of Dark Orange #FE8502
RGB
CMYK
RGB Variations
Color information
#FE8502 (or 0xFE8502) is known color: Dark Orange. HEX triplet: FE, 85 and 02. RGB value is (254,133,2). Sum of RGB (Red+Green+Blue) = 254+133+2=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8502 is #017AFD. Grayscale: #9A9A9A. Windows color (decimal): -97022 or 165374. OLE color: 165374.
HSL color Cylindrical-coordinate representation of color #FE8502: hue angle of 31.19º 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 #FE8502 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 2 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.00 |
| HSL | 31.19º | 0.99% | 0.5% | - |
| HSV(B) | 31.19º | 0.99% | 1% | - |
| XYZ | 49.27 | 37.85 | 4.77 | - |
| YUV | 154.25 | 42.09 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 2 | 0 | 0.48 | 0.99 | 0.00 | 31.19 | 0.99 | 0.5 |
| Hex | FE | 85 | 2 | 0 | 30 | 63 | 0 | 1F | 63 | 32 |
| Octal | 376 | 205 | 2 | 0 | 60 | 143 | 0 | 37 | 143 | 62 |
| Binary | 11111110 | 10000101 | 10 | 0 | 110000 | 1100011 | 0 | 11111 | 1100011 | 110010 |
Color Harmonies of #FE8502
Complementary color
Monochromatic Colors of #FE8502
Black with #FE8502
Text Example
Text Example
White with #FE8502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8502; }
p { color: rgb(254,133,2); }
H1.HeaderClassName
{
color: #FE8502;
}
.AnyTagClassName
{
color: #FE8502;
}
</style>
background-color css
<style>
a { background-color: #FE8502; }
a { background-color: rgb(254,133,2); }
div.DivClassName
{
background-color: #FE8502;
}
.BgClassName
{
background-color: #FE8502;
}
</style>
border-color css
<style>
span { border-color: #FE8502; }
span { border-color: rgb(254,133,2); }
td.TdClassName
{
border-color: #FE8502;
}
.TagClassName
{
border-color: #FE8502;
}
</style>