Shades of Coral #FC7D5C
Tints of Coral #FC7D5C
RGB
CMYK
RGB Variations
Color information
#FC7D5C (or 0xFC7D5C) is known color: Coral. HEX triplet: FC, 7D and 5C. RGB value is (252,125,92). Sum of RGB (Red+Green+Blue) = 252+125+92=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D5C is #0382A3. Grayscale: #9F9F9F. Windows color (decimal): -230052 or 6061564. OLE color: 6061564.
HSL color Cylindrical-coordinate representation of color #FC7D5C: hue angle of 12.38º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC7D5C is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 92 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.01 |
| HSL | 12.38º | 0.96% | 0.67% | - |
| HSV(B) | 12.38º | 0.63% | 0.99% | - |
| XYZ | 49.41 | 36.14 | 14.5 | - |
| YUV | 159.21 | 90.08 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 92 | 0 | 0.50 | 0.63 | 0.01 | 12.38 | 0.96 | 0.67 |
| Hex | FC | 7D | 5C | 0 | 32 | 3F | 1 | C | 60 | 43 |
| Octal | 374 | 175 | 134 | 0 | 62 | 77 | 1 | 14 | 140 | 103 |
| Binary | 11111100 | 1111101 | 1011100 | 0 | 110010 | 111111 | 1 | 1100 | 1100000 | 1000011 |
Color Harmonies of #FC7D5C
Complementary color
Monochromatic Colors of #FC7D5C
Black with #FC7D5C
Text Example
Text Example
White with #FC7D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D5C; }
p { color: rgb(252,125,92); }
H1.HeaderClassName
{
color: #FC7D5C;
}
.AnyTagClassName
{
color: #FC7D5C;
}
</style>
background-color css
<style>
a { background-color: #FC7D5C; }
a { background-color: rgb(252,125,92); }
div.DivClassName
{
background-color: #FC7D5C;
}
.BgClassName
{
background-color: #FC7D5C;
}
</style>
border-color css
<style>
span { border-color: #FC7D5C; }
span { border-color: rgb(252,125,92); }
td.TdClassName
{
border-color: #FC7D5C;
}
.TagClassName
{
border-color: #FC7D5C;
}
</style>