What is the HSL code for light mustard?
The CSS color light mustard in HSL format is hsl(46.5, 90.4%, 67.3%). Use this value directly in CSS, SVG, and most design tools.
How do I use light mustard in CSS?
To apply light mustard in CSS:
- Text color: color: hsl(46.5, 90.4%, 67.3%);
- Background: background-color: hsl(46.5, 90.4%, 67.3%);
- Border: border-color: hsl(46.5, 90.4%, 67.3%);
What are all the color format values for light mustard?
| Format | Value |
|---|---|
| HEX | #f7d560 |
| RGB | rgb(247, 213, 96) |
| HSL | hsl(46.5, 90.4%, 67.3%) |
| CMYK | cmyk(0%, 13.8%, 61.1%, 3.1%) |
How do I convert light mustard to HSL?
Select light mustard from the color name list in our color converter. The HSL value — hsl(46.5, 90.4%, 67.3%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light mustard belong to?
light mustard belongs to the yellow color family. It is a medium, vivid color with HSL values: hue 46.5°, saturation 90.4%, lightness 67.3%.
How do I create lighter and darker shades of light mustard?
Lighter variant (lightness 82.3%): #fbe8a9. Darker variant (lightness 52.3%): #f3c217. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.