Shades of Coral #FC7A4D
Tints of Coral #FC7A4D
RGB
CMYK
RGB Variations
Color information
#FC7A4D (or 0xFC7A4D) is known color: Coral. HEX triplet: FC, 7A and 4D. RGB value is (252,122,77). Sum of RGB (Red+Green+Blue) = 252+122+77=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A4D is #0385B2. Grayscale: #9C9C9C. Windows color (decimal): -230835 or 5077756. OLE color: 5077756.
HSL color Cylindrical-coordinate representation of color #FC7A4D: hue angle of 15.43º 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 #FC7A4D is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 77 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.01 |
| HSL | 15.43º | 0.97% | 0.65% | - |
| HSV(B) | 15.43º | 0.69% | 0.99% | - |
| XYZ | 48.44 | 35.15 | 11.25 | - |
| YUV | 155.74 | 83.57 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 77 | 0 | 0.52 | 0.69 | 0.01 | 15.43 | 0.97 | 0.65 |
| Hex | FC | 7A | 4D | 0 | 34 | 45 | 1 | F | 61 | 41 |
| Octal | 374 | 172 | 115 | 0 | 64 | 105 | 1 | 17 | 141 | 101 |
| Binary | 11111100 | 1111010 | 1001101 | 0 | 110100 | 1000101 | 1 | 1111 | 1100001 | 1000001 |
Color Harmonies of #FC7A4D
Complementary color
Monochromatic Colors of #FC7A4D
Black with #FC7A4D
Text Example
Text Example
White with #FC7A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A4D; }
p { color: rgb(252,122,77); }
H1.HeaderClassName
{
color: #FC7A4D;
}
.AnyTagClassName
{
color: #FC7A4D;
}
</style>
background-color css
<style>
a { background-color: #FC7A4D; }
a { background-color: rgb(252,122,77); }
div.DivClassName
{
background-color: #FC7A4D;
}
.BgClassName
{
background-color: #FC7A4D;
}
</style>
border-color css
<style>
span { border-color: #FC7A4D; }
span { border-color: rgb(252,122,77); }
td.TdClassName
{
border-color: #FC7A4D;
}
.TagClassName
{
border-color: #FC7A4D;
}
</style>