Coral Hex Code — #FF7F50
RGB, HSL, and CMYK values for Coral.
Coral Color Values
| Format | Value |
|---|---|
| HEX | #FF7F50 |
| RGB | rgb(255, 127, 80) |
| HSL | hsl(16, 100%, 66%) |
| CMYK | cmyk(0%, 50%, 69%, 0%) |
Want to explore more shades? Use our Color Converter
About Coral
Color psychology: Warmth, friendliness.
Coral (#FF7F50) is a medium shade of orange. It's commonly used in web design, graphic design, and branding where warmth, friendliness are desired associations.
How to Use Coral in CSS
/* Using HEX */ color: #FF7F50; background-color: #FF7F50; /* Using RGB */ color: rgb(255, 127, 80); /* Using HSL */ color: hsl(16, 100%, 66%);