Shades of Dark Orange #FC8D14
Tints of Dark Orange #FC8D14
RGB
CMYK
RGB Variations
Color information
#FC8D14 (or 0xFC8D14) is known color: Dark Orange. HEX triplet: FC, 8D and 14. RGB value is (252,141,20). Sum of RGB (Red+Green+Blue) = 252+141+20=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8D14 is #0372EB. Grayscale: #A0A0A0. Windows color (decimal): -226028 or 1347068. OLE color: 1347068.
HSL color Cylindrical-coordinate representation of color #FC8D14: hue angle of 31.29º 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 #FC8D14 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 20 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.01 |
| HSL | 31.29º | 0.97% | 0.53% | - |
| HSV(B) | 31.29º | 0.92% | 0.99% | - |
| XYZ | 49.8 | 39.8 | 5.72 | - |
| YUV | 160.4 | 48.77 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 20 | 0 | 0.44 | 0.92 | 0.01 | 31.29 | 0.97 | 0.53 |
| Hex | FC | 8D | 14 | 0 | 2C | 5C | 1 | 1F | 61 | 35 |
| Octal | 374 | 215 | 24 | 0 | 54 | 134 | 1 | 37 | 141 | 65 |
| Binary | 11111100 | 10001101 | 10100 | 0 | 101100 | 1011100 | 1 | 11111 | 1100001 | 110101 |
Color Harmonies of #FC8D14
Complementary color
Monochromatic Colors of #FC8D14
Black with #FC8D14
Text Example
Text Example
White with #FC8D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8D14; }
p { color: rgb(252,141,20); }
H1.HeaderClassName
{
color: #FC8D14;
}
.AnyTagClassName
{
color: #FC8D14;
}
</style>
background-color css
<style>
a { background-color: #FC8D14; }
a { background-color: rgb(252,141,20); }
div.DivClassName
{
background-color: #FC8D14;
}
.BgClassName
{
background-color: #FC8D14;
}
</style>
border-color css
<style>
span { border-color: #FC8D14; }
span { border-color: rgb(252,141,20); }
td.TdClassName
{
border-color: #FC8D14;
}
.TagClassName
{
border-color: #FC8D14;
}
</style>