Food Appetizing
Use #FFF8F0 as the background. Use #FF6B35 as the primary accent. Use #FFD166 as secondary. Use #2D3436 as body text/supporting color. Palette mood: Food Appetizing — warm, vibrant, earthy.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Food Appetizing color scheme. Use these values for web design (HEX/RGB), print projects (CMYK), or specialized design software (HSL).
| Swatch | Design Role | HEX | RGB | CMYK | HSL |
|---|---|---|---|---|---|
| Background Luminance: 94.7% | 255, 248, 240 | 0%, 3%, 6%, 0% | 32°, 100%, 97% | ||
| Primary Accent Luminance: 32.0% | 255, 107, 53 | 0%, 58%, 79%, 0% | 16°, 100%, 60% | ||
| Secondary Luminance: 67.8% | 255, 209, 102 | 0%, 18%, 60%, 0% | 42°, 100%, 70% | ||
| Body Text Luminance: 3.3% | 45, 52, 54 | 17%, 4%, 0%, 79% | 193°, 9%, 19% |
Color Harmony: Complementary Scheme
The Food Appetizing palette is built using a complementary relationship between its hues. This ensures that even with high-contrast accents, the overall scheme feels balanced and intentional.
A complementary palette is often preferred by professional designers because it provides maximum contrast and energy by using opposite colors.
History & Design Context
Best Design Use Cases
Industries This Palette Suits
How to Implement the Food Appetizing Color Scheme
To use this Food Appetizing color palette in your web project, you can copy the following CSS variables or Tailwind CSS configuration. These roles ensure your UI maintains accessibility and visual hierarchy.
Option 1: CSS Variables
:root {
/* {name} Palette - ihatecolors.com */{'
'} --color-bg: {colors[0]};{'
'} --color-primary: {colors[1]};{'
'} --color-secondary: {colors[2]};{'
'} --color-text: {colors[3]};{'
'} {'}'} Web Design Tip
Use #FFF8F0 for the main background and #FF6B35 for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #2D3436 and #FFF8F0 is 12.04:1 (AAA). Ensure your body text remains legible.