Yellow & Red, Orange Color Palette
:root {
--color-1: #F55C33;
--color-2: #BE770A;
--color-3: #F5D50A;
--color-4: #F03E0A;
}
colors: {
'palette-1': '#F55C33',
'palette-2': '#BE770A',
'palette-3': '#F5D50A',
'palette-4': '#F03E0A',
}
const palette = [
'#F55C33',
'#BE770A',
'#F5D50A',
'#F03E0A',
];
$color-1: #F55C33;
$color-2: #BE770A;
$color-3: #F5D50A;
$color-4: #F03E0A;
This is a warm, high-energy 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a warm, high-energy 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Yellow (#F5D50A) and reads as well balanced in lightness, with an average saturation of 91% and lightness of 49%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Red #F55C33
rgb(245, 92, 51) · hsl(13, 91%, 58%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Orange #BE770A
rgb(190, 119, 10) · hsl(36, 90%, 39%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Yellow #F5D50A
rgb(245, 213, 10) · hsl(52, 92%, 50%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Red #F03E0A
rgb(240, 62, 10) · hsl(14, 92%, 49%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Accessibility & contrast
Colour contrast decides whether text stays readable. Here is how each pair of colours in this palette performs when one is used as text on the other, measured against the WCAG standard (AA needs 4.5:1, AAA needs 7:1).
| Text | Background | Ratio | AA | AAA |
|---|---|---|---|---|
| #F5D50A | #F03E0A | 2.67:1 | Fail | Fail |
| #BE770A | #F5D50A | 2.47:1 | Fail | Fail |
| #F55C33 | #F5D50A | 2.23:1 | Fail | Fail |
| #F55C33 | #F03E0A | 1.2:1 | Fail | Fail |
| #F55C33 | #BE770A | 1.11:1 | Fail | Fail |
| #BE770A | #F03E0A | 1.08:1 | Fail | Fail |
How to use these colors
- Background — Red (#F55C33): the lightest tone — a clean base for large areas
- Text — Orange (#BE770A): the darkest tone — readable for body copy and headings
- Primary — Yellow (#F5D50A): the most saturated tone — buttons, links and key UI
- Accent — Red (#F03E0A): a secondary highlight for badges and details
Colors that pair with this palette
Want to extend this palette? These colours pair naturally with its dominant Yellow tone, based on colour-wheel harmony. Tap a swatch to explore that colour family.
Frequently asked questions
What colours are in this palette?
This palette has 4 colours: Red (#F55C33), Orange (#BE770A), Yellow (#F5D50A) and Red (#F03E0A).
Is this a warm or cool colour palette?
It is a warm palette — its tones lean toward reds, oranges and yellows, which feel energetic and inviting.
What are the hex codes for this palette?
The hex codes are #F55C33, #BE770A, #F5D50A and #F03E0A. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
The colours are fairly close in contrast, so pair them carefully for text — put a very light or very dark colour behind body text, and check the contrast table above.