Shades of Coral #FC864D
Tints of Coral #FC864D
RGB
CMYK
RGB Variations
Color information
#FC864D (or 0xFC864D) is known color: Coral. HEX triplet: FC, 86 and 4D. RGB value is (252,134,77). Sum of RGB (Red+Green+Blue) = 252+134+77=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC864D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC864D is #0379B2. Grayscale: #A3A3A3. Windows color (decimal): -227763 or 5080828. OLE color: 5080828.
HSL color Cylindrical-coordinate representation of color #FC864D: hue angle of 19.54º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC864D is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 77 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.01 |
| HSL | 19.54º | 0.97% | 0.65% | - |
| HSV(B) | 19.54º | 0.69% | 0.99% | - |
| XYZ | 50.01 | 38.28 | 11.77 | - |
| YUV | 162.78 | 79.59 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 77 | 0 | 0.47 | 0.69 | 0.01 | 19.54 | 0.97 | 0.65 |
| Hex | FC | 86 | 4D | 0 | 2F | 45 | 1 | 14 | 61 | 41 |
| Octal | 374 | 206 | 115 | 0 | 57 | 105 | 1 | 24 | 141 | 101 |
| Binary | 11111100 | 10000110 | 1001101 | 0 | 101111 | 1000101 | 1 | 10100 | 1100001 | 1000001 |
Color Harmonies of #FC864D
Complementary color
Monochromatic Colors of #FC864D
Black with #FC864D
Text Example
Text Example
White with #FC864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC864D; }
p { color: rgb(252,134,77); }
H1.HeaderClassName
{
color: #FC864D;
}
.AnyTagClassName
{
color: #FC864D;
}
</style>
background-color css
<style>
a { background-color: #FC864D; }
a { background-color: rgb(252,134,77); }
div.DivClassName
{
background-color: #FC864D;
}
.BgClassName
{
background-color: #FC864D;
}
</style>
border-color css
<style>
span { border-color: #FC864D; }
span { border-color: rgb(252,134,77); }
td.TdClassName
{
border-color: #FC864D;
}
.TagClassName
{
border-color: #FC864D;
}
</style>