Shades of Coral #FC7251
Tints of Coral #FC7251
RGB
CMYK
RGB Variations
Color information
#FC7251 (or 0xFC7251) is known color: Coral. HEX triplet: FC, 72 and 51. RGB value is (252,114,81). Sum of RGB (Red+Green+Blue) = 252+114+81=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7251 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7251 is #038DAE. Grayscale: #979797. Windows color (decimal): -232879 or 5337852. OLE color: 5337852.
HSL color Cylindrical-coordinate representation of color #FC7251: hue angle of 11.58º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC7251 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 81 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.01 |
| HSL | 11.58º | 0.97% | 0.65% | - |
| HSV(B) | 11.58º | 0.68% | 0.99% | - |
| XYZ | 47.65 | 33.32 | 11.71 | - |
| YUV | 151.5 | 88.22 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 81 | 0 | 0.55 | 0.68 | 0.01 | 11.58 | 0.97 | 0.65 |
| Hex | FC | 72 | 51 | 0 | 37 | 44 | 1 | C | 61 | 41 |
| Octal | 374 | 162 | 121 | 0 | 67 | 104 | 1 | 14 | 141 | 101 |
| Binary | 11111100 | 1110010 | 1010001 | 0 | 110111 | 1000100 | 1 | 1100 | 1100001 | 1000001 |
Color Harmonies of #FC7251
Complementary color
Monochromatic Colors of #FC7251
Black with #FC7251
Text Example
Text Example
White with #FC7251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7251; }
p { color: rgb(252,114,81); }
H1.HeaderClassName
{
color: #FC7251;
}
.AnyTagClassName
{
color: #FC7251;
}
</style>
background-color css
<style>
a { background-color: #FC7251; }
a { background-color: rgb(252,114,81); }
div.DivClassName
{
background-color: #FC7251;
}
.BgClassName
{
background-color: #FC7251;
}
</style>
border-color css
<style>
span { border-color: #FC7251; }
span { border-color: rgb(252,114,81); }
td.TdClassName
{
border-color: #FC7251;
}
.TagClassName
{
border-color: #FC7251;
}
</style>