Salmon Color

CSS Name salmon
HEX #FA8072
RGB rgb(250, 128, 114)
HSL hsl(6, 93%, 71%)
CMYK cmyk(0%, 49%, 54%, 2%)

About Salmon

Salmon is one of the 148 CSS named colors recognized by all modern browsers. You can use it in CSS by name (color: salmon;) or by its HEX code (color: #FA8072;).

Usage in CSS

.element {
  color: salmon;
  /* or */
  color: #FA8072;
  /* or */
  color: rgb(250, 128, 114);
}

Frequently Asked Questions

What is the HEX code for Salmon?

The HEX code for Salmon is #FA8072.

What is the RGB value of Salmon?

The RGB value is rgb(250, 128, 114).

Browse More Named Colors