What is the CMYK code for salmon?
The CSS color salmon in CMYK format is cmyk(0%, 48.8%, 54.4%, 2%). Use this value directly in CSS, SVG, and most design tools.
How do I use salmon in CSS?
To apply salmon in CSS:
- Text color: color: cmyk(0%, 48.8%, 54.4%, 2%);
- Background: background-color: cmyk(0%, 48.8%, 54.4%, 2%);
- Border: border-color: cmyk(0%, 48.8%, 54.4%, 2%);
What are all the color format values for salmon?
| Format | Value |
|---|---|
| HEX | #fa8072 |
| RGB | rgb(250, 128, 114) |
| HSL | hsl(6.2, 93.2%, 71.4%) |
| CMYK | cmyk(0%, 48.8%, 54.4%, 2%) |
How do I convert salmon to CMYK?
Select salmon from the color name list in our color converter. The CMYK value — cmyk(0%, 48.8%, 54.4%, 2%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does salmon belong to?
salmon belongs to the red color family. It is a light, vivid color with HSL values: hue 6.2°, saturation 93.2%, lightness 71.4%.
How do I create lighter and darker shades of salmon?
Lighter variant (lightness 86.4%): #fdc3bc. Darker variant (lightness 56.400000000000006%): #f73e28. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.