Shades of Coral #FC864C
Tints of Coral #FC864C
RGB
CMYK
RGB Variations
Color information
#FC864C (or 0xFC864C) is known color: Coral. HEX triplet: FC, 86 and 4C. RGB value is (252,134,76). Sum of RGB (Red+Green+Blue) = 252+134+76=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC864C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC864C is #0379B3. Grayscale: #A3A3A3. Windows color (decimal): -227764 or 5015292. OLE color: 5015292.
HSL color Cylindrical-coordinate representation of color #FC864C: hue angle of 19.77º 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 #FC864C is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 76 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.01 |
| HSL | 19.77º | 0.97% | 0.64% | - |
| HSV(B) | 19.77º | 0.7% | 0.99% | - |
| XYZ | 49.97 | 38.27 | 11.59 | - |
| YUV | 162.67 | 79.09 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 76 | 0 | 0.47 | 0.70 | 0.01 | 19.77 | 0.97 | 0.64 |
| Hex | FC | 86 | 4C | 0 | 2F | 46 | 1 | 14 | 61 | 40 |
| Octal | 374 | 206 | 114 | 0 | 57 | 106 | 1 | 24 | 141 | 100 |
| Binary | 11111100 | 10000110 | 1001100 | 0 | 101111 | 1000110 | 1 | 10100 | 1100001 | 1000000 |
Color Harmonies of #FC864C
Complementary color
Monochromatic Colors of #FC864C
Black with #FC864C
Text Example
Text Example
White with #FC864C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC864C; }
p { color: rgb(252,134,76); }
H1.HeaderClassName
{
color: #FC864C;
}
.AnyTagClassName
{
color: #FC864C;
}
</style>
background-color css
<style>
a { background-color: #FC864C; }
a { background-color: rgb(252,134,76); }
div.DivClassName
{
background-color: #FC864C;
}
.BgClassName
{
background-color: #FC864C;
}
</style>
border-color css
<style>
span { border-color: #FC864C; }
span { border-color: rgb(252,134,76); }
td.TdClassName
{
border-color: #FC864C;
}
.TagClassName
{
border-color: #FC864C;
}
</style>