Shades of Coral #FC7B58
Tints of Coral #FC7B58
RGB
CMYK
RGB Variations
Color information
#FC7B58 (or 0xFC7B58) is known color: Coral. HEX triplet: FC, 7B and 58. RGB value is (252,123,88). Sum of RGB (Red+Green+Blue) = 252+123+88=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B58 is #0384A7. Grayscale: #9D9D9D. Windows color (decimal): -230568 or 5798908. OLE color: 5798908.
HSL color Cylindrical-coordinate representation of color #FC7B58: hue angle of 12.8º 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 #FC7B58 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 88 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.01 |
| HSL | 12.8º | 0.96% | 0.67% | - |
| HSV(B) | 12.8º | 0.65% | 0.99% | - |
| XYZ | 48.99 | 35.57 | 13.52 | - |
| YUV | 157.58 | 88.74 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 88 | 0 | 0.51 | 0.65 | 0.01 | 12.8 | 0.96 | 0.67 |
| Hex | FC | 7B | 58 | 0 | 33 | 41 | 1 | D | 60 | 43 |
| Octal | 374 | 173 | 130 | 0 | 63 | 101 | 1 | 15 | 140 | 103 |
| Binary | 11111100 | 1111011 | 1011000 | 0 | 110011 | 1000001 | 1 | 1101 | 1100000 | 1000011 |
Color Harmonies of #FC7B58
Complementary color
Monochromatic Colors of #FC7B58
Black with #FC7B58
Text Example
Text Example
White with #FC7B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B58; }
p { color: rgb(252,123,88); }
H1.HeaderClassName
{
color: #FC7B58;
}
.AnyTagClassName
{
color: #FC7B58;
}
</style>
background-color css
<style>
a { background-color: #FC7B58; }
a { background-color: rgb(252,123,88); }
div.DivClassName
{
background-color: #FC7B58;
}
.BgClassName
{
background-color: #FC7B58;
}
</style>
border-color css
<style>
span { border-color: #FC7B58; }
span { border-color: rgb(252,123,88); }
td.TdClassName
{
border-color: #FC7B58;
}
.TagClassName
{
border-color: #FC7B58;
}
</style>