Blood Orange Color

What Color is Blood Orange?

Blood orange is a deep red-orange. It looks bright and juicy like a special orange fruit cut open.

#FF4500
FormatCodeImage
Hex
#FF4500
Blood Orange Color Code
RGB
255, 69, 0
HSL
16, 100%, 50%
CMYK
0%, 73%, 100%, 0%
OKLCH
oklch(0.660 0.229 35)

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: #FFFFFF3.44:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #0000006.10:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #F5F5F53.16:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #1A1A1A5.06:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #3333333.67: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
/* Blood Orange Color */
:root {
  --color-blood-orange-color: #FF4500;
  --color-blood-orange-color-rgb: 255, 69, 0;
}

.element {
  background-color: var(--color-blood-orange-color);
  color: rgba(var(--color-blood-orange-color-rgb), 0.8);
}
SCSS
// Blood Orange Color Variables
$blood-orange-color: #FF4500;
$blood-orange-color-rgb: 255, 69, 0;

// Usage
.element {
  background-color: $blood-orange-color;
  border-color: darken($blood-orange-color, 10%);
  box-shadow: 0 4px 6px rgba($blood-orange-color-rgb, 0.2);
}
Tailwind Config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'blood-orange-color': '#FF4500',
        'blood-orange-color-light': '#FF7C4D',
        'blood-orange-color-dark': '#B33000',
      },
    },
  },
}
JSON
{
  "name": "Blood Orange Color",
  "hex": "#FF4500",
  "rgb": {
    "r": 255,
    "g": 69,
    "b": 0
  },
  "hsl": {
    "h": 16,
    "s": 100,
    "l": 50
  }
}

Visual Usage Examples

See how Blood 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