Light Salmon Hex Code — #FFA07A
RGB, HSL, and CMYK values for Light Salmon.
Light Salmon Color Values
| Format | Value |
|---|---|
| HEX | #FFA07A |
| RGB | rgb(255, 160, 122) |
| HSL | hsl(17, 100%, 74%) |
| CMYK | cmyk(0%, 37%, 52%, 0%) |
Want to explore more shades? Use our Color Converter
About Light Salmon
Color psychology: Tenderness, care.
Light Salmon (#FFA07A) is a light shade of red. It's commonly used in web design, graphic design, and branding where tenderness, care are desired associations.
How to Use Light Salmon in CSS
/* Using HEX */ color: #FFA07A; background-color: #FFA07A; /* Using RGB */ color: rgb(255, 160, 122); /* Using HSL */ color: hsl(17, 100%, 74%);