Shades of Dark Orange #FC8702
Tints of Dark Orange #FC8702
RGB
CMYK
RGB Variations
Color information
#FC8702 (or 0xFC8702) is known color: Dark Orange. HEX triplet: FC, 87 and 02. RGB value is (252,135,2). Sum of RGB (Red+Green+Blue) = 252+135+2=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8702 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8702 is #0378FD. Grayscale: #9B9B9B. Windows color (decimal): -227582 or 165884. OLE color: 165884.
HSL color Cylindrical-coordinate representation of color #FC8702: hue angle of 31.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC8702 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 135 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.01 |
| HSL | 31.92º | 0.98% | 0.5% | - |
| HSV(B) | 31.92º | 0.99% | 0.99% | - |
| XYZ | 48.82 | 38.03 | 4.82 | - |
| YUV | 154.82 | 41.76 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 135 | 2 | 0 | 0.46 | 0.99 | 0.01 | 31.92 | 0.98 | 0.5 |
| Hex | FC | 87 | 2 | 0 | 2E | 63 | 1 | 20 | 62 | 32 |
| Octal | 374 | 207 | 2 | 0 | 56 | 143 | 1 | 40 | 142 | 62 |
| Binary | 11111100 | 10000111 | 10 | 0 | 101110 | 1100011 | 1 | 100000 | 1100010 | 110010 |
Color Harmonies of #FC8702
Complementary color
Monochromatic Colors of #FC8702
Black with #FC8702
Text Example
Text Example
White with #FC8702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8702; }
p { color: rgb(252,135,2); }
H1.HeaderClassName
{
color: #FC8702;
}
.AnyTagClassName
{
color: #FC8702;
}
</style>
background-color css
<style>
a { background-color: #FC8702; }
a { background-color: rgb(252,135,2); }
div.DivClassName
{
background-color: #FC8702;
}
.BgClassName
{
background-color: #FC8702;
}
</style>
border-color css
<style>
span { border-color: #FC8702; }
span { border-color: rgb(252,135,2); }
td.TdClassName
{
border-color: #FC8702;
}
.TagClassName
{
border-color: #FC8702;
}
</style>