Shades of Coral #FC7C4D
Tints of Coral #FC7C4D
RGB
CMYK
RGB Variations
Color information
#FC7C4D (or 0xFC7C4D) is known color: Coral. HEX triplet: FC, 7C and 4D. RGB value is (252,124,77). Sum of RGB (Red+Green+Blue) = 252+124+77=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7C4D is #0383B2. Grayscale: #9D9D9D. Windows color (decimal): -230323 or 5078268. OLE color: 5078268.
HSL color Cylindrical-coordinate representation of color #FC7C4D: hue angle of 16.11º 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 #FC7C4D is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 77 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.01 |
| HSL | 16.11º | 0.97% | 0.65% | - |
| HSV(B) | 16.11º | 0.69% | 0.99% | - |
| XYZ | 48.69 | 35.65 | 11.34 | - |
| YUV | 156.91 | 82.91 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 77 | 0 | 0.51 | 0.69 | 0.01 | 16.11 | 0.97 | 0.65 |
| Hex | FC | 7C | 4D | 0 | 33 | 45 | 1 | 10 | 61 | 41 |
| Octal | 374 | 174 | 115 | 0 | 63 | 105 | 1 | 20 | 141 | 101 |
| Binary | 11111100 | 1111100 | 1001101 | 0 | 110011 | 1000101 | 1 | 10000 | 1100001 | 1000001 |
Color Harmonies of #FC7C4D
Complementary color
Monochromatic Colors of #FC7C4D
Black with #FC7C4D
Text Example
Text Example
White with #FC7C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C4D; }
p { color: rgb(252,124,77); }
H1.HeaderClassName
{
color: #FC7C4D;
}
.AnyTagClassName
{
color: #FC7C4D;
}
</style>
background-color css
<style>
a { background-color: #FC7C4D; }
a { background-color: rgb(252,124,77); }
div.DivClassName
{
background-color: #FC7C4D;
}
.BgClassName
{
background-color: #FC7C4D;
}
</style>
border-color css
<style>
span { border-color: #FC7C4D; }
span { border-color: rgb(252,124,77); }
td.TdClassName
{
border-color: #FC7C4D;
}
.TagClassName
{
border-color: #FC7C4D;
}
</style>