Shades of Dark Orange #FC880C
Tints of Dark Orange #FC880C
RGB
CMYK
RGB Variations
Color information
#FC880C (or 0xFC880C) is known color: Dark Orange. HEX triplet: FC, 88 and 0C. RGB value is (252,136,12). Sum of RGB (Red+Green+Blue) = 252+136+12=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC880C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC880C is #0377F3. Grayscale: #9D9D9D. Windows color (decimal): -227316 or 821500. OLE color: 821500.
HSL color Cylindrical-coordinate representation of color #FC880C: hue angle of 31º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC880C is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 12 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.01 |
| HSL | 31º | 0.98% | 0.52% | - |
| HSV(B) | 31º | 0.95% | 0.99% | - |
| XYZ | 49.02 | 38.33 | 5.16 | - |
| YUV | 156.55 | 46.43 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 12 | 0 | 0.46 | 0.95 | 0.01 | 31 | 0.98 | 0.52 |
| Hex | FC | 88 | C | 0 | 2E | 5F | 1 | 1F | 62 | 34 |
| Octal | 374 | 210 | 14 | 0 | 56 | 137 | 1 | 37 | 142 | 64 |
| Binary | 11111100 | 10001000 | 1100 | 0 | 101110 | 1011111 | 1 | 11111 | 1100010 | 110100 |
Color Harmonies of #FC880C
Complementary color
Monochromatic Colors of #FC880C
Black with #FC880C
Text Example
Text Example
White with #FC880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC880C; }
p { color: rgb(252,136,12); }
H1.HeaderClassName
{
color: #FC880C;
}
.AnyTagClassName
{
color: #FC880C;
}
</style>
background-color css
<style>
a { background-color: #FC880C; }
a { background-color: rgb(252,136,12); }
div.DivClassName
{
background-color: #FC880C;
}
.BgClassName
{
background-color: #FC880C;
}
</style>
border-color css
<style>
span { border-color: #FC880C; }
span { border-color: rgb(252,136,12); }
td.TdClassName
{
border-color: #FC880C;
}
.TagClassName
{
border-color: #FC880C;
}
</style>