Shades of Dark Orange #FC8612
Tints of Dark Orange #FC8612
RGB
CMYK
RGB Variations
Color information
#FC8612 (or 0xFC8612) is known color: Dark Orange. HEX triplet: FC, 86 and 12. RGB value is (252,134,18). Sum of RGB (Red+Green+Blue) = 252+134+18=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8612 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8612 is #0379ED. Grayscale: #9C9C9C. Windows color (decimal): -227822 or 1214204. OLE color: 1214204.
HSL color Cylindrical-coordinate representation of color #FC8612: hue angle of 29.74º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC8612 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 18 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.01 |
| HSL | 29.74º | 0.98% | 0.53% | - |
| HSV(B) | 29.74º | 0.93% | 0.99% | - |
| XYZ | 48.78 | 37.79 | 5.3 | - |
| YUV | 156.06 | 50.09 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 18 | 0 | 0.47 | 0.93 | 0.01 | 29.74 | 0.98 | 0.53 |
| Hex | FC | 86 | 12 | 0 | 2F | 5D | 1 | 1E | 62 | 35 |
| Octal | 374 | 206 | 22 | 0 | 57 | 135 | 1 | 36 | 142 | 65 |
| Binary | 11111100 | 10000110 | 10010 | 0 | 101111 | 1011101 | 1 | 11110 | 1100010 | 110101 |
Color Harmonies of #FC8612
Complementary color
Monochromatic Colors of #FC8612
Black with #FC8612
Text Example
Text Example
White with #FC8612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8612; }
p { color: rgb(252,134,18); }
H1.HeaderClassName
{
color: #FC8612;
}
.AnyTagClassName
{
color: #FC8612;
}
</style>
background-color css
<style>
a { background-color: #FC8612; }
a { background-color: rgb(252,134,18); }
div.DivClassName
{
background-color: #FC8612;
}
.BgClassName
{
background-color: #FC8612;
}
</style>
border-color css
<style>
span { border-color: #FC8612; }
span { border-color: rgb(252,134,18); }
td.TdClassName
{
border-color: #FC8612;
}
.TagClassName
{
border-color: #FC8612;
}
</style>