Shades of Coral #FC815C
Tints of Coral #FC815C
RGB
CMYK
RGB Variations
Color information
#FC815C (or 0xFC815C) is known color: Coral. HEX triplet: FC, 81 and 5C. RGB value is (252,129,92). Sum of RGB (Red+Green+Blue) = 252+129+92=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC815C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC815C is #037EA3. Grayscale: #A1A1A1. Windows color (decimal): -229028 or 6062588. OLE color: 6062588.
HSL color Cylindrical-coordinate representation of color #FC815C: hue angle of 13.88º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC815C is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 92 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.01 |
| HSL | 13.88º | 0.96% | 0.67% | - |
| HSV(B) | 13.88º | 0.63% | 0.99% | - |
| XYZ | 49.93 | 37.17 | 14.67 | - |
| YUV | 161.56 | 88.75 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 92 | 0 | 0.49 | 0.63 | 0.01 | 13.88 | 0.96 | 0.67 |
| Hex | FC | 81 | 5C | 0 | 31 | 3F | 1 | E | 60 | 43 |
| Octal | 374 | 201 | 134 | 0 | 61 | 77 | 1 | 16 | 140 | 103 |
| Binary | 11111100 | 10000001 | 1011100 | 0 | 110001 | 111111 | 1 | 1110 | 1100000 | 1000011 |
Color Harmonies of #FC815C
Complementary color
Monochromatic Colors of #FC815C
Black with #FC815C
Text Example
Text Example
White with #FC815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC815C; }
p { color: rgb(252,129,92); }
H1.HeaderClassName
{
color: #FC815C;
}
.AnyTagClassName
{
color: #FC815C;
}
</style>
background-color css
<style>
a { background-color: #FC815C; }
a { background-color: rgb(252,129,92); }
div.DivClassName
{
background-color: #FC815C;
}
.BgClassName
{
background-color: #FC815C;
}
</style>
border-color css
<style>
span { border-color: #FC815C; }
span { border-color: rgb(252,129,92); }
td.TdClassName
{
border-color: #FC815C;
}
.TagClassName
{
border-color: #FC815C;
}
</style>