Shades of Coral #FC7346
Tints of Coral #FC7346
RGB
CMYK
RGB Variations
Color information
#FC7346 (or 0xFC7346) is known color: Coral. HEX triplet: FC, 73 and 46. RGB value is (252,115,70). Sum of RGB (Red+Green+Blue) = 252+115+70=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7346 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7346 is #038CB9. Grayscale: #979797. Windows color (decimal): -232634 or 4617212. OLE color: 4617212.
HSL color Cylindrical-coordinate representation of color #FC7346: hue angle of 14.84º 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 #FC7346 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 70 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.01 |
| HSL | 14.84º | 0.97% | 0.63% | - |
| HSV(B) | 14.84º | 0.72% | 0.99% | - |
| XYZ | 47.38 | 33.4 | 9.74 | - |
| YUV | 150.83 | 82.39 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 70 | 0 | 0.54 | 0.72 | 0.01 | 14.84 | 0.97 | 0.63 |
| Hex | FC | 73 | 46 | 0 | 36 | 48 | 1 | F | 61 | 3F |
| Octal | 374 | 163 | 106 | 0 | 66 | 110 | 1 | 17 | 141 | 77 |
| Binary | 11111100 | 1110011 | 1000110 | 0 | 110110 | 1001000 | 1 | 1111 | 1100001 | 111111 |
Color Harmonies of #FC7346
Complementary color
Monochromatic Colors of #FC7346
Black with #FC7346
Text Example
Text Example
White with #FC7346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7346; }
p { color: rgb(252,115,70); }
H1.HeaderClassName
{
color: #FC7346;
}
.AnyTagClassName
{
color: #FC7346;
}
</style>
background-color css
<style>
a { background-color: #FC7346; }
a { background-color: rgb(252,115,70); }
div.DivClassName
{
background-color: #FC7346;
}
.BgClassName
{
background-color: #FC7346;
}
</style>
border-color css
<style>
span { border-color: #FC7346; }
span { border-color: rgb(252,115,70); }
td.TdClassName
{
border-color: #FC7346;
}
.TagClassName
{
border-color: #FC7346;
}
</style>