Shades of Coral #FC844C
Tints of Coral #FC844C
RGB
CMYK
RGB Variations
Color information
#FC844C (or 0xFC844C) is known color: Coral. HEX triplet: FC, 84 and 4C. RGB value is (252,132,76). Sum of RGB (Red+Green+Blue) = 252+132+76=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC844C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC844C is #037BB3. Grayscale: #A1A1A1. Windows color (decimal): -228276 or 5014780. OLE color: 5014780.
HSL color Cylindrical-coordinate representation of color #FC844C: hue angle of 19.09º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC844C is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 132 | 76 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.01 |
| HSL | 19.09º | 0.97% | 0.64% | - |
| HSV(B) | 19.09º | 0.7% | 0.99% | - |
| XYZ | 49.7 | 37.72 | 11.5 | - |
| YUV | 161.5 | 79.76 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 132 | 76 | 0 | 0.48 | 0.70 | 0.01 | 19.09 | 0.97 | 0.64 |
| Hex | FC | 84 | 4C | 0 | 30 | 46 | 1 | 13 | 61 | 40 |
| Octal | 374 | 204 | 114 | 0 | 60 | 106 | 1 | 23 | 141 | 100 |
| Binary | 11111100 | 10000100 | 1001100 | 0 | 110000 | 1000110 | 1 | 10011 | 1100001 | 1000000 |
Color Harmonies of #FC844C
Complementary color
Monochromatic Colors of #FC844C
Black with #FC844C
Text Example
Text Example
White with #FC844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC844C; }
p { color: rgb(252,132,76); }
H1.HeaderClassName
{
color: #FC844C;
}
.AnyTagClassName
{
color: #FC844C;
}
</style>
background-color css
<style>
a { background-color: #FC844C; }
a { background-color: rgb(252,132,76); }
div.DivClassName
{
background-color: #FC844C;
}
.BgClassName
{
background-color: #FC844C;
}
</style>
border-color css
<style>
span { border-color: #FC844C; }
span { border-color: rgb(252,132,76); }
td.TdClassName
{
border-color: #FC844C;
}
.TagClassName
{
border-color: #FC844C;
}
</style>