Shades of Dark Orange #FE8702
Tints of Dark Orange #FE8702
RGB
CMYK
RGB Variations
Color information
#FE8702 (or 0xFE8702) is known color: Dark Orange. HEX triplet: FE, 87 and 02. RGB value is (254,135,2). Sum of RGB (Red+Green+Blue) = 254+135+2=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8702 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8702 is #0178FD. Grayscale: #9C9C9C. Windows color (decimal): -96510 or 165886. OLE color: 165886.
HSL color Cylindrical-coordinate representation of color #FE8702: hue angle of 31.67º 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 #FE8702 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.00 |
| HSL | 31.67º | 0.99% | 0.5% | - |
| HSV(B) | 31.67º | 0.99% | 1% | - |
| XYZ | 49.55 | 38.4 | 4.86 | - |
| YUV | 155.42 | 41.42 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 2 | 0 | 0.47 | 0.99 | 0.00 | 31.67 | 0.99 | 0.5 |
| Hex | FE | 87 | 2 | 0 | 2F | 63 | 0 | 20 | 63 | 32 |
| Octal | 376 | 207 | 2 | 0 | 57 | 143 | 0 | 40 | 143 | 62 |
| Binary | 11111110 | 10000111 | 10 | 0 | 101111 | 1100011 | 0 | 100000 | 1100011 | 110010 |
Color Harmonies of #FE8702
Complementary color
Monochromatic Colors of #FE8702
Black with #FE8702
Text Example
Text Example
White with #FE8702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8702; }
p { color: rgb(254,135,2); }
H1.HeaderClassName
{
color: #FE8702;
}
.AnyTagClassName
{
color: #FE8702;
}
</style>
background-color css
<style>
a { background-color: #FE8702; }
a { background-color: rgb(254,135,2); }
div.DivClassName
{
background-color: #FE8702;
}
.BgClassName
{
background-color: #FE8702;
}
</style>
border-color css
<style>
span { border-color: #FE8702; }
span { border-color: rgb(254,135,2); }
td.TdClassName
{
border-color: #FE8702;
}
.TagClassName
{
border-color: #FE8702;
}
</style>