Shades of Coral #FC7E50
Tints of Coral #FC7E50
RGB
CMYK
RGB Variations
Color information
#FC7E50 (or 0xFC7E50) is known color: Coral. HEX triplet: FC, 7E and 50. RGB value is (252,126,80). Sum of RGB (Red+Green+Blue) = 252+126+80=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E50 is #0381AF. Grayscale: #9E9E9E. Windows color (decimal): -229808 or 5275388. OLE color: 5275388.
HSL color Cylindrical-coordinate representation of color #FC7E50: hue angle of 16.05º 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 #FC7E50 is Cyan = 0, Magento = 0.5, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 80 | - |
| CMYK | 0 | 0.5 | 0.68 | 0.01 |
| HSL | 16.05º | 0.97% | 0.65% | - |
| HSV(B) | 16.05º | 0.68% | 0.99% | - |
| XYZ | 49.05 | 36.2 | 11.99 | - |
| YUV | 158.43 | 83.74 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 80 | 0 | 0.5 | 0.68 | 0.01 | 16.05 | 0.97 | 0.65 |
| Hex | FC | 7E | 50 | 0 | 32 | 44 | 1 | 10 | 61 | 41 |
| Octal | 374 | 176 | 120 | 0 | 62 | 104 | 1 | 20 | 141 | 101 |
| Binary | 11111100 | 1111110 | 1010000 | 0 | 110010 | 1000100 | 1 | 10000 | 1100001 | 1000001 |
Color Harmonies of #FC7E50
Complementary color
Monochromatic Colors of #FC7E50
Black with #FC7E50
Text Example
Text Example
White with #FC7E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E50; }
p { color: rgb(252,126,80); }
H1.HeaderClassName
{
color: #FC7E50;
}
.AnyTagClassName
{
color: #FC7E50;
}
</style>
background-color css
<style>
a { background-color: #FC7E50; }
a { background-color: rgb(252,126,80); }
div.DivClassName
{
background-color: #FC7E50;
}
.BgClassName
{
background-color: #FC7E50;
}
</style>
border-color css
<style>
span { border-color: #FC7E50; }
span { border-color: rgb(252,126,80); }
td.TdClassName
{
border-color: #FC7E50;
}
.TagClassName
{
border-color: #FC7E50;
}
</style>