Shades of Coral #FC8060
Tints of Coral #FC8060
RGB
CMYK
RGB Variations
Color information
#FC8060 (or 0xFC8060) is known color: Coral. HEX triplet: FC, 80 and 60. RGB value is (252,128,96). Sum of RGB (Red+Green+Blue) = 252+128+96=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8060 is #037F9F. Grayscale: #A1A1A1. Windows color (decimal): -229280 or 6324476. OLE color: 6324476.
HSL color Cylindrical-coordinate representation of color #FC8060: hue angle of 12.31º 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 #FC8060 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 96 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.01 |
| HSL | 12.31º | 0.96% | 0.68% | - |
| HSV(B) | 12.31º | 0.62% | 0.99% | - |
| XYZ | 49.98 | 36.98 | 15.57 | - |
| YUV | 161.43 | 91.08 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 96 | 0 | 0.49 | 0.62 | 0.01 | 12.31 | 0.96 | 0.68 |
| Hex | FC | 80 | 60 | 0 | 31 | 3E | 1 | C | 60 | 44 |
| Octal | 374 | 200 | 140 | 0 | 61 | 76 | 1 | 14 | 140 | 104 |
| Binary | 11111100 | 10000000 | 1100000 | 0 | 110001 | 111110 | 1 | 1100 | 1100000 | 1000100 |
Color Harmonies of #FC8060
Complementary color
Monochromatic Colors of #FC8060
Black with #FC8060
Text Example
Text Example
White with #FC8060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8060; }
p { color: rgb(252,128,96); }
H1.HeaderClassName
{
color: #FC8060;
}
.AnyTagClassName
{
color: #FC8060;
}
</style>
background-color css
<style>
a { background-color: #FC8060; }
a { background-color: rgb(252,128,96); }
div.DivClassName
{
background-color: #FC8060;
}
.BgClassName
{
background-color: #FC8060;
}
</style>
border-color css
<style>
span { border-color: #FC8060; }
span { border-color: rgb(252,128,96); }
td.TdClassName
{
border-color: #FC8060;
}
.TagClassName
{
border-color: #FC8060;
}
</style>