Shades of Dark Orange #FC8811
Tints of Dark Orange #FC8811
RGB
CMYK
RGB Variations
Color information
#FC8811 (or 0xFC8811) is known color: Dark Orange. HEX triplet: FC, 88 and 11. RGB value is (252,136,17). Sum of RGB (Red+Green+Blue) = 252+136+17=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8811 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8811 is #0377EE. Grayscale: #9D9D9D. Windows color (decimal): -227311 or 1149180. OLE color: 1149180.
HSL color Cylindrical-coordinate representation of color #FC8811: hue angle of 30.38º 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 #FC8811 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 17 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.01 |
| HSL | 30.38º | 0.98% | 0.53% | - |
| HSV(B) | 30.38º | 0.93% | 0.99% | - |
| XYZ | 49.05 | 38.34 | 5.35 | - |
| YUV | 157.12 | 48.93 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 17 | 0 | 0.46 | 0.93 | 0.01 | 30.38 | 0.98 | 0.53 |
| Hex | FC | 88 | 11 | 0 | 2E | 5D | 1 | 1E | 62 | 35 |
| Octal | 374 | 210 | 21 | 0 | 56 | 135 | 1 | 36 | 142 | 65 |
| Binary | 11111100 | 10001000 | 10001 | 0 | 101110 | 1011101 | 1 | 11110 | 1100010 | 110101 |
Color Harmonies of #FC8811
Complementary color
Monochromatic Colors of #FC8811
Black with #FC8811
Text Example
Text Example
White with #FC8811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8811; }
p { color: rgb(252,136,17); }
H1.HeaderClassName
{
color: #FC8811;
}
.AnyTagClassName
{
color: #FC8811;
}
</style>
background-color css
<style>
a { background-color: #FC8811; }
a { background-color: rgb(252,136,17); }
div.DivClassName
{
background-color: #FC8811;
}
.BgClassName
{
background-color: #FC8811;
}
</style>
border-color css
<style>
span { border-color: #FC8811; }
span { border-color: rgb(252,136,17); }
td.TdClassName
{
border-color: #FC8811;
}
.TagClassName
{
border-color: #FC8811;
}
</style>