Halloween Orange Color

What Color is Halloween Orange?

Halloween orange is a bright warm orange. It looks fun like pumpkins.

#FF7518
FormatCodeImage
Hex
#FF7518
Halloween Orange Color Code
RGB
255, 117, 24
HSL
24, 100%, 55%
CMYK
0%, 54%, 91%, 0%
OKLCH
oklch(0.716 0.191 47)

Color Harmonies

Balanced color combinations based on color theory. Click to copy.

Analogous

Adjacent colors - harmony and unity

Monochromatic

Same hue, varied lightness - cohesive designs

Complementary

Opposite colors - high contrast

Split Complementary

Base + adjacent complements - balanced contrast

Triadic

Evenly spaced - vibrant palettes

Square

Four colors at 90° - bold combinations

Tetradic

Rectangle shape - rich variety

Compound

Analogous + complements - sophisticated

Accessibility & Contrast Checker

Ensure your color combinations meet WCAG accessibility standards for readability. Test text contrast against different backgrounds.

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #FFFFFF2.69:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #0000007.81:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #F5F5F52.47:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #1A1A1A6.47:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #3333334.70:1
AA AA Large AAA

WCAG Guidelines: AA requires 4.5:1 for normal text, 3:1 for large text. AAA requires 7:1 for normal text, 4.5:1 for large text. Large text is 18pt+ or 14pt bold+.

Code Snippets

Ready-to-use code snippets for CSS, SCSS, Tailwind, and more. Click to copy.

CSS Variables
/* Halloween Orange Color */
:root {
  --color-halloween-orange-color: #FF7518;
  --color-halloween-orange-color-rgb: 255, 117, 24;
}

.element {
  background-color: var(--color-halloween-orange-color);
  color: rgba(var(--color-halloween-orange-color-rgb), 0.8);
}
SCSS
// Halloween Orange Color Variables
$halloween-orange-color: #FF7518;
$halloween-orange-color-rgb: 255, 117, 24;

// Usage
.element {
  background-color: $halloween-orange-color;
  border-color: darken($halloween-orange-color, 10%);
  box-shadow: 0 4px 6px rgba($halloween-orange-color-rgb, 0.2);
}
Tailwind Config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'halloween-orange-color': '#FF7518',
        'halloween-orange-color-light': '#FFA366',
        'halloween-orange-color-dark': '#CC5200',
      },
    },
  },
}
JSON
{
  "name": "Halloween Orange Color",
  "hex": "#FF7518",
  "rgb": {
    "r": 255,
    "g": 117,
    "b": 24
  },
  "hsl": {
    "h": 24,
    "s": 100,
    "l": 55
  }
}

Visual Usage Examples

See how Halloween Orange Color looks in real-world design applications.

Website Header
Logo
HomeAboutContact
Card Component
Buttons
Background Usage

Heading Text

This is how body text appears on this background color. Good contrast is essential for readability.

Badges & Tags
NewFeaturedPopular
Gradients (Click to copy)
Complementary
Fade
Analogous
Radial