Shades of Coral #FC7655
Tints of Coral #FC7655
RGB
CMYK
RGB Variations
Color information
#FC7655 (or 0xFC7655) is known color: Coral. HEX triplet: FC, 76 and 55. RGB value is (252,118,85). Sum of RGB (Red+Green+Blue) = 252+118+85=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7655 is #0389AA. Grayscale: #9A9A9A. Windows color (decimal): -231851 or 5601020. OLE color: 5601020.
HSL color Cylindrical-coordinate representation of color #FC7655: hue angle of 11.86º 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 #FC7655 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 85 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.01 |
| HSL | 11.86º | 0.97% | 0.66% | - |
| HSV(B) | 11.86º | 0.66% | 0.99% | - |
| XYZ | 48.26 | 34.31 | 12.67 | - |
| YUV | 154.3 | 88.89 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 85 | 0 | 0.53 | 0.66 | 0.01 | 11.86 | 0.97 | 0.66 |
| Hex | FC | 76 | 55 | 0 | 35 | 42 | 1 | C | 61 | 42 |
| Octal | 374 | 166 | 125 | 0 | 65 | 102 | 1 | 14 | 141 | 102 |
| Binary | 11111100 | 1110110 | 1010101 | 0 | 110101 | 1000010 | 1 | 1100 | 1100001 | 1000010 |
Color Harmonies of #FC7655
Complementary color
Monochromatic Colors of #FC7655
Black with #FC7655
Text Example
Text Example
White with #FC7655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7655; }
p { color: rgb(252,118,85); }
H1.HeaderClassName
{
color: #FC7655;
}
.AnyTagClassName
{
color: #FC7655;
}
</style>
background-color css
<style>
a { background-color: #FC7655; }
a { background-color: rgb(252,118,85); }
div.DivClassName
{
background-color: #FC7655;
}
.BgClassName
{
background-color: #FC7655;
}
</style>
border-color css
<style>
span { border-color: #FC7655; }
span { border-color: rgb(252,118,85); }
td.TdClassName
{
border-color: #FC7655;
}
.TagClassName
{
border-color: #FC7655;
}
</style>