Shades of Coral #FC7B57
Tints of Coral #FC7B57
RGB
CMYK
RGB Variations
Color information
#FC7B57 (or 0xFC7B57) is known color: Coral. HEX triplet: FC, 7B and 57. RGB value is (252,123,87). Sum of RGB (Red+Green+Blue) = 252+123+87=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 87 (34.38% from 255 or 18.83% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B57 is #0384A8. Grayscale: #9D9D9D. Windows color (decimal): -230569 or 5733372. OLE color: 5733372.
HSL color Cylindrical-coordinate representation of color #FC7B57: hue angle of 13.09º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC7B57 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 87 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.01 |
| HSL | 13.09º | 0.96% | 0.66% | - |
| HSV(B) | 13.09º | 0.65% | 0.99% | - |
| XYZ | 48.95 | 35.55 | 13.3 | - |
| YUV | 157.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 87 | 0 | 0.51 | 0.65 | 0.01 | 13.09 | 0.96 | 0.66 |
| Hex | FC | 7B | 57 | 0 | 33 | 41 | 1 | D | 60 | 42 |
| Octal | 374 | 173 | 127 | 0 | 63 | 101 | 1 | 15 | 140 | 102 |
| Binary | 11111100 | 1111011 | 1010111 | 0 | 110011 | 1000001 | 1 | 1101 | 1100000 | 1000010 |
Color Harmonies of #FC7B57
Complementary color
Monochromatic Colors of #FC7B57
Black with #FC7B57
Text Example
Text Example
White with #FC7B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B57; }
p { color: rgb(252,123,87); }
H1.HeaderClassName
{
color: #FC7B57;
}
.AnyTagClassName
{
color: #FC7B57;
}
</style>
background-color css
<style>
a { background-color: #FC7B57; }
a { background-color: rgb(252,123,87); }
div.DivClassName
{
background-color: #FC7B57;
}
.BgClassName
{
background-color: #FC7B57;
}
</style>
border-color css
<style>
span { border-color: #FC7B57; }
span { border-color: rgb(252,123,87); }
td.TdClassName
{
border-color: #FC7B57;
}
.TagClassName
{
border-color: #FC7B57;
}
</style>