Shades of Coral #FC7756
Tints of Coral #FC7756
RGB
CMYK
RGB Variations
Color information
#FC7756 (or 0xFC7756) is known color: Coral. HEX triplet: FC, 77 and 56. RGB value is (252,119,86). Sum of RGB (Red+Green+Blue) = 252+119+86=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7756 is #0388A9. Grayscale: #9B9B9B. Windows color (decimal): -231594 or 5666812. OLE color: 5666812.
HSL color Cylindrical-coordinate representation of color #FC7756: hue angle of 11.93º 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 #FC7756 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 86 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.01 |
| HSL | 11.93º | 0.97% | 0.66% | - |
| HSV(B) | 11.93º | 0.66% | 0.99% | - |
| XYZ | 48.42 | 34.56 | 12.92 | - |
| YUV | 155.01 | 89.06 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 86 | 0 | 0.53 | 0.66 | 0.01 | 11.93 | 0.97 | 0.66 |
| Hex | FC | 77 | 56 | 0 | 35 | 42 | 1 | C | 61 | 42 |
| Octal | 374 | 167 | 126 | 0 | 65 | 102 | 1 | 14 | 141 | 102 |
| Binary | 11111100 | 1110111 | 1010110 | 0 | 110101 | 1000010 | 1 | 1100 | 1100001 | 1000010 |
Color Harmonies of #FC7756
Complementary color
Monochromatic Colors of #FC7756
Black with #FC7756
Text Example
Text Example
White with #FC7756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7756; }
p { color: rgb(252,119,86); }
H1.HeaderClassName
{
color: #FC7756;
}
.AnyTagClassName
{
color: #FC7756;
}
</style>
background-color css
<style>
a { background-color: #FC7756; }
a { background-color: rgb(252,119,86); }
div.DivClassName
{
background-color: #FC7756;
}
.BgClassName
{
background-color: #FC7756;
}
</style>
border-color css
<style>
span { border-color: #FC7756; }
span { border-color: rgb(252,119,86); }
td.TdClassName
{
border-color: #FC7756;
}
.TagClassName
{
border-color: #FC7756;
}
</style>