Shades of Coral #FC805E
Tints of Coral #FC805E
RGB
CMYK
RGB Variations
Color information
#FC805E (or 0xFC805E) is known color: Coral. HEX triplet: FC, 80 and 5E. RGB value is (252,128,94). Sum of RGB (Red+Green+Blue) = 252+128+94=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC805E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC805E is #037FA1. Grayscale: #A1A1A1. Windows color (decimal): -229282 or 6193404. OLE color: 6193404.
HSL color Cylindrical-coordinate representation of color #FC805E: hue angle of 12.91º 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 #FC805E is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 94 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.01 |
| HSL | 12.91º | 0.96% | 0.68% | - |
| HSV(B) | 12.91º | 0.63% | 0.99% | - |
| XYZ | 49.88 | 36.94 | 15.09 | - |
| YUV | 161.2 | 90.08 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 94 | 0 | 0.49 | 0.63 | 0.01 | 12.91 | 0.96 | 0.68 |
| Hex | FC | 80 | 5E | 0 | 31 | 3F | 1 | D | 60 | 44 |
| Octal | 374 | 200 | 136 | 0 | 61 | 77 | 1 | 15 | 140 | 104 |
| Binary | 11111100 | 10000000 | 1011110 | 0 | 110001 | 111111 | 1 | 1101 | 1100000 | 1000100 |
Color Harmonies of #FC805E
Complementary color
Monochromatic Colors of #FC805E
Black with #FC805E
Text Example
Text Example
White with #FC805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC805E; }
p { color: rgb(252,128,94); }
H1.HeaderClassName
{
color: #FC805E;
}
.AnyTagClassName
{
color: #FC805E;
}
</style>
background-color css
<style>
a { background-color: #FC805E; }
a { background-color: rgb(252,128,94); }
div.DivClassName
{
background-color: #FC805E;
}
.BgClassName
{
background-color: #FC805E;
}
</style>
border-color css
<style>
span { border-color: #FC805E; }
span { border-color: rgb(252,128,94); }
td.TdClassName
{
border-color: #FC805E;
}
.TagClassName
{
border-color: #FC805E;
}
</style>