Shades of Coral #FC805F
Tints of Coral #FC805F
RGB
CMYK
RGB Variations
Color information
#FC805F (or 0xFC805F) is known color: Coral. HEX triplet: FC, 80 and 5F. RGB value is (252,128,95). Sum of RGB (Red+Green+Blue) = 252+128+95=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC805F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC805F is #037FA0. Grayscale: #A1A1A1. Windows color (decimal): -229281 or 6258940. OLE color: 6258940.
HSL color Cylindrical-coordinate representation of color #FC805F: hue angle of 12.61º 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 #FC805F is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 95 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.01 |
| HSL | 12.61º | 0.96% | 0.68% | - |
| HSV(B) | 12.61º | 0.62% | 0.99% | - |
| XYZ | 49.93 | 36.96 | 15.33 | - |
| YUV | 161.31 | 90.58 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 95 | 0 | 0.49 | 0.62 | 0.01 | 12.61 | 0.96 | 0.68 |
| Hex | FC | 80 | 5F | 0 | 31 | 3E | 1 | D | 60 | 44 |
| Octal | 374 | 200 | 137 | 0 | 61 | 76 | 1 | 15 | 140 | 104 |
| Binary | 11111100 | 10000000 | 1011111 | 0 | 110001 | 111110 | 1 | 1101 | 1100000 | 1000100 |
Color Harmonies of #FC805F
Complementary color
Monochromatic Colors of #FC805F
Black with #FC805F
Text Example
Text Example
White with #FC805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC805F; }
p { color: rgb(252,128,95); }
H1.HeaderClassName
{
color: #FC805F;
}
.AnyTagClassName
{
color: #FC805F;
}
</style>
background-color css
<style>
a { background-color: #FC805F; }
a { background-color: rgb(252,128,95); }
div.DivClassName
{
background-color: #FC805F;
}
.BgClassName
{
background-color: #FC805F;
}
</style>
border-color css
<style>
span { border-color: #FC805F; }
span { border-color: rgb(252,128,95); }
td.TdClassName
{
border-color: #FC805F;
}
.TagClassName
{
border-color: #FC805F;
}
</style>