Shades of Dark Orange #FC8905
Tints of Dark Orange #FC8905
RGB
CMYK
RGB Variations
Color information
#FC8905 (or 0xFC8905) is known color: Dark Orange. HEX triplet: FC, 89 and 05. RGB value is (252,137,5). Sum of RGB (Red+Green+Blue) = 252+137+5=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 5 (2.34% from 255 or 1.27% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8905 is #0376FA. Grayscale: #9C9C9C. Windows color (decimal): -227067 or 363004. OLE color: 363004.
HSL color Cylindrical-coordinate representation of color #FC8905: hue angle of 32.06º 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 #FC8905 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 5 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.01 |
| HSL | 32.06º | 0.98% | 0.5% | - |
| HSV(B) | 32.06º | 0.98% | 0.99% | - |
| XYZ | 49.12 | 38.6 | 5 | - |
| YUV | 156.34 | 42.6 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 5 | 0 | 0.46 | 0.98 | 0.01 | 32.06 | 0.98 | 0.5 |
| Hex | FC | 89 | 5 | 0 | 2E | 62 | 1 | 20 | 62 | 32 |
| Octal | 374 | 211 | 5 | 0 | 56 | 142 | 1 | 40 | 142 | 62 |
| Binary | 11111100 | 10001001 | 101 | 0 | 101110 | 1100010 | 1 | 100000 | 1100010 | 110010 |
Color Harmonies of #FC8905
Complementary color
Monochromatic Colors of #FC8905
Black with #FC8905
Text Example
Text Example
White with #FC8905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8905; }
p { color: rgb(252,137,5); }
H1.HeaderClassName
{
color: #FC8905;
}
.AnyTagClassName
{
color: #FC8905;
}
</style>
background-color css
<style>
a { background-color: #FC8905; }
a { background-color: rgb(252,137,5); }
div.DivClassName
{
background-color: #FC8905;
}
.BgClassName
{
background-color: #FC8905;
}
</style>
border-color css
<style>
span { border-color: #FC8905; }
span { border-color: rgb(252,137,5); }
td.TdClassName
{
border-color: #FC8905;
}
.TagClassName
{
border-color: #FC8905;
}
</style>