Shades of Coral #FC7550
Tints of Coral #FC7550
RGB
CMYK
RGB Variations
Color information
#FC7550 (or 0xFC7550) is known color: Coral. HEX triplet: FC, 75 and 50. RGB value is (252,117,80). Sum of RGB (Red+Green+Blue) = 252+117+80=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7550 is #038AAF. Grayscale: #999999. Windows color (decimal): -232112 or 5273084. OLE color: 5273084.
HSL color Cylindrical-coordinate representation of color #FC7550: hue angle of 12.91º 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 #FC7550 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 80 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.01 |
| HSL | 12.91º | 0.97% | 0.65% | - |
| HSV(B) | 12.91º | 0.68% | 0.99% | - |
| XYZ | 47.95 | 34 | 11.62 | - |
| YUV | 153.15 | 86.73 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 80 | 0 | 0.54 | 0.68 | 0.01 | 12.91 | 0.97 | 0.65 |
| Hex | FC | 75 | 50 | 0 | 36 | 44 | 1 | D | 61 | 41 |
| Octal | 374 | 165 | 120 | 0 | 66 | 104 | 1 | 15 | 141 | 101 |
| Binary | 11111100 | 1110101 | 1010000 | 0 | 110110 | 1000100 | 1 | 1101 | 1100001 | 1000001 |
Color Harmonies of #FC7550
Complementary color
Monochromatic Colors of #FC7550
Black with #FC7550
Text Example
Text Example
White with #FC7550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7550; }
p { color: rgb(252,117,80); }
H1.HeaderClassName
{
color: #FC7550;
}
.AnyTagClassName
{
color: #FC7550;
}
</style>
background-color css
<style>
a { background-color: #FC7550; }
a { background-color: rgb(252,117,80); }
div.DivClassName
{
background-color: #FC7550;
}
.BgClassName
{
background-color: #FC7550;
}
</style>
border-color css
<style>
span { border-color: #FC7550; }
span { border-color: rgb(252,117,80); }
td.TdClassName
{
border-color: #FC7550;
}
.TagClassName
{
border-color: #FC7550;
}
</style>