Shades of Coral #FC814D
Tints of Coral #FC814D
RGB
CMYK
RGB Variations
Color information
#FC814D (or 0xFC814D) is known color: Coral. HEX triplet: FC, 81 and 4D. RGB value is (252,129,77). Sum of RGB (Red+Green+Blue) = 252+129+77=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC814D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC814D is #037EB2. Grayscale: #A0A0A0. Windows color (decimal): -229043 or 5079548. OLE color: 5079548.
HSL color Cylindrical-coordinate representation of color #FC814D: hue angle of 17.83º 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 #FC814D is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 77 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.01 |
| HSL | 17.83º | 0.97% | 0.65% | - |
| HSV(B) | 17.83º | 0.69% | 0.99% | - |
| XYZ | 49.33 | 36.93 | 11.55 | - |
| YUV | 159.85 | 81.25 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 77 | 0 | 0.49 | 0.69 | 0.01 | 17.83 | 0.97 | 0.65 |
| Hex | FC | 81 | 4D | 0 | 31 | 45 | 1 | 12 | 61 | 41 |
| Octal | 374 | 201 | 115 | 0 | 61 | 105 | 1 | 22 | 141 | 101 |
| Binary | 11111100 | 10000001 | 1001101 | 0 | 110001 | 1000101 | 1 | 10010 | 1100001 | 1000001 |
Color Harmonies of #FC814D
Complementary color
Monochromatic Colors of #FC814D
Black with #FC814D
Text Example
Text Example
White with #FC814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC814D; }
p { color: rgb(252,129,77); }
H1.HeaderClassName
{
color: #FC814D;
}
.AnyTagClassName
{
color: #FC814D;
}
</style>
background-color css
<style>
a { background-color: #FC814D; }
a { background-color: rgb(252,129,77); }
div.DivClassName
{
background-color: #FC814D;
}
.BgClassName
{
background-color: #FC814D;
}
</style>
border-color css
<style>
span { border-color: #FC814D; }
span { border-color: rgb(252,129,77); }
td.TdClassName
{
border-color: #FC814D;
}
.TagClassName
{
border-color: #FC814D;
}
</style>