Shades of Dark Orange #FC8814
Tints of Dark Orange #FC8814
RGB
CMYK
RGB Variations
Color information
#FC8814 (or 0xFC8814) is known color: Dark Orange. HEX triplet: FC, 88 and 14. RGB value is (252,136,20). Sum of RGB (Red+Green+Blue) = 252+136+20=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8814 is #0377EB. Grayscale: #9E9E9E. Windows color (decimal): -227308 or 1345788. OLE color: 1345788.
HSL color Cylindrical-coordinate representation of color #FC8814: hue angle of 30º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC8814 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 20 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.01 |
| HSL | 30º | 0.97% | 0.53% | - |
| HSV(B) | 30º | 0.92% | 0.99% | - |
| XYZ | 49.08 | 38.35 | 5.48 | - |
| YUV | 157.46 | 50.43 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 20 | 0 | 0.46 | 0.92 | 0.01 | 30 | 0.97 | 0.53 |
| Hex | FC | 88 | 14 | 0 | 2E | 5C | 1 | 1E | 61 | 35 |
| Octal | 374 | 210 | 24 | 0 | 56 | 134 | 1 | 36 | 141 | 65 |
| Binary | 11111100 | 10001000 | 10100 | 0 | 101110 | 1011100 | 1 | 11110 | 1100001 | 110101 |
Color Harmonies of #FC8814
Complementary color
Monochromatic Colors of #FC8814
Black with #FC8814
Text Example
Text Example
White with #FC8814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8814; }
p { color: rgb(252,136,20); }
H1.HeaderClassName
{
color: #FC8814;
}
.AnyTagClassName
{
color: #FC8814;
}
</style>
background-color css
<style>
a { background-color: #FC8814; }
a { background-color: rgb(252,136,20); }
div.DivClassName
{
background-color: #FC8814;
}
.BgClassName
{
background-color: #FC8814;
}
</style>
border-color css
<style>
span { border-color: #FC8814; }
span { border-color: rgb(252,136,20); }
td.TdClassName
{
border-color: #FC8814;
}
.TagClassName
{
border-color: #FC8814;
}
</style>