Shades of Coral #FC8160
Tints of Coral #FC8160
RGB
CMYK
RGB Variations
Color information
#FC8160 (or 0xFC8160) is known color: Coral. HEX triplet: FC, 81 and 60. RGB value is (252,129,96). Sum of RGB (Red+Green+Blue) = 252+129+96=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8160 is #037E9F. Grayscale: #A2A2A2. Windows color (decimal): -229024 or 6324732. OLE color: 6324732.
HSL color Cylindrical-coordinate representation of color #FC8160: hue angle of 12.69º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC8160 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 96 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.01 |
| HSL | 12.69º | 0.96% | 0.68% | - |
| HSV(B) | 12.69º | 0.62% | 0.99% | - |
| XYZ | 50.11 | 37.24 | 15.61 | - |
| YUV | 162.02 | 90.75 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 96 | 0 | 0.49 | 0.62 | 0.01 | 12.69 | 0.96 | 0.68 |
| Hex | FC | 81 | 60 | 0 | 31 | 3E | 1 | D | 60 | 44 |
| Octal | 374 | 201 | 140 | 0 | 61 | 76 | 1 | 15 | 140 | 104 |
| Binary | 11111100 | 10000001 | 1100000 | 0 | 110001 | 111110 | 1 | 1101 | 1100000 | 1000100 |
Color Harmonies of #FC8160
Complementary color
Monochromatic Colors of #FC8160
Black with #FC8160
Text Example
Text Example
White with #FC8160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8160; }
p { color: rgb(252,129,96); }
H1.HeaderClassName
{
color: #FC8160;
}
.AnyTagClassName
{
color: #FC8160;
}
</style>
background-color css
<style>
a { background-color: #FC8160; }
a { background-color: rgb(252,129,96); }
div.DivClassName
{
background-color: #FC8160;
}
.BgClassName
{
background-color: #FC8160;
}
</style>
border-color css
<style>
span { border-color: #FC8160; }
span { border-color: rgb(252,129,96); }
td.TdClassName
{
border-color: #FC8160;
}
.TagClassName
{
border-color: #FC8160;
}
</style>