Shades of Coral #FC7E5E
Tints of Coral #FC7E5E
RGB
CMYK
RGB Variations
Color information
#FC7E5E (or 0xFC7E5E) is known color: Coral. HEX triplet: FC, 7E and 5E. RGB value is (252,126,94). Sum of RGB (Red+Green+Blue) = 252+126+94=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E5E is #0381A1. Grayscale: #A0A0A0. Windows color (decimal): -229794 or 6192892. OLE color: 6192892.
HSL color Cylindrical-coordinate representation of color #FC7E5E: hue angle of 12.15º 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 #FC7E5E is Cyan = 0, Magento = 0.5, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 94 | - |
| CMYK | 0 | 0.5 | 0.63 | 0.01 |
| HSL | 12.15º | 0.96% | 0.68% | - |
| HSV(B) | 12.15º | 0.63% | 0.99% | - |
| XYZ | 49.63 | 36.43 | 15 | - |
| YUV | 160.03 | 90.74 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 94 | 0 | 0.5 | 0.63 | 0.01 | 12.15 | 0.96 | 0.68 |
| Hex | FC | 7E | 5E | 0 | 32 | 3F | 1 | C | 60 | 44 |
| Octal | 374 | 176 | 136 | 0 | 62 | 77 | 1 | 14 | 140 | 104 |
| Binary | 11111100 | 1111110 | 1011110 | 0 | 110010 | 111111 | 1 | 1100 | 1100000 | 1000100 |
Color Harmonies of #FC7E5E
Complementary color
Monochromatic Colors of #FC7E5E
Black with #FC7E5E
Text Example
Text Example
White with #FC7E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E5E; }
p { color: rgb(252,126,94); }
H1.HeaderClassName
{
color: #FC7E5E;
}
.AnyTagClassName
{
color: #FC7E5E;
}
</style>
background-color css
<style>
a { background-color: #FC7E5E; }
a { background-color: rgb(252,126,94); }
div.DivClassName
{
background-color: #FC7E5E;
}
.BgClassName
{
background-color: #FC7E5E;
}
</style>
border-color css
<style>
span { border-color: #FC7E5E; }
span { border-color: rgb(252,126,94); }
td.TdClassName
{
border-color: #FC7E5E;
}
.TagClassName
{
border-color: #FC7E5E;
}
</style>