Shades of Coral #FC7C59
Tints of Coral #FC7C59
RGB
CMYK
RGB Variations
Color information
#FC7C59 (or 0xFC7C59) is known color: Coral. HEX triplet: FC, 7C and 59. RGB value is (252,124,89). Sum of RGB (Red+Green+Blue) = 252+124+89=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7C59 is #0383A6. Grayscale: #9E9E9E. Windows color (decimal): -230311 or 5864700. OLE color: 5864700.
HSL color Cylindrical-coordinate representation of color #FC7C59: hue angle of 12.88º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC7C59 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 89 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.01 |
| HSL | 12.88º | 0.96% | 0.67% | - |
| HSV(B) | 12.88º | 0.65% | 0.99% | - |
| XYZ | 49.16 | 35.83 | 13.78 | - |
| YUV | 158.28 | 88.91 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 89 | 0 | 0.51 | 0.65 | 0.01 | 12.88 | 0.96 | 0.67 |
| Hex | FC | 7C | 59 | 0 | 33 | 41 | 1 | D | 60 | 43 |
| Octal | 374 | 174 | 131 | 0 | 63 | 101 | 1 | 15 | 140 | 103 |
| Binary | 11111100 | 1111100 | 1011001 | 0 | 110011 | 1000001 | 1 | 1101 | 1100000 | 1000011 |
Color Harmonies of #FC7C59
Complementary color
Monochromatic Colors of #FC7C59
Black with #FC7C59
Text Example
Text Example
White with #FC7C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C59; }
p { color: rgb(252,124,89); }
H1.HeaderClassName
{
color: #FC7C59;
}
.AnyTagClassName
{
color: #FC7C59;
}
</style>
background-color css
<style>
a { background-color: #FC7C59; }
a { background-color: rgb(252,124,89); }
div.DivClassName
{
background-color: #FC7C59;
}
.BgClassName
{
background-color: #FC7C59;
}
</style>
border-color css
<style>
span { border-color: #FC7C59; }
span { border-color: rgb(252,124,89); }
td.TdClassName
{
border-color: #FC7C59;
}
.TagClassName
{
border-color: #FC7C59;
}
</style>