Shades of Dark Orange #FC8511
Tints of Dark Orange #FC8511
RGB
CMYK
RGB Variations
Color information
#FC8511 (or 0xFC8511) is known color: Dark Orange. HEX triplet: FC, 85 and 11. RGB value is (252,133,17). Sum of RGB (Red+Green+Blue) = 252+133+17=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8511 is #037AEE. Grayscale: #9B9B9B. Windows color (decimal): -228079 or 1148412. OLE color: 1148412.
HSL color Cylindrical-coordinate representation of color #FC8511: hue angle of 29.62º 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 #FC8511 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 17 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.01 |
| HSL | 29.62º | 0.98% | 0.53% | - |
| HSV(B) | 29.62º | 0.93% | 0.99% | - |
| XYZ | 48.63 | 37.51 | 5.21 | - |
| YUV | 155.36 | 49.92 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 17 | 0 | 0.47 | 0.93 | 0.01 | 29.62 | 0.98 | 0.53 |
| Hex | FC | 85 | 11 | 0 | 2F | 5D | 1 | 1E | 62 | 35 |
| Octal | 374 | 205 | 21 | 0 | 57 | 135 | 1 | 36 | 142 | 65 |
| Binary | 11111100 | 10000101 | 10001 | 0 | 101111 | 1011101 | 1 | 11110 | 1100010 | 110101 |
Color Harmonies of #FC8511
Complementary color
Monochromatic Colors of #FC8511
Black with #FC8511
Text Example
Text Example
White with #FC8511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8511; }
p { color: rgb(252,133,17); }
H1.HeaderClassName
{
color: #FC8511;
}
.AnyTagClassName
{
color: #FC8511;
}
</style>
background-color css
<style>
a { background-color: #FC8511; }
a { background-color: rgb(252,133,17); }
div.DivClassName
{
background-color: #FC8511;
}
.BgClassName
{
background-color: #FC8511;
}
</style>
border-color css
<style>
span { border-color: #FC8511; }
span { border-color: rgb(252,133,17); }
td.TdClassName
{
border-color: #FC8511;
}
.TagClassName
{
border-color: #FC8511;
}
</style>