Melon to RGB — Color Code

RGB

rgb(255, 120, 85)

Format Value
HEX #ff7855
RGB rgb(255, 120, 85)
HSL hsl(12.4, 100%, 66.7%)
CMYK cmyk(0%, 52.9%, 66.7%, 0%)

What is the RGB code for melon?

The CSS color melon in RGB format is rgb(255, 120, 85). Use this value directly in CSS, SVG, and most design tools.

How do I use melon in CSS?

To apply melon in CSS:

  • Text color: color: rgb(255, 120, 85);
  • Background: background-color: rgb(255, 120, 85);
  • Border: border-color: rgb(255, 120, 85);

What are all the color format values for melon?

FormatValue
HEX#ff7855
RGBrgb(255, 120, 85)
HSLhsl(12.4, 100%, 66.7%)
CMYKcmyk(0%, 52.9%, 66.7%, 0%)

How do I convert melon to RGB?

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

What color family does melon belong to?

melon belongs to the red color family. It is a medium, vivid color with HSL values: hue 12.4°, saturation 100%, lightness 66.7%.

How do I create lighter and darker shades of melon?

Lighter variant (lightness 81.7%): #ffb5a2. Darker variant (lightness 51.7%): #ff3c09. 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.