Banana Yellow Hex Code — #FFE135
RGB, HSL, and CMYK values for Banana Yellow.
Last updated: April 6, 2026
Banana Yellow Color Values
| Format | Value |
|---|---|
| HEX | #FFE135 |
| RGB | rgb(255, 225, 53) |
| HSL | hsl(51, 100%, 60%) |
| CMYK | cmyk(0%, 12%, 79%, 0%) |
About Banana Yellow
Color psychology: Fun, friendliness.
Banana Yellow (#FFE135) is a medium shade of yellow with a hue angle of 51° on the color wheel, 100% saturation, and 60% lightness. It's commonly used in web design, graphic design, and branding where fun, friendliness are desired associations.
In color theory, Banana Yellow sits in the warm section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Banana Yellow in Design
Web Design
Use Banana Yellow for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Banana Yellow conveys fun, friendliness — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:12% Y:79% K:0%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Banana Yellow work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Banana Yellow in CSS
/* Using HEX */ color: #FFE135; background-color: #FFE135; /* Using RGB */ color: rgb(255, 225, 53); /* Using HSL — best for creating variations */ color: hsl(51, 100%, 60%); /* Transparent overlay (50% opacity) */ background-color: rgba(255, 225, 53, 0.5); /* Lighter variant for hover states */ background-color: hsl(51, 100%, 70%); /* Darker variant for active states */ background-color: hsl(51, 100%, 50%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Banana Yellow without changing its core hue or saturation.
Colors That Go With Banana Yellow
Complementary
Analogous
Triadic
Similar Shades of Yellow
Frequently Asked Questions
What is the hex code for Banana Yellow?
What is Banana Yellow in RGB and when should I use RGB?
How to use Banana Yellow in CSS with different color formats?
What is the HSL value of Banana Yellow and why is HSL useful for designers?
What is the CMYK value of Banana Yellow for print design?
What colors pair well with Banana Yellow in design projects?
Is Banana Yellow (#FFE135) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.