Shades of Coral #FC7D4E
Tints of Coral #FC7D4E
RGB
CMYK
RGB Variations
Color information
#FC7D4E (or 0xFC7D4E) is known color: Coral. HEX triplet: FC, 7D and 4E. RGB value is (252,125,78). Sum of RGB (Red+Green+Blue) = 252+125+78=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 78 (30.86% from 255 or 17.14% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D4E is #0382B1. Grayscale: #9D9D9D. Windows color (decimal): -230066 or 5144060. OLE color: 5144060.
HSL color Cylindrical-coordinate representation of color #FC7D4E: hue angle of 16.21º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC7D4E is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 78 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.01 |
| HSL | 16.21º | 0.97% | 0.65% | - |
| HSV(B) | 16.21º | 0.69% | 0.99% | - |
| XYZ | 48.85 | 35.91 | 11.56 | - |
| YUV | 157.62 | 83.08 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 78 | 0 | 0.50 | 0.69 | 0.01 | 16.21 | 0.97 | 0.65 |
| Hex | FC | 7D | 4E | 0 | 32 | 45 | 1 | 10 | 61 | 41 |
| Octal | 374 | 175 | 116 | 0 | 62 | 105 | 1 | 20 | 141 | 101 |
| Binary | 11111100 | 1111101 | 1001110 | 0 | 110010 | 1000101 | 1 | 10000 | 1100001 | 1000001 |
Color Harmonies of #FC7D4E
Complementary color
Monochromatic Colors of #FC7D4E
Black with #FC7D4E
Text Example
Text Example
White with #FC7D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D4E; }
p { color: rgb(252,125,78); }
H1.HeaderClassName
{
color: #FC7D4E;
}
.AnyTagClassName
{
color: #FC7D4E;
}
</style>
background-color css
<style>
a { background-color: #FC7D4E; }
a { background-color: rgb(252,125,78); }
div.DivClassName
{
background-color: #FC7D4E;
}
.BgClassName
{
background-color: #FC7D4E;
}
</style>
border-color css
<style>
span { border-color: #FC7D4E; }
span { border-color: rgb(252,125,78); }
td.TdClassName
{
border-color: #FC7D4E;
}
.TagClassName
{
border-color: #FC7D4E;
}
</style>