Shades of Coral #FC8056
Tints of Coral #FC8056
RGB
CMYK
RGB Variations
Color information
#FC8056 (or 0xFC8056) is known color: Coral. HEX triplet: FC, 80 and 56. RGB value is (252,128,86). Sum of RGB (Red+Green+Blue) = 252+128+86=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8056 is #037FA9. Grayscale: #A0A0A0. Windows color (decimal): -229290 or 5669116. OLE color: 5669116.
HSL color Cylindrical-coordinate representation of color #FC8056: hue angle of 15.18º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC8056 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 86 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.01 |
| HSL | 15.18º | 0.97% | 0.66% | - |
| HSV(B) | 15.18º | 0.66% | 0.99% | - |
| XYZ | 49.54 | 36.81 | 13.3 | - |
| YUV | 160.29 | 86.08 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 86 | 0 | 0.49 | 0.66 | 0.01 | 15.18 | 0.97 | 0.66 |
| Hex | FC | 80 | 56 | 0 | 31 | 42 | 1 | F | 61 | 42 |
| Octal | 374 | 200 | 126 | 0 | 61 | 102 | 1 | 17 | 141 | 102 |
| Binary | 11111100 | 10000000 | 1010110 | 0 | 110001 | 1000010 | 1 | 1111 | 1100001 | 1000010 |
Color Harmonies of #FC8056
Complementary color
Monochromatic Colors of #FC8056
Black with #FC8056
Text Example
Text Example
White with #FC8056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8056; }
p { color: rgb(252,128,86); }
H1.HeaderClassName
{
color: #FC8056;
}
.AnyTagClassName
{
color: #FC8056;
}
</style>
background-color css
<style>
a { background-color: #FC8056; }
a { background-color: rgb(252,128,86); }
div.DivClassName
{
background-color: #FC8056;
}
.BgClassName
{
background-color: #FC8056;
}
</style>
border-color css
<style>
span { border-color: #FC8056; }
span { border-color: rgb(252,128,86); }
td.TdClassName
{
border-color: #FC8056;
}
.TagClassName
{
border-color: #FC8056;
}
</style>