Shades of Coral #FC7C5D
Tints of Coral #FC7C5D
RGB
CMYK
RGB Variations
Color information
#FC7C5D (or 0xFC7C5D) is known color: Coral. HEX triplet: FC, 7C and 5D. RGB value is (252,124,93). Sum of RGB (Red+Green+Blue) = 252+124+93=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7C5D is #0383A2. Grayscale: #9E9E9E. Windows color (decimal): -230307 or 6126844. OLE color: 6126844.
HSL color Cylindrical-coordinate representation of color #FC7C5D: hue angle of 11.7º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC7C5D is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 93 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.01 |
| HSL | 11.7º | 0.96% | 0.68% | - |
| HSV(B) | 11.7º | 0.63% | 0.99% | - |
| XYZ | 49.33 | 35.9 | 14.69 | - |
| YUV | 158.74 | 90.91 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 93 | 0 | 0.51 | 0.63 | 0.01 | 11.7 | 0.96 | 0.68 |
| Hex | FC | 7C | 5D | 0 | 33 | 3F | 1 | C | 60 | 44 |
| Octal | 374 | 174 | 135 | 0 | 63 | 77 | 1 | 14 | 140 | 104 |
| Binary | 11111100 | 1111100 | 1011101 | 0 | 110011 | 111111 | 1 | 1100 | 1100000 | 1000100 |
Color Harmonies of #FC7C5D
Complementary color
Monochromatic Colors of #FC7C5D
Black with #FC7C5D
Text Example
Text Example
White with #FC7C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C5D; }
p { color: rgb(252,124,93); }
H1.HeaderClassName
{
color: #FC7C5D;
}
.AnyTagClassName
{
color: #FC7C5D;
}
</style>
background-color css
<style>
a { background-color: #FC7C5D; }
a { background-color: rgb(252,124,93); }
div.DivClassName
{
background-color: #FC7C5D;
}
.BgClassName
{
background-color: #FC7C5D;
}
</style>
border-color css
<style>
span { border-color: #FC7C5D; }
span { border-color: rgb(252,124,93); }
td.TdClassName
{
border-color: #FC7C5D;
}
.TagClassName
{
border-color: #FC7C5D;
}
</style>