Salmon Hex Code — #FA8072
RGB, HSL, and CMYK values for Salmon.
Salmon Color Values
| Format | Value |
|---|---|
| HEX | #FA8072 |
| RGB | rgb(250, 128, 114) |
| HSL | hsl(6, 93%, 71%) |
| CMYK | cmyk(0%, 49%, 54%, 2%) |
Want to explore more shades? Use our Color Converter
About Salmon
Color psychology: Warmth, sociability.
Salmon (#FA8072) is a light shade of red. It's commonly used in web design, graphic design, and branding where warmth, sociability are desired associations.
How to Use Salmon in CSS
/* Using HEX */ color: #FA8072; background-color: #FA8072; /* Using RGB */ color: rgb(250, 128, 114); /* Using HSL */ color: hsl(6, 93%, 71%);