Shades of Dark Orange #FC8A04
Tints of Dark Orange #FC8A04
RGB
CMYK
RGB Variations
Color information
#FC8A04 (or 0xFC8A04) is known color: Dark Orange. HEX triplet: FC, 8A and 04. RGB value is (252,138,4). Sum of RGB (Red+Green+Blue) = 252+138+4=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8A04 is #0375FB. Grayscale: #9D9D9D. Windows color (decimal): -226812 or 297724. OLE color: 297724.
HSL color Cylindrical-coordinate representation of color #FC8A04: hue angle of 32.42º 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 #FC8A04 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.01 |
| HSL | 32.42º | 0.98% | 0.5% | - |
| HSV(B) | 32.42º | 0.98% | 0.99% | - |
| XYZ | 49.26 | 38.88 | 5.02 | - |
| YUV | 156.81 | 41.77 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 4 | 0 | 0.45 | 0.98 | 0.01 | 32.42 | 0.98 | 0.5 |
| Hex | FC | 8A | 4 | 0 | 2D | 62 | 1 | 20 | 62 | 32 |
| Octal | 374 | 212 | 4 | 0 | 55 | 142 | 1 | 40 | 142 | 62 |
| Binary | 11111100 | 10001010 | 100 | 0 | 101101 | 1100010 | 1 | 100000 | 1100010 | 110010 |
Color Harmonies of #FC8A04
Complementary color
Monochromatic Colors of #FC8A04
Black with #FC8A04
Text Example
Text Example
White with #FC8A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8A04; }
p { color: rgb(252,138,4); }
H1.HeaderClassName
{
color: #FC8A04;
}
.AnyTagClassName
{
color: #FC8A04;
}
</style>
background-color css
<style>
a { background-color: #FC8A04; }
a { background-color: rgb(252,138,4); }
div.DivClassName
{
background-color: #FC8A04;
}
.BgClassName
{
background-color: #FC8A04;
}
</style>
border-color css
<style>
span { border-color: #FC8A04; }
span { border-color: rgb(252,138,4); }
td.TdClassName
{
border-color: #FC8A04;
}
.TagClassName
{
border-color: #FC8A04;
}
</style>