Shades of Dark Orange #FC8D0D
Tints of Dark Orange #FC8D0D
RGB
CMYK
RGB Variations
Color information
#FC8D0D (or 0xFC8D0D) is known color: Dark Orange. HEX triplet: FC, 8D and 0D. RGB value is (252,141,13). Sum of RGB (Red+Green+Blue) = 252+141+13=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8D0D is #0372F2. Grayscale: #A0A0A0. Windows color (decimal): -226035 or 888316. OLE color: 888316.
HSL color Cylindrical-coordinate representation of color #FC8D0D: hue angle of 32.13º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC8D0D is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 13 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.01 |
| HSL | 32.13º | 0.98% | 0.52% | - |
| HSV(B) | 32.13º | 0.95% | 0.99% | - |
| XYZ | 49.74 | 39.77 | 5.44 | - |
| YUV | 159.6 | 45.27 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 13 | 0 | 0.44 | 0.95 | 0.01 | 32.13 | 0.98 | 0.52 |
| Hex | FC | 8D | D | 0 | 2C | 5F | 1 | 20 | 62 | 34 |
| Octal | 374 | 215 | 15 | 0 | 54 | 137 | 1 | 40 | 142 | 64 |
| Binary | 11111100 | 10001101 | 1101 | 0 | 101100 | 1011111 | 1 | 100000 | 1100010 | 110100 |
Color Harmonies of #FC8D0D
Complementary color
Monochromatic Colors of #FC8D0D
Black with #FC8D0D
Text Example
Text Example
White with #FC8D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8D0D; }
p { color: rgb(252,141,13); }
H1.HeaderClassName
{
color: #FC8D0D;
}
.AnyTagClassName
{
color: #FC8D0D;
}
</style>
background-color css
<style>
a { background-color: #FC8D0D; }
a { background-color: rgb(252,141,13); }
div.DivClassName
{
background-color: #FC8D0D;
}
.BgClassName
{
background-color: #FC8D0D;
}
</style>
border-color css
<style>
span { border-color: #FC8D0D; }
span { border-color: rgb(252,141,13); }
td.TdClassName
{
border-color: #FC8D0D;
}
.TagClassName
{
border-color: #FC8D0D;
}
</style>