Shades of Dark Orange #FC8C05
Tints of Dark Orange #FC8C05
RGB
CMYK
RGB Variations
Color information
#FC8C05 (or 0xFC8C05) is known color: Dark Orange. HEX triplet: FC, 8C and 05. RGB value is (252,140,5). Sum of RGB (Red+Green+Blue) = 252+140+5=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8C05 is #0373FA. Grayscale: #9E9E9E. Windows color (decimal): -226299 or 363772. OLE color: 363772.
HSL color Cylindrical-coordinate representation of color #FC8C05: hue angle of 32.79º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC8C05 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 5 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.01 |
| HSL | 32.79º | 0.98% | 0.5% | - |
| HSV(B) | 32.79º | 0.98% | 0.99% | - |
| XYZ | 49.55 | 39.46 | 5.15 | - |
| YUV | 158.1 | 41.61 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 5 | 0 | 0.44 | 0.98 | 0.01 | 32.79 | 0.98 | 0.5 |
| Hex | FC | 8C | 5 | 0 | 2C | 62 | 1 | 21 | 62 | 32 |
| Octal | 374 | 214 | 5 | 0 | 54 | 142 | 1 | 41 | 142 | 62 |
| Binary | 11111100 | 10001100 | 101 | 0 | 101100 | 1100010 | 1 | 100001 | 1100010 | 110010 |
Color Harmonies of #FC8C05
Complementary color
Monochromatic Colors of #FC8C05
Black with #FC8C05
Text Example
Text Example
White with #FC8C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C05; }
p { color: rgb(252,140,5); }
H1.HeaderClassName
{
color: #FC8C05;
}
.AnyTagClassName
{
color: #FC8C05;
}
</style>
background-color css
<style>
a { background-color: #FC8C05; }
a { background-color: rgb(252,140,5); }
div.DivClassName
{
background-color: #FC8C05;
}
.BgClassName
{
background-color: #FC8C05;
}
</style>
border-color css
<style>
span { border-color: #FC8C05; }
span { border-color: rgb(252,140,5); }
td.TdClassName
{
border-color: #FC8C05;
}
.TagClassName
{
border-color: #FC8C05;
}
</style>