Shades of Coral #FC814C
Tints of Coral #FC814C
RGB
CMYK
RGB Variations
Color information
#FC814C (or 0xFC814C) is known color: Coral. HEX triplet: FC, 81 and 4C. RGB value is (252,129,76). Sum of RGB (Red+Green+Blue) = 252+129+76=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC814C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC814C is #037EB3. Grayscale: #A0A0A0. Windows color (decimal): -229044 or 5014012. OLE color: 5014012.
HSL color Cylindrical-coordinate representation of color #FC814C: hue angle of 18.07º 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 #FC814C is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 76 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.01 |
| HSL | 18.07º | 0.97% | 0.64% | - |
| HSV(B) | 18.07º | 0.7% | 0.99% | - |
| XYZ | 49.3 | 36.92 | 11.36 | - |
| YUV | 159.74 | 80.75 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 76 | 0 | 0.49 | 0.70 | 0.01 | 18.07 | 0.97 | 0.64 |
| Hex | FC | 81 | 4C | 0 | 31 | 46 | 1 | 12 | 61 | 40 |
| Octal | 374 | 201 | 114 | 0 | 61 | 106 | 1 | 22 | 141 | 100 |
| Binary | 11111100 | 10000001 | 1001100 | 0 | 110001 | 1000110 | 1 | 10010 | 1100001 | 1000000 |
Color Harmonies of #FC814C
Complementary color
Monochromatic Colors of #FC814C
Black with #FC814C
Text Example
Text Example
White with #FC814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC814C; }
p { color: rgb(252,129,76); }
H1.HeaderClassName
{
color: #FC814C;
}
.AnyTagClassName
{
color: #FC814C;
}
</style>
background-color css
<style>
a { background-color: #FC814C; }
a { background-color: rgb(252,129,76); }
div.DivClassName
{
background-color: #FC814C;
}
.BgClassName
{
background-color: #FC814C;
}
</style>
border-color css
<style>
span { border-color: #FC814C; }
span { border-color: rgb(252,129,76); }
td.TdClassName
{
border-color: #FC814C;
}
.TagClassName
{
border-color: #FC814C;
}
</style>