Sunflower to RGB — Color Code

RGB

rgb(255, 197, 18)

Format Value
HEX #ffc512
RGB rgb(255, 197, 18)
HSL hsl(45.3, 100%, 53.5%)
CMYK cmyk(0%, 22.7%, 92.9%, 0%)

What is the RGB code for sunflower?

The CSS color sunflower in RGB format is rgb(255, 197, 18). Use this value directly in CSS, SVG, and most design tools.

How do I use sunflower in CSS?

To apply sunflower in CSS:

  • Text color: color: rgb(255, 197, 18);
  • Background: background-color: rgb(255, 197, 18);
  • Border: border-color: rgb(255, 197, 18);

What are all the color format values for sunflower?

FormatValue
HEX#ffc512
RGBrgb(255, 197, 18)
HSLhsl(45.3, 100%, 53.5%)
CMYKcmyk(0%, 22.7%, 92.9%, 0%)

How do I convert sunflower to RGB?

Select sunflower from the color name list in our color converter. The RGB value — rgb(255, 197, 18) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does sunflower belong to?

sunflower belongs to the yellow color family. It is a medium, vivid color with HSL values: hue 45.3°, saturation 100%, lightness 53.5%.

How do I create lighter and darker shades of sunflower?

Lighter variant (lightness 68.5%): #ffd85e. Darker variant (lightness 38.5%): #c49400. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.