Shades of Coral #FC7D47
Tints of Coral #FC7D47
RGB
CMYK
RGB Variations
Color information
#FC7D47 (or 0xFC7D47) is known color: Coral. HEX triplet: FC, 7D and 47. RGB value is (252,125,71). Sum of RGB (Red+Green+Blue) = 252+125+71=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 71 (28.12% from 255 or 15.85% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D47 is #0382B8. Grayscale: #9D9D9D. Windows color (decimal): -230073 or 4685308. OLE color: 4685308.
HSL color Cylindrical-coordinate representation of color #FC7D47: hue angle of 17.9º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC7D47 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 71 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.01 |
| HSL | 17.9º | 0.97% | 0.63% | - |
| HSV(B) | 17.9º | 0.72% | 0.99% | - |
| XYZ | 48.62 | 35.82 | 10.31 | - |
| YUV | 156.82 | 79.58 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 71 | 0 | 0.50 | 0.72 | 0.01 | 17.9 | 0.97 | 0.63 |
| Hex | FC | 7D | 47 | 0 | 32 | 48 | 1 | 12 | 61 | 3F |
| Octal | 374 | 175 | 107 | 0 | 62 | 110 | 1 | 22 | 141 | 77 |
| Binary | 11111100 | 1111101 | 1000111 | 0 | 110010 | 1001000 | 1 | 10010 | 1100001 | 111111 |
Color Harmonies of #FC7D47
Complementary color
Monochromatic Colors of #FC7D47
Black with #FC7D47
Text Example
Text Example
White with #FC7D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D47; }
p { color: rgb(252,125,71); }
H1.HeaderClassName
{
color: #FC7D47;
}
.AnyTagClassName
{
color: #FC7D47;
}
</style>
background-color css
<style>
a { background-color: #FC7D47; }
a { background-color: rgb(252,125,71); }
div.DivClassName
{
background-color: #FC7D47;
}
.BgClassName
{
background-color: #FC7D47;
}
</style>
border-color css
<style>
span { border-color: #FC7D47; }
span { border-color: rgb(252,125,71); }
td.TdClassName
{
border-color: #FC7D47;
}
.TagClassName
{
border-color: #FC7D47;
}
</style>