Shades of Dark Orange #FC8E10
Tints of Dark Orange #FC8E10
RGB
CMYK
RGB Variations
Color information
#FC8E10 (or 0xFC8E10) is known color: Dark Orange. HEX triplet: FC, 8E and 10. RGB value is (252,142,16). Sum of RGB (Red+Green+Blue) = 252+142+16=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8E10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8E10 is #0371EF. Grayscale: #A1A1A1. Windows color (decimal): -225776 or 1085180. OLE color: 1085180.
HSL color Cylindrical-coordinate representation of color #FC8E10: hue angle of 32.03º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC8E10 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 142 | 16 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.01 |
| HSL | 32.03º | 0.98% | 0.53% | - |
| HSV(B) | 32.03º | 0.94% | 0.99% | - |
| XYZ | 49.91 | 40.08 | 5.6 | - |
| YUV | 160.53 | 46.44 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 142 | 16 | 0 | 0.44 | 0.94 | 0.01 | 32.03 | 0.98 | 0.53 |
| Hex | FC | 8E | 10 | 0 | 2C | 5E | 1 | 20 | 62 | 35 |
| Octal | 374 | 216 | 20 | 0 | 54 | 136 | 1 | 40 | 142 | 65 |
| Binary | 11111100 | 10001110 | 10000 | 0 | 101100 | 1011110 | 1 | 100000 | 1100010 | 110101 |
Color Harmonies of #FC8E10
Complementary color
Monochromatic Colors of #FC8E10
Black with #FC8E10
Text Example
Text Example
White with #FC8E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8E10; }
p { color: rgb(252,142,16); }
H1.HeaderClassName
{
color: #FC8E10;
}
.AnyTagClassName
{
color: #FC8E10;
}
</style>
background-color css
<style>
a { background-color: #FC8E10; }
a { background-color: rgb(252,142,16); }
div.DivClassName
{
background-color: #FC8E10;
}
.BgClassName
{
background-color: #FC8E10;
}
</style>
border-color css
<style>
span { border-color: #FC8E10; }
span { border-color: rgb(252,142,16); }
td.TdClassName
{
border-color: #FC8E10;
}
.TagClassName
{
border-color: #FC8E10;
}
</style>