Shades of Coral #FC815E
Tints of Coral #FC815E
RGB
CMYK
RGB Variations
Color information
#FC815E (or 0xFC815E) is known color: Coral. HEX triplet: FC, 81 and 5E. RGB value is (252,129,94). Sum of RGB (Red+Green+Blue) = 252+129+94=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC815E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC815E is #037EA1. Grayscale: #A2A2A2. Windows color (decimal): -229026 or 6193660. OLE color: 6193660.
HSL color Cylindrical-coordinate representation of color #FC815E: hue angle of 13.29º 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 #FC815E is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 94 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.01 |
| HSL | 13.29º | 0.96% | 0.68% | - |
| HSV(B) | 13.29º | 0.63% | 0.99% | - |
| XYZ | 50.02 | 37.2 | 15.13 | - |
| YUV | 161.79 | 89.75 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 94 | 0 | 0.49 | 0.63 | 0.01 | 13.29 | 0.96 | 0.68 |
| Hex | FC | 81 | 5E | 0 | 31 | 3F | 1 | D | 60 | 44 |
| Octal | 374 | 201 | 136 | 0 | 61 | 77 | 1 | 15 | 140 | 104 |
| Binary | 11111100 | 10000001 | 1011110 | 0 | 110001 | 111111 | 1 | 1101 | 1100000 | 1000100 |
Color Harmonies of #FC815E
Complementary color
Monochromatic Colors of #FC815E
Black with #FC815E
Text Example
Text Example
White with #FC815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC815E; }
p { color: rgb(252,129,94); }
H1.HeaderClassName
{
color: #FC815E;
}
.AnyTagClassName
{
color: #FC815E;
}
</style>
background-color css
<style>
a { background-color: #FC815E; }
a { background-color: rgb(252,129,94); }
div.DivClassName
{
background-color: #FC815E;
}
.BgClassName
{
background-color: #FC815E;
}
</style>
border-color css
<style>
span { border-color: #FC815E; }
span { border-color: rgb(252,129,94); }
td.TdClassName
{
border-color: #FC815E;
}
.TagClassName
{
border-color: #FC815E;
}
</style>