Pink Orange Color

What Color is Pink Orange?

Pink orange is a warm coral. It looks fun like sunset.

#FF9966
FormatCodeImage
Hex
#FF9966
Pink Orange Color Code
RGB
255, 153, 102
HSL
20, 100%, 70%
CMYK
0%, 40%, 60%, 0%
OKLCH
oklch(0.779 0.139 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.10:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #00000010.00:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #F5F5F51.93:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #1A1A1A8.29:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #3333336.02: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
/* Pink Orange Color */
:root {
  --color-pink-orange-color: #FF9966;
  --color-pink-orange-color-rgb: 255, 153, 102;
}

.element {
  background-color: var(--color-pink-orange-color);
  color: rgba(var(--color-pink-orange-color-rgb), 0.8);
}
SCSS
// Pink Orange Color Variables
$pink-orange-color: #FF9966;
$pink-orange-color-rgb: 255, 153, 102;

// Usage
.element {
  background-color: $pink-orange-color;
  border-color: darken($pink-orange-color, 10%);
  box-shadow: 0 4px 6px rgba($pink-orange-color-rgb, 0.2);
}
Tailwind Config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'pink-orange-color': '#FF9966',
        'pink-orange-color-light': '#FFCCB3',
        'pink-orange-color-dark': '#FF661A',
      },
    },
  },
}
JSON
{
  "name": "Pink Orange Color",
  "hex": "#FF9966",
  "rgb": {
    "r": 255,
    "g": 153,
    "b": 102
  },
  "hsl": {
    "h": 20,
    "s": 100,
    "l": 70
  }
}

Visual Usage Examples

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