Shades of Coral #FC7246
Tints of Coral #FC7246
RGB
CMYK
RGB Variations
Color information
#FC7246 (or 0xFC7246) is known color: Coral. HEX triplet: FC, 72 and 46. RGB value is (252,114,70). Sum of RGB (Red+Green+Blue) = 252+114+70=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7246 is #038DB9. Grayscale: #969696. Windows color (decimal): -232890 or 4616956. OLE color: 4616956.
HSL color Cylindrical-coordinate representation of color #FC7246: hue angle of 14.51º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC7246 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 70 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.01 |
| HSL | 14.51º | 0.97% | 0.63% | - |
| HSV(B) | 14.51º | 0.72% | 0.99% | - |
| XYZ | 47.27 | 33.17 | 9.71 | - |
| YUV | 150.25 | 82.72 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 70 | 0 | 0.55 | 0.72 | 0.01 | 14.51 | 0.97 | 0.63 |
| Hex | FC | 72 | 46 | 0 | 37 | 48 | 1 | F | 61 | 3F |
| Octal | 374 | 162 | 106 | 0 | 67 | 110 | 1 | 17 | 141 | 77 |
| Binary | 11111100 | 1110010 | 1000110 | 0 | 110111 | 1001000 | 1 | 1111 | 1100001 | 111111 |
Color Harmonies of #FC7246
Complementary color
Monochromatic Colors of #FC7246
Black with #FC7246
Text Example
Text Example
White with #FC7246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7246; }
p { color: rgb(252,114,70); }
H1.HeaderClassName
{
color: #FC7246;
}
.AnyTagClassName
{
color: #FC7246;
}
</style>
background-color css
<style>
a { background-color: #FC7246; }
a { background-color: rgb(252,114,70); }
div.DivClassName
{
background-color: #FC7246;
}
.BgClassName
{
background-color: #FC7246;
}
</style>
border-color css
<style>
span { border-color: #FC7246; }
span { border-color: rgb(252,114,70); }
td.TdClassName
{
border-color: #FC7246;
}
.TagClassName
{
border-color: #FC7246;
}
</style>