Shades of Coral #FC7F5D
Tints of Coral #FC7F5D
RGB
CMYK
RGB Variations
Color information
#FC7F5D (or 0xFC7F5D) is known color: Coral. HEX triplet: FC, 7F and 5D. RGB value is (252,127,93). Sum of RGB (Red+Green+Blue) = 252+127+93=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7F5D is #0380A2. Grayscale: #A0A0A0. Windows color (decimal): -229539 or 6127612. OLE color: 6127612.
HSL color Cylindrical-coordinate representation of color #FC7F5D: hue angle of 12.83º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC7F5D is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 93 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.01 |
| HSL | 12.83º | 0.96% | 0.68% | - |
| HSV(B) | 12.83º | 0.63% | 0.99% | - |
| XYZ | 49.71 | 36.66 | 14.81 | - |
| YUV | 160.5 | 89.91 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 93 | 0 | 0.50 | 0.63 | 0.01 | 12.83 | 0.96 | 0.68 |
| Hex | FC | 7F | 5D | 0 | 32 | 3F | 1 | D | 60 | 44 |
| Octal | 374 | 177 | 135 | 0 | 62 | 77 | 1 | 15 | 140 | 104 |
| Binary | 11111100 | 1111111 | 1011101 | 0 | 110010 | 111111 | 1 | 1101 | 1100000 | 1000100 |
Color Harmonies of #FC7F5D
Complementary color
Monochromatic Colors of #FC7F5D
Black with #FC7F5D
Text Example
Text Example
White with #FC7F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7F5D; }
p { color: rgb(252,127,93); }
H1.HeaderClassName
{
color: #FC7F5D;
}
.AnyTagClassName
{
color: #FC7F5D;
}
</style>
background-color css
<style>
a { background-color: #FC7F5D; }
a { background-color: rgb(252,127,93); }
div.DivClassName
{
background-color: #FC7F5D;
}
.BgClassName
{
background-color: #FC7F5D;
}
</style>
border-color css
<style>
span { border-color: #FC7F5D; }
span { border-color: rgb(252,127,93); }
td.TdClassName
{
border-color: #FC7F5D;
}
.TagClassName
{
border-color: #FC7F5D;
}
</style>