Shades of Dark Orange #FC8D10
Tints of Dark Orange #FC8D10
RGB
CMYK
RGB Variations
Color information
#FC8D10 (or 0xFC8D10) is known color: Dark Orange. HEX triplet: FC, 8D and 10. RGB value is (252,141,16). Sum of RGB (Red+Green+Blue) = 252+141+16=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8D10 is #0372EF. Grayscale: #A0A0A0. Windows color (decimal): -226032 or 1084924. OLE color: 1084924.
HSL color Cylindrical-coordinate representation of color #FC8D10: hue angle of 31.78º 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 #FC8D10 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 16 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.01 |
| HSL | 31.78º | 0.98% | 0.53% | - |
| HSV(B) | 31.78º | 0.94% | 0.99% | - |
| XYZ | 49.76 | 39.78 | 5.55 | - |
| YUV | 159.94 | 46.77 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 16 | 0 | 0.44 | 0.94 | 0.01 | 31.78 | 0.98 | 0.53 |
| Hex | FC | 8D | 10 | 0 | 2C | 5E | 1 | 20 | 62 | 35 |
| Octal | 374 | 215 | 20 | 0 | 54 | 136 | 1 | 40 | 142 | 65 |
| Binary | 11111100 | 10001101 | 10000 | 0 | 101100 | 1011110 | 1 | 100000 | 1100010 | 110101 |
Color Harmonies of #FC8D10
Complementary color
Monochromatic Colors of #FC8D10
Black with #FC8D10
Text Example
Text Example
White with #FC8D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8D10; }
p { color: rgb(252,141,16); }
H1.HeaderClassName
{
color: #FC8D10;
}
.AnyTagClassName
{
color: #FC8D10;
}
</style>
background-color css
<style>
a { background-color: #FC8D10; }
a { background-color: rgb(252,141,16); }
div.DivClassName
{
background-color: #FC8D10;
}
.BgClassName
{
background-color: #FC8D10;
}
</style>
border-color css
<style>
span { border-color: #FC8D10; }
span { border-color: rgb(252,141,16); }
td.TdClassName
{
border-color: #FC8D10;
}
.TagClassName
{
border-color: #FC8D10;
}
</style>