Shades of Coral #FC7E51
Tints of Coral #FC7E51
RGB
CMYK
RGB Variations
Color information
#FC7E51 (or 0xFC7E51) is known color: Coral. HEX triplet: FC, 7E and 51. RGB value is (252,126,81). Sum of RGB (Red+Green+Blue) = 252+126+81=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 81 (32.03% from 255 or 17.65% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E51 is #0381AE. Grayscale: #9E9E9E. Windows color (decimal): -229807 or 5340924. OLE color: 5340924.
HSL color Cylindrical-coordinate representation of color #FC7E51: hue angle of 15.79º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC7E51 is Cyan = 0, Magento = 0.5, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 81 | - |
| CMYK | 0 | 0.5 | 0.68 | 0.01 |
| HSL | 15.79º | 0.97% | 0.65% | - |
| HSV(B) | 15.79º | 0.68% | 0.99% | - |
| XYZ | 49.09 | 36.21 | 12.19 | - |
| YUV | 158.54 | 84.24 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 81 | 0 | 0.5 | 0.68 | 0.01 | 15.79 | 0.97 | 0.65 |
| Hex | FC | 7E | 51 | 0 | 32 | 44 | 1 | 10 | 61 | 41 |
| Octal | 374 | 176 | 121 | 0 | 62 | 104 | 1 | 20 | 141 | 101 |
| Binary | 11111100 | 1111110 | 1010001 | 0 | 110010 | 1000100 | 1 | 10000 | 1100001 | 1000001 |
Color Harmonies of #FC7E51
Complementary color
Monochromatic Colors of #FC7E51
Black with #FC7E51
Text Example
Text Example
White with #FC7E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E51; }
p { color: rgb(252,126,81); }
H1.HeaderClassName
{
color: #FC7E51;
}
.AnyTagClassName
{
color: #FC7E51;
}
</style>
background-color css
<style>
a { background-color: #FC7E51; }
a { background-color: rgb(252,126,81); }
div.DivClassName
{
background-color: #FC7E51;
}
.BgClassName
{
background-color: #FC7E51;
}
</style>
border-color css
<style>
span { border-color: #FC7E51; }
span { border-color: rgb(252,126,81); }
td.TdClassName
{
border-color: #FC7E51;
}
.TagClassName
{
border-color: #FC7E51;
}
</style>