Shades of Dark Orange #FC860F
Tints of Dark Orange #FC860F
RGB
CMYK
RGB Variations
Color information
#FC860F (or 0xFC860F) is known color: Dark Orange. HEX triplet: FC, 86 and 0F. RGB value is (252,134,15). Sum of RGB (Red+Green+Blue) = 252+134+15=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC860F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC860F is #0379F0. Grayscale: #9C9C9C. Windows color (decimal): -227825 or 1017596. OLE color: 1017596.
HSL color Cylindrical-coordinate representation of color #FC860F: hue angle of 30.13º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC860F is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 15 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.01 |
| HSL | 30.13º | 0.98% | 0.52% | - |
| HSV(B) | 30.13º | 0.94% | 0.99% | - |
| XYZ | 48.76 | 37.78 | 5.17 | - |
| YUV | 155.72 | 48.59 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 15 | 0 | 0.47 | 0.94 | 0.01 | 30.13 | 0.98 | 0.52 |
| Hex | FC | 86 | F | 0 | 2F | 5E | 1 | 1E | 62 | 34 |
| Octal | 374 | 206 | 17 | 0 | 57 | 136 | 1 | 36 | 142 | 64 |
| Binary | 11111100 | 10000110 | 1111 | 0 | 101111 | 1011110 | 1 | 11110 | 1100010 | 110100 |
Color Harmonies of #FC860F
Complementary color
Monochromatic Colors of #FC860F
Black with #FC860F
Text Example
Text Example
White with #FC860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC860F; }
p { color: rgb(252,134,15); }
H1.HeaderClassName
{
color: #FC860F;
}
.AnyTagClassName
{
color: #FC860F;
}
</style>
background-color css
<style>
a { background-color: #FC860F; }
a { background-color: rgb(252,134,15); }
div.DivClassName
{
background-color: #FC860F;
}
.BgClassName
{
background-color: #FC860F;
}
</style>
border-color css
<style>
span { border-color: #FC860F; }
span { border-color: rgb(252,134,15); }
td.TdClassName
{
border-color: #FC860F;
}
.TagClassName
{
border-color: #FC860F;
}
</style>