Shades of Coral #FC7350
Tints of Coral #FC7350
RGB
CMYK
RGB Variations
Color information
#FC7350 (or 0xFC7350) is known color: Coral. HEX triplet: FC, 73 and 50. RGB value is (252,115,80). Sum of RGB (Red+Green+Blue) = 252+115+80=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7350 is #038CAF. Grayscale: #989898. Windows color (decimal): -232624 or 5272572. OLE color: 5272572.
HSL color Cylindrical-coordinate representation of color #FC7350: hue angle of 12.21º 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 #FC7350 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 80 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.01 |
| HSL | 12.21º | 0.97% | 0.65% | - |
| HSV(B) | 12.21º | 0.68% | 0.99% | - |
| XYZ | 47.72 | 33.54 | 11.55 | - |
| YUV | 151.97 | 87.39 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 80 | 0 | 0.54 | 0.68 | 0.01 | 12.21 | 0.97 | 0.65 |
| Hex | FC | 73 | 50 | 0 | 36 | 44 | 1 | C | 61 | 41 |
| Octal | 374 | 163 | 120 | 0 | 66 | 104 | 1 | 14 | 141 | 101 |
| Binary | 11111100 | 1110011 | 1010000 | 0 | 110110 | 1000100 | 1 | 1100 | 1100001 | 1000001 |
Color Harmonies of #FC7350
Complementary color
Monochromatic Colors of #FC7350
Black with #FC7350
Text Example
Text Example
White with #FC7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7350; }
p { color: rgb(252,115,80); }
H1.HeaderClassName
{
color: #FC7350;
}
.AnyTagClassName
{
color: #FC7350;
}
</style>
background-color css
<style>
a { background-color: #FC7350; }
a { background-color: rgb(252,115,80); }
div.DivClassName
{
background-color: #FC7350;
}
.BgClassName
{
background-color: #FC7350;
}
</style>
border-color css
<style>
span { border-color: #FC7350; }
span { border-color: rgb(252,115,80); }
td.TdClassName
{
border-color: #FC7350;
}
.TagClassName
{
border-color: #FC7350;
}
</style>