Shades of Coral #FC805C
Tints of Coral #FC805C
RGB
CMYK
RGB Variations
Color information
#FC805C (or 0xFC805C) is known color: Coral. HEX triplet: FC, 80 and 5C. RGB value is (252,128,92). Sum of RGB (Red+Green+Blue) = 252+128+92=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC805C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC805C is #037FA3. Grayscale: #A1A1A1. Windows color (decimal): -229284 or 6062332. OLE color: 6062332.
HSL color Cylindrical-coordinate representation of color #FC805C: hue angle of 13.5º 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 #FC805C is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 92 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.01 |
| HSL | 13.5º | 0.96% | 0.67% | - |
| HSV(B) | 13.5º | 0.63% | 0.99% | - |
| XYZ | 49.8 | 36.91 | 14.62 | - |
| YUV | 160.97 | 89.08 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 92 | 0 | 0.49 | 0.63 | 0.01 | 13.5 | 0.96 | 0.67 |
| Hex | FC | 80 | 5C | 0 | 31 | 3F | 1 | E | 60 | 43 |
| Octal | 374 | 200 | 134 | 0 | 61 | 77 | 1 | 16 | 140 | 103 |
| Binary | 11111100 | 10000000 | 1011100 | 0 | 110001 | 111111 | 1 | 1110 | 1100000 | 1000011 |
Color Harmonies of #FC805C
Complementary color
Monochromatic Colors of #FC805C
Black with #FC805C
Text Example
Text Example
White with #FC805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC805C; }
p { color: rgb(252,128,92); }
H1.HeaderClassName
{
color: #FC805C;
}
.AnyTagClassName
{
color: #FC805C;
}
</style>
background-color css
<style>
a { background-color: #FC805C; }
a { background-color: rgb(252,128,92); }
div.DivClassName
{
background-color: #FC805C;
}
.BgClassName
{
background-color: #FC805C;
}
</style>
border-color css
<style>
span { border-color: #FC805C; }
span { border-color: rgb(252,128,92); }
td.TdClassName
{
border-color: #FC805C;
}
.TagClassName
{
border-color: #FC805C;
}
</style>