Shades of Coral #FC7656
Tints of Coral #FC7656
RGB
CMYK
RGB Variations
Color information
#FC7656 (or 0xFC7656) is known color: Coral. HEX triplet: FC, 76 and 56. RGB value is (252,118,86). Sum of RGB (Red+Green+Blue) = 252+118+86=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7656 is #0389A9. Grayscale: #9A9A9A. Windows color (decimal): -231850 or 5666556. OLE color: 5666556.
HSL color Cylindrical-coordinate representation of color #FC7656: hue angle of 11.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC7656 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 86 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.01 |
| HSL | 11.57º | 0.97% | 0.66% | - |
| HSV(B) | 11.57º | 0.66% | 0.99% | - |
| XYZ | 48.3 | 34.32 | 12.88 | - |
| YUV | 154.42 | 89.39 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 86 | 0 | 0.53 | 0.66 | 0.01 | 11.57 | 0.97 | 0.66 |
| Hex | FC | 76 | 56 | 0 | 35 | 42 | 1 | C | 61 | 42 |
| Octal | 374 | 166 | 126 | 0 | 65 | 102 | 1 | 14 | 141 | 102 |
| Binary | 11111100 | 1110110 | 1010110 | 0 | 110101 | 1000010 | 1 | 1100 | 1100001 | 1000010 |
Color Harmonies of #FC7656
Complementary color
Monochromatic Colors of #FC7656
Black with #FC7656
Text Example
Text Example
White with #FC7656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7656; }
p { color: rgb(252,118,86); }
H1.HeaderClassName
{
color: #FC7656;
}
.AnyTagClassName
{
color: #FC7656;
}
</style>
background-color css
<style>
a { background-color: #FC7656; }
a { background-color: rgb(252,118,86); }
div.DivClassName
{
background-color: #FC7656;
}
.BgClassName
{
background-color: #FC7656;
}
</style>
border-color css
<style>
span { border-color: #FC7656; }
span { border-color: rgb(252,118,86); }
td.TdClassName
{
border-color: #FC7656;
}
.TagClassName
{
border-color: #FC7656;
}
</style>