Shades of Coral #FC7F4D
Tints of Coral #FC7F4D
RGB
CMYK
RGB Variations
Color information
#FC7F4D (or 0xFC7F4D) is known color: Coral. HEX triplet: FC, 7F and 4D. RGB value is (252,127,77). Sum of RGB (Red+Green+Blue) = 252+127+77=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7F4D is #0380B2. Grayscale: #9E9E9E. Windows color (decimal): -229555 or 5079036. OLE color: 5079036.
HSL color Cylindrical-coordinate representation of color #FC7F4D: hue angle of 17.14º 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 #FC7F4D is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 77 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.01 |
| HSL | 17.14º | 0.97% | 0.65% | - |
| HSV(B) | 17.14º | 0.69% | 0.99% | - |
| XYZ | 49.07 | 36.41 | 11.46 | - |
| YUV | 158.68 | 81.91 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 77 | 0 | 0.50 | 0.69 | 0.01 | 17.14 | 0.97 | 0.65 |
| Hex | FC | 7F | 4D | 0 | 32 | 45 | 1 | 11 | 61 | 41 |
| Octal | 374 | 177 | 115 | 0 | 62 | 105 | 1 | 21 | 141 | 101 |
| Binary | 11111100 | 1111111 | 1001101 | 0 | 110010 | 1000101 | 1 | 10001 | 1100001 | 1000001 |
Color Harmonies of #FC7F4D
Complementary color
Monochromatic Colors of #FC7F4D
Black with #FC7F4D
Text Example
Text Example
White with #FC7F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7F4D; }
p { color: rgb(252,127,77); }
H1.HeaderClassName
{
color: #FC7F4D;
}
.AnyTagClassName
{
color: #FC7F4D;
}
</style>
background-color css
<style>
a { background-color: #FC7F4D; }
a { background-color: rgb(252,127,77); }
div.DivClassName
{
background-color: #FC7F4D;
}
.BgClassName
{
background-color: #FC7F4D;
}
</style>
border-color css
<style>
span { border-color: #FC7F4D; }
span { border-color: rgb(252,127,77); }
td.TdClassName
{
border-color: #FC7F4D;
}
.TagClassName
{
border-color: #FC7F4D;
}
</style>