Shades of Coral #FC7E4E
Tints of Coral #FC7E4E
RGB
CMYK
RGB Variations
Color information
#FC7E4E (or 0xFC7E4E) is known color: Coral. HEX triplet: FC, 7E and 4E. RGB value is (252,126,78). Sum of RGB (Red+Green+Blue) = 252+126+78=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E4E is #0381B1. Grayscale: #9E9E9E. Windows color (decimal): -229810 or 5144316. OLE color: 5144316.
HSL color Cylindrical-coordinate representation of color #FC7E4E: hue angle of 16.55º 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 #FC7E4E is Cyan = 0, Magento = 0.5, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 78 | - |
| CMYK | 0 | 0.5 | 0.69 | 0.01 |
| HSL | 16.55º | 0.97% | 0.65% | - |
| HSV(B) | 16.55º | 0.69% | 0.99% | - |
| XYZ | 48.98 | 36.17 | 11.61 | - |
| YUV | 158.2 | 82.74 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 78 | 0 | 0.5 | 0.69 | 0.01 | 16.55 | 0.97 | 0.65 |
| Hex | FC | 7E | 4E | 0 | 32 | 45 | 1 | 11 | 61 | 41 |
| Octal | 374 | 176 | 116 | 0 | 62 | 105 | 1 | 21 | 141 | 101 |
| Binary | 11111100 | 1111110 | 1001110 | 0 | 110010 | 1000101 | 1 | 10001 | 1100001 | 1000001 |
Color Harmonies of #FC7E4E
Complementary color
Monochromatic Colors of #FC7E4E
Black with #FC7E4E
Text Example
Text Example
White with #FC7E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E4E; }
p { color: rgb(252,126,78); }
H1.HeaderClassName
{
color: #FC7E4E;
}
.AnyTagClassName
{
color: #FC7E4E;
}
</style>
background-color css
<style>
a { background-color: #FC7E4E; }
a { background-color: rgb(252,126,78); }
div.DivClassName
{
background-color: #FC7E4E;
}
.BgClassName
{
background-color: #FC7E4E;
}
</style>
border-color css
<style>
span { border-color: #FC7E4E; }
span { border-color: rgb(252,126,78); }
td.TdClassName
{
border-color: #FC7E4E;
}
.TagClassName
{
border-color: #FC7E4E;
}
</style>