Harmony system

Fire Opal Color Harmonies

Fire Opal harmonies from #E95C20: complementary #20ADE9, plus five harmony groups with CSS and contrast data.

Fire Opal is a warm orange at hue 18°, saturation 82% and lightness 52%. The sets below keep those measurements visible while moving around the color wheel, making it easier to choose close hues, direct contrast or a wider token system.

SourceFire Opal · #E95C20
Groups6
Palette colors6
FamilyOrange

How the harmony works

Fire Opal Harmony Guide

Fire Opal harmonies are computed from hue relationships rather than subjective palette names. Complementary colors create direct contrast, analogous colors stay close to the source hue, triadic and tetradic groups add broader palette range, split-complementary colors soften contrast, and monochromatic variants keep the same hue for UI surfaces and states.

Machine-readable data

Machine-Readable Fire Opal Harmony Data (JSON)

Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Fire Opal.

AI-Ready Dataset v1.0.0
Luminance0.2508
Black text6.02:1AA Pass
White text3.49:1AA Fail
sourceColorCanonical source color
harmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic sets
signaturePaletteCompact harmony preview palette
semanticGroupsAI-ready harmony labels
useCasesDesign and retrieval contexts
accessibilityNotesContrast guidance for the source color
Download JSON Open API
Structured sections
Source color
{
  "slug": "fire-opal",
  "name": "Fire Opal",
  "hex": "#E95C20",
  "url": "https://www.colorsencyclopedia.com/colors/fire-opal/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/fire-opal.json"
}
Harmony groups
[
  {
    "key": "complementary",
    "label": "Complementary",
    "behavior": "maximum hue contrast",
    "bestUse": "accent colors, strong calls to action, visual opposition",
    "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
    "colors": [
      {
        "hex": "#20ADE9",
        "name": "#20ADE9",
        "slug": null,
        "rgb": [
          32,
          173,
          233
        ],
        "hsl": [
          198,
          82,
          52
        ],
        "cmyk": [
          86,
          26,
          0,
          9
        ],
        "luminance": 0.3608,
        "contrast": {
          "black": 8.22,
          "white": 2.56
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "fire-opal-harmony-complementary"
  },
  {
    "key": "analogous",
    "label": "Analogous",
    "behavior": "neighboring hue movement",
    "bestUse": "calm palettes, gradients, natural transitions",
    "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
    "colors": [
      {
        "hex": "#E92048",
        "name": "#E92048",
        "slug": null,
        "rgb": [
          233,
          32,
          72
        ],
        "hsl": [
          348,
          82,
          52
        ],
        "cmyk": [
          0,
          86,
          69,
          9
        ],
        "luminance": 0.1882,
        "contrast": {
          "black": 4.76,
          "white": 4.41
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#E9C120",
        "name": "#E9C120",
        "slug": null,
        "rgb": [
          233,
          193,
          32
        ],
        "hsl": [
          48,
          82,
          52
        ],
        "cmyk": [
          0,
          17,
          86,
          9
        ],
        "luminance": 0.5557,
        "contrast": {
          "black": 12.11,
          "white": 1.73
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "fire-opal-harmony-analogous"
  },
  {
    "key": "triadic",
    "label": "Triadic",
    "behavior": "three evenly spaced hues",
    "bestUse": "balanced contrast, playful systems, broad palette range",
    "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
    "colors": [
      {
        "hex": "#20E95C",
        "name": "#20E95C",
        "slug": null,
        "rgb": [
          32,
          233,
          92
        ],
        "hsl": [
          138,
          82,
          52
        ],
        "cmyk": [
          86,
          0,
          61,
          9
        ],
        "luminance": 0.5936,
        "contrast": {
          "black": 12.87,
          "white": 1.63
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#5C20E9",
        "name": "#5C20E9",
        "slug": null,
        "rgb": [
          92,
          32,
          233
        ],
        "hsl": [
          258,
          82,
          52
        ],
        "cmyk": [
          61,
          86,
          0,
          9
        ],
        "luminance": 0.0919,
        "contrast": {
          "black": 2.84,
          "white": 7.4
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "fire-opal-harmony-triadic"
  },
  {
    "key": "tetradic",
    "label": "Tetradic",
    "behavior": "two complementary pairs",
    "bestUse": "large design systems, dashboards, multi-state UI",
    "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
    "colors": [
      {
        "hex": "#48E920",
        "name": "#48E920",
        "slug": null,
        "rgb": [
          72,
          233,
          32
        ],
        "hsl": [
          108,
          82,
          52
        ],
        "cmyk": [
          69,
          0,
          86,
          9
        ],
        "luminance": 0.5976,
        "contrast": {
          "black": 12.95,
          "white": 1.62
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#20ADE9",
        "name": "#20ADE9",
        "slug": null,
        "rgb": [
          32,
          173,
          233
        ],
        "hsl": [
          198,
          82,
          52
        ],
        "cmyk": [
          86,
          26,
          0,
          9
        ],
        "luminance": 0.3608,
        "contrast": {
          "black": 8.22,
          "white": 2.56
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#C120E9",
        "name": "#C120E9",
        "slug": null,
        "rgb": [
          193,
          32,
          233
        ],
        "hsl": [
          288,
          82,
          52
        ],
        "cmyk": [
          17,
          86,
          0,
          9
        ],
        "luminance": 0.1825,
        "contrast": {
          "black": 4.65,
          "white": 4.52
        },
        "wcag": {
          "AA": [
            "#000000",
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "fire-opal-harmony-tetradic"
  },
  {
    "key": "splitComplementary",
    "label": "Split Complementary",
    "behavior": "softened complementary contrast",
    "bestUse": "brand palettes, accent pairs, less aggressive contrast",
    "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
    "colors": [
      {
        "hex": "#20E9C1",
        "name": "#20E9C1",
        "slug": null,
        "rgb": [
          32,
          233,
          193
        ],
        "hsl": [
          168,
          82,
          52
        ],
        "cmyk": [
          86,
          0,
          17,
          9
        ],
        "luminance": 0.6244,
        "contrast": {
          "black": 13.49,
          "white": 1.56
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#2048E9",
        "name": "#2048E9",
        "slug": null,
        "rgb": [
          32,
          72,
          233
        ],
        "hsl": [
          228,
          82,
          52
        ],
        "cmyk": [
          86,
          69,
          0,
          9
        ],
        "luminance": 0.1082,
        "contrast": {
          "black": 3.16,
          "white": 6.64
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "fire-opal-harmony-split-complementary"
  },
  {
    "key": "monochromatic",
    "label": "Monochromatic",
    "behavior": "same hue, different values",
    "bestUse": "surfaces, states, elevation, restrained UI themes",
    "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
    "colors": [
      {
        "hex": "#F19974",
        "name": "#F19974",
        "slug": null,
        "rgb": [
          241,
          153,
          116
        ],
        "hsl": [
          18,
          82,
          70
        ],
        "cmyk": [
          0,
          37,
          52,
          5
        ],
        "luminance": 0.4274,
        "contrast": {
          "black": 9.55,
          "white": 2.2
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#E95C20",
        "name": "Fire Opal",
        "slug": "fire-opal",
        "rgb": [
          233,
          92,
          32
        ],
        "hsl": [
          18,
          82,
          52
        ],
        "cmyk": [
          0,
          61,
          86,
          9
        ],
        "luminance": 0.2508,
        "contrast": {
          "black": 6.02,
          "white": 3.49
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/fire-opal/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/fire-opal.json"
      },
      {
        "hex": "#9E3A10",
        "name": "#9E3A10",
        "slug": null,
        "rgb": [
          158,
          58,
          16
        ],
        "hsl": [
          18,
          82,
          34
        ],
        "cmyk": [
          0,
          63,
          90,
          38
        ],
        "luminance": 0.1033,
        "contrast": {
          "black": 3.07,
          "white": 6.85
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "fire-opal-harmony-monochromatic"
  }
]
Signature palette
[
  "#E95C20",
  "#20ADE9",
  "#E92048",
  "#E9C120",
  "#F19974",
  "#9E3A10"
]
Accessibility notes
[
  "Black contrast on Fire Opal: 6.02:1",
  "White contrast on Fire Opal: 3.49:1",
  "AA text options: #000000, #1A1A1A"
]
CSS tokens
":root {\n  --color-fire-opal: #E95C20;\n  --fire-opal-complementary-1: #20ADE9;\n  --fire-opal-analogous-1: #E92048;\n  --fire-opal-analogous-2: #E9C120;\n  --fire-opal-triadic-1: #20E95C;\n  --fire-opal-triadic-2: #5C20E9;\n  --fire-opal-tetradic-1: #48E920;\n  --fire-opal-tetradic-2: #20ADE9;\n  --fire-opal-tetradic-3: #C120E9;\n  --fire-opal-split-complementary-1: #20E9C1;\n  --fire-opal-split-complementary-2: #2048E9;\n  --fire-opal-monochromatic-1: #F19974;\n  --fire-opal-monochromatic-2: #E95C20;\n  --fire-opal-monochromatic-3: #9E3A10;\n}\n\n.palette-fire-opal-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #E95C20, #20ADE9, #E92048, #E9C120, #F19974, #9E3A10);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "fire-opal",
  "name": "Fire Opal",
  "hex": "#E95C20",
  "rgb": [
    233,
    92,
    32
  ],
  "hsl": [
    18,
    82,
    52
  ],
  "cmyk": [
    0,
    61,
    86,
    9
  ],
  "family": "orange",
  "temperature": "warm",
  "tone": [
    "vibrant"
  ],
  "luminance": 0.2508,
  "contrast": {
    "black": 6.02,
    "white": 3.49
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": []
  },
  "sourceColor": {
    "slug": "fire-opal",
    "name": "Fire Opal",
    "hex": "#E95C20",
    "url": "https://www.colorsencyclopedia.com/colors/fire-opal/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/fire-opal.json"
  },
  "harmonyGroups": [
    {
      "key": "complementary",
      "label": "Complementary",
      "behavior": "maximum hue contrast",
      "bestUse": "accent colors, strong calls to action, visual opposition",
      "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
      "colors": [
        {
          "hex": "#20ADE9",
          "name": "#20ADE9",
          "slug": null,
          "rgb": [
            32,
            173,
            233
          ],
          "hsl": [
            198,
            82,
            52
          ],
          "cmyk": [
            86,
            26,
            0,
            9
          ],
          "luminance": 0.3608,
          "contrast": {
            "black": 8.22,
            "white": 2.56
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "fire-opal-harmony-complementary"
    },
    {
      "key": "analogous",
      "label": "Analogous",
      "behavior": "neighboring hue movement",
      "bestUse": "calm palettes, gradients, natural transitions",
      "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
      "colors": [
        {
          "hex": "#E92048",
          "name": "#E92048",
          "slug": null,
          "rgb": [
            233,
            32,
            72
          ],
          "hsl": [
            348,
            82,
            52
          ],
          "cmyk": [
            0,
            86,
            69,
            9
          ],
          "luminance": 0.1882,
          "contrast": {
            "black": 4.76,
            "white": 4.41
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#E9C120",
          "name": "#E9C120",
          "slug": null,
          "rgb": [
            233,
            193,
            32
          ],
          "hsl": [
            48,
            82,
            52
          ],
          "cmyk": [
            0,
            17,
            86,
            9
          ],
          "luminance": 0.5557,
          "contrast": {
            "black": 12.11,
            "white": 1.73
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "fire-opal-harmony-analogous"
    },
    {
      "key": "triadic",
      "label": "Triadic",
      "behavior": "three evenly spaced hues",
      "bestUse": "balanced contrast, playful systems, broad palette range",
      "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
      "colors": [
        {
          "hex": "#20E95C",
          "name": "#20E95C",
          "slug": null,
          "rgb": [
            32,
            233,
            92
          ],
          "hsl": [
            138,
            82,
            52
          ],
          "cmyk": [
            86,
            0,
            61,
            9
          ],
          "luminance": 0.5936,
          "contrast": {
            "black": 12.87,
            "white": 1.63
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#5C20E9",
          "name": "#5C20E9",
          "slug": null,
          "rgb": [
            92,
            32,
            233
          ],
          "hsl": [
            258,
            82,
            52
          ],
          "cmyk": [
            61,
            86,
            0,
            9
          ],
          "luminance": 0.0919,
          "contrast": {
            "black": 2.84,
            "white": 7.4
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "fire-opal-harmony-triadic"
    },
    {
      "key": "tetradic",
      "label": "Tetradic",
      "behavior": "two complementary pairs",
      "bestUse": "large design systems, dashboards, multi-state UI",
      "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
      "colors": [
        {
          "hex": "#48E920",
          "name": "#48E920",
          "slug": null,
          "rgb": [
            72,
            233,
            32
          ],
          "hsl": [
            108,
            82,
            52
          ],
          "cmyk": [
            69,
            0,
            86,
            9
          ],
          "luminance": 0.5976,
          "contrast": {
            "black": 12.95,
            "white": 1.62
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#20ADE9",
          "name": "#20ADE9",
          "slug": null,
          "rgb": [
            32,
            173,
            233
          ],
          "hsl": [
            198,
            82,
            52
          ],
          "cmyk": [
            86,
            26,
            0,
            9
          ],
          "luminance": 0.3608,
          "contrast": {
            "black": 8.22,
            "white": 2.56
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#C120E9",
          "name": "#C120E9",
          "slug": null,
          "rgb": [
            193,
            32,
            233
          ],
          "hsl": [
            288,
            82,
            52
          ],
          "cmyk": [
            17,
            86,
            0,
            9
          ],
          "luminance": 0.1825,
          "contrast": {
            "black": 4.65,
            "white": 4.52
          },
          "wcag": {
            "AA": [
              "#000000",
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "fire-opal-harmony-tetradic"
    },
    {
      "key": "splitComplementary",
      "label": "Split Complementary",
      "behavior": "softened complementary contrast",
      "bestUse": "brand palettes, accent pairs, less aggressive contrast",
      "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
      "colors": [
        {
          "hex": "#20E9C1",
          "name": "#20E9C1",
          "slug": null,
          "rgb": [
            32,
            233,
            193
          ],
          "hsl": [
            168,
            82,
            52
          ],
          "cmyk": [
            86,
            0,
            17,
            9
          ],
          "luminance": 0.6244,
          "contrast": {
            "black": 13.49,
            "white": 1.56
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#2048E9",
          "name": "#2048E9",
          "slug": null,
          "rgb": [
            32,
            72,
            233
          ],
          "hsl": [
            228,
            82,
            52
          ],
          "cmyk": [
            86,
            69,
            0,
            9
          ],
          "luminance": 0.1082,
          "contrast": {
            "black": 3.16,
            "white": 6.64
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "fire-opal-harmony-split-complementary"
    },
    {
      "key": "monochromatic",
      "label": "Monochromatic",
      "behavior": "same hue, different values",
      "bestUse": "surfaces, states, elevation, restrained UI themes",
      "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
      "colors": [
        {
          "hex": "#F19974",
          "name": "#F19974",
          "slug": null,
          "rgb": [
            241,
            153,
            116
          ],
          "hsl": [
            18,
            82,
            70
          ],
          "cmyk": [
            0,
            37,
            52,
            5
          ],
          "luminance": 0.4274,
          "contrast": {
            "black": 9.55,
            "white": 2.2
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#E95C20",
          "name": "Fire Opal",
          "slug": "fire-opal",
          "rgb": [
            233,
            92,
            32
          ],
          "hsl": [
            18,
            82,
            52
          ],
          "cmyk": [
            0,
            61,
            86,
            9
          ],
          "luminance": 0.2508,
          "contrast": {
            "black": 6.02,
            "white": 3.49
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/fire-opal/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/fire-opal.json"
        },
        {
          "hex": "#9E3A10",
          "name": "#9E3A10",
          "slug": null,
          "rgb": [
            158,
            58,
            16
          ],
          "hsl": [
            18,
            82,
            34
          ],
          "cmyk": [
            0,
            63,
            90,
            38
          ],
          "luminance": 0.1033,
          "contrast": {
            "black": 3.07,
            "white": 6.85
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "fire-opal-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#E95C20",
    "#20ADE9",
    "#E92048",
    "#E9C120",
    "#F19974",
    "#9E3A10"
  ],
  "semanticGroups": [
    "orange harmony",
    "warm harmony",
    "vibrant harmony",
    "fire opal palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Fire Opal: 6.02:1",
    "White contrast on Fire Opal: 3.49:1",
    "AA text options: #000000, #1A1A1A"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/fire-opal.json",
    "https://www.colorsencyclopedia.com/api/colors/fire-opal.json",
    "https://www.colorsencyclopedia.com/api/hex/e95c20.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/fire-opal/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/fire-opal.json",
  "cssSnippet": ":root {\n  --color-fire-opal: #E95C20;\n  --fire-opal-complementary-1: #20ADE9;\n  --fire-opal-analogous-1: #E92048;\n  --fire-opal-analogous-2: #E9C120;\n  --fire-opal-triadic-1: #20E95C;\n  --fire-opal-triadic-2: #5C20E9;\n  --fire-opal-tetradic-1: #48E920;\n  --fire-opal-tetradic-2: #20ADE9;\n  --fire-opal-tetradic-3: #C120E9;\n  --fire-opal-split-complementary-1: #20E9C1;\n  --fire-opal-split-complementary-2: #2048E9;\n  --fire-opal-monochromatic-1: #F19974;\n  --fire-opal-monochromatic-2: #E95C20;\n  --fire-opal-monochromatic-3: #9E3A10;\n}\n\n.palette-fire-opal-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #E95C20, #20ADE9, #E92048, #E9C120, #F19974, #9E3A10);\n}"
}

CSS Harmony Tokens

Use these tokens when Fire Opal needs a complete palette system instead of a single color variable.

:root {
  --color-fire-opal: #E95C20;
  --fire-opal-complementary-1: #20ADE9;
  --fire-opal-analogous-1: #E92048;
  --fire-opal-analogous-2: #E9C120;
  --fire-opal-triadic-1: #20E95C;
  --fire-opal-triadic-2: #5C20E9;
  --fire-opal-tetradic-1: #48E920;
  --fire-opal-tetradic-2: #20ADE9;
  --fire-opal-tetradic-3: #C120E9;
  --fire-opal-split-complementary-1: #20E9C1;
  --fire-opal-split-complementary-2: #2048E9;
  --fire-opal-monochromatic-1: #F19974;
  --fire-opal-monochromatic-2: #E95C20;
  --fire-opal-monochromatic-3: #9E3A10;
}

.palette-fire-opal-harmony {
  color: #111827;
  background: linear-gradient(135deg, #E95C20, #20ADE9, #E92048, #E9C120, #F19974, #9E3A10);
}

Fire Opal Harmony Groups

Open a group to inspect its generated colors, intended behavior, and best design use. Anchor links above open the matching group directly.

Complementary Harmony1 colors · maximum hue contrast

The complementary set starts from Fire Opal #E95C20 and produces #20ADE9. Its maximum hue contrast relationship suits accent colors, strong calls to action, and visual opposition. None of these generated values has an exact named-color match in the current dataset.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorFire Opal · #E95C20
Analogous Harmony2 colors · neighboring hue movement

The analogous set starts from Fire Opal #E95C20 and produces #E92048 and #E9C120. Its neighboring hue movement relationship suits calm palettes, gradients, and natural transitions. None of these generated values has an exact named-color match in the current dataset.

Behaviorneighboring hue movement
Best usecalm palettes, gradients, natural transitions
Source colorFire Opal · #E95C20
Triadic Harmony2 colors · three evenly spaced hues

The triadic set starts from Fire Opal #E95C20 and produces #20E95C and #5C20E9. Its three evenly spaced hues relationship suits balanced contrast, playful systems, and broad palette range. None of these generated values has an exact named-color match in the current dataset.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorFire Opal · #E95C20
Tetradic Harmony3 colors · two complementary pairs

The tetradic set starts from Fire Opal #E95C20 and produces #48E920, #20ADE9, and #C120E9. Its two complementary pairs relationship suits large design systems, dashboards, and multi-state UI. None of these generated values has an exact named-color match in the current dataset.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorFire Opal · #E95C20
Split Complementary Harmony2 colors · softened complementary contrast

The split complementary set starts from Fire Opal #E95C20 and produces #20E9C1 and #2048E9. Its softened complementary contrast relationship suits brand palettes, accent pairs, and less aggressive contrast. None of these generated values has an exact named-color match in the current dataset.

Behaviorsoftened complementary contrast
Best usebrand palettes, accent pairs, less aggressive contrast
Source colorFire Opal · #E95C20
Monochromatic Harmony3 colors · same hue, different values

The monochromatic set starts from Fire Opal #E95C20 and produces #F19974, #E95C20, and #9E3A10. Its same hue, different values relationship suits surfaces, states, elevation, and restrained UI themes. The generated values match Fire Opal in the named-color dataset.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorFire Opal · #E95C20