Shades of Dark Orange #FC860D
Tints of Dark Orange #FC860D
RGB
CMYK
RGB Variations
Color information
#FC860D (or 0xFC860D) is known color: Dark Orange. HEX triplet: FC, 86 and 0D. RGB value is (252,134,13). Sum of RGB (Red+Green+Blue) = 252+134+13=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC860D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC860D is #0379F2. Grayscale: #9C9C9C. Windows color (decimal): -227827 or 886524. OLE color: 886524.
HSL color Cylindrical-coordinate representation of color #FC860D: hue angle of 30.38º 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 #FC860D is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 13 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.01 |
| HSL | 30.38º | 0.98% | 0.52% | - |
| HSV(B) | 30.38º | 0.95% | 0.99% | - |
| XYZ | 48.74 | 37.77 | 5.1 | - |
| YUV | 155.49 | 47.59 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 13 | 0 | 0.47 | 0.95 | 0.01 | 30.38 | 0.98 | 0.52 |
| Hex | FC | 86 | D | 0 | 2F | 5F | 1 | 1E | 62 | 34 |
| Octal | 374 | 206 | 15 | 0 | 57 | 137 | 1 | 36 | 142 | 64 |
| Binary | 11111100 | 10000110 | 1101 | 0 | 101111 | 1011111 | 1 | 11110 | 1100010 | 110100 |
Color Harmonies of #FC860D
Complementary color
Monochromatic Colors of #FC860D
Black with #FC860D
Text Example
Text Example
White with #FC860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC860D; }
p { color: rgb(252,134,13); }
H1.HeaderClassName
{
color: #FC860D;
}
.AnyTagClassName
{
color: #FC860D;
}
</style>
background-color css
<style>
a { background-color: #FC860D; }
a { background-color: rgb(252,134,13); }
div.DivClassName
{
background-color: #FC860D;
}
.BgClassName
{
background-color: #FC860D;
}
</style>
border-color css
<style>
span { border-color: #FC860D; }
span { border-color: rgb(252,134,13); }
td.TdClassName
{
border-color: #FC860D;
}
.TagClassName
{
border-color: #FC860D;
}
</style>