Shades of Coral #FC845C
Tints of Coral #FC845C
RGB
CMYK
RGB Variations
Color information
#FC845C (or 0xFC845C) is known color: Coral. HEX triplet: FC, 84 and 5C. RGB value is (252,132,92). Sum of RGB (Red+Green+Blue) = 252+132+92=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC845C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC845C is #037BA3. Grayscale: #A3A3A3. Windows color (decimal): -228260 or 6063356. OLE color: 6063356.
HSL color Cylindrical-coordinate representation of color #FC845C: hue angle of 15º 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 #FC845C is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 132 | 92 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.01 |
| HSL | 15º | 0.96% | 0.67% | - |
| HSV(B) | 15º | 0.63% | 0.99% | - |
| XYZ | 50.33 | 37.97 | 14.8 | - |
| YUV | 163.32 | 87.76 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 132 | 92 | 0 | 0.48 | 0.63 | 0.01 | 15 | 0.96 | 0.67 |
| Hex | FC | 84 | 5C | 0 | 30 | 3F | 1 | F | 60 | 43 |
| Octal | 374 | 204 | 134 | 0 | 60 | 77 | 1 | 17 | 140 | 103 |
| Binary | 11111100 | 10000100 | 1011100 | 0 | 110000 | 111111 | 1 | 1111 | 1100000 | 1000011 |
Color Harmonies of #FC845C
Complementary color
Monochromatic Colors of #FC845C
Black with #FC845C
Text Example
Text Example
White with #FC845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC845C; }
p { color: rgb(252,132,92); }
H1.HeaderClassName
{
color: #FC845C;
}
.AnyTagClassName
{
color: #FC845C;
}
</style>
background-color css
<style>
a { background-color: #FC845C; }
a { background-color: rgb(252,132,92); }
div.DivClassName
{
background-color: #FC845C;
}
.BgClassName
{
background-color: #FC845C;
}
</style>
border-color css
<style>
span { border-color: #FC845C; }
span { border-color: rgb(252,132,92); }
td.TdClassName
{
border-color: #FC845C;
}
.TagClassName
{
border-color: #FC845C;
}
</style>