Shades of Dark Orange #FC8610
Tints of Dark Orange #FC8610
RGB
CMYK
RGB Variations
Color information
#FC8610 (or 0xFC8610) is known color: Dark Orange. HEX triplet: FC, 86 and 10. RGB value is (252,134,16). Sum of RGB (Red+Green+Blue) = 252+134+16=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8610 is #0379EF. Grayscale: #9C9C9C. Windows color (decimal): -227824 or 1083132. OLE color: 1083132.
HSL color Cylindrical-coordinate representation of color #FC8610: hue angle of 30º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC8610 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 16 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.01 |
| HSL | 30º | 0.98% | 0.53% | - |
| HSV(B) | 30º | 0.94% | 0.99% | - |
| XYZ | 48.76 | 37.78 | 5.21 | - |
| YUV | 155.83 | 49.09 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 16 | 0 | 0.47 | 0.94 | 0.01 | 30 | 0.98 | 0.53 |
| Hex | FC | 86 | 10 | 0 | 2F | 5E | 1 | 1E | 62 | 35 |
| Octal | 374 | 206 | 20 | 0 | 57 | 136 | 1 | 36 | 142 | 65 |
| Binary | 11111100 | 10000110 | 10000 | 0 | 101111 | 1011110 | 1 | 11110 | 1100010 | 110101 |
Color Harmonies of #FC8610
Complementary color
Monochromatic Colors of #FC8610
Black with #FC8610
Text Example
Text Example
White with #FC8610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8610; }
p { color: rgb(252,134,16); }
H1.HeaderClassName
{
color: #FC8610;
}
.AnyTagClassName
{
color: #FC8610;
}
</style>
background-color css
<style>
a { background-color: #FC8610; }
a { background-color: rgb(252,134,16); }
div.DivClassName
{
background-color: #FC8610;
}
.BgClassName
{
background-color: #FC8610;
}
</style>
border-color css
<style>
span { border-color: #FC8610; }
span { border-color: rgb(252,134,16); }
td.TdClassName
{
border-color: #FC8610;
}
.TagClassName
{
border-color: #FC8610;
}
</style>