Golden to RGB — Color Code

#f5bf03
Format Value
HEX #f5bf03
RGB rgb(245, 191, 3)
HSL hsl(46.6, 97.6%, 48.6%)
CMYK cmyk(0%, 22%, 98.8%, 3.9%)
HSV hsv(46.6, 98.8%, 96.1%)

golden color harmonies

Tints & shades of golden

Tints (lighter)

#f6c51a #f7cb31 #f8d048 #f9d65f #fadc76 #fae28c #fbe8a3 #fceeba #fdf3d1 #fef9e8

Shades (darker)

#dfae03 #c89c02 #b28b02 #9c7a02 #866802 #6f5701 #594501 #433401 #2d2301 #161100

Contrast & accessibility

The quick brown fox

On white · 1.7:1 · Fail

The quick brown fox

On black · 12.34:1 · AAA

Recommended text color: #000000

Use golden in code

CSS color: #f5bf03;
SCSS $color: #f5bf03;
Tailwind bg-[#f5bf03]
Swift UIColor(red: 0.961, green: 0.749, blue: 0.012, alpha: 1)
Android Color.parseColor("#f5bf03")
Flutter Color(0xFFF5BF03)

Colors similar to golden

Browse all Yellow colors →

What is the RGB code for golden?

The CSS color golden in RGB format is rgb(245, 191, 3). Use this value directly in CSS, SVG, and most design tools.

How do I use golden in CSS?

To apply golden in CSS:

  • Text color: color: rgb(245, 191, 3);
  • Background: background-color: rgb(245, 191, 3);
  • Border: border-color: rgb(245, 191, 3);

What are all the color format values for golden?

FormatValue
HEX#f5bf03
RGBrgb(245, 191, 3)
HSLhsl(46.6, 97.6%, 48.6%)
CMYKcmyk(0%, 22%, 98.8%, 3.9%)

How do I convert golden to RGB?

Select golden from the color name list in our color converter. The RGB value — rgb(245, 191, 3) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does golden belong to?

golden belongs to the yellow color family. It is a medium, vivid color with HSL values: hue 46.6°, saturation 97.6%, lightness 48.6%.

How do I create lighter and darker shades of golden?

Lighter variant (lightness 63.6%): #fdd448. Darker variant (lightness 33.6%): #a98402. 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.