Harmony system

Construction Orange Color Harmonies

Construction Orange color harmonies are generated from #FF7F00 with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Construction Orange into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.

Construction Orange sits in the orange family with warm temperature and vibrant tone attributes. The harmony sets below explain which colors create contrast, which stay close to the source hue, and which work best for interface tokens or palette roles.

SourceConstruction Orange · #FF7F00
Groups6
Palette colors6
FamilyOrange

How the harmony works

Construction Orange Harmony Guide

Construction Orange 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 Construction Orange Harmony Data (JSON)

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

AI-Ready Dataset v1.0.0
Luminance0.3644
Black text8.29:1AA Pass
White text2.53: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": "construction-orange",
  "name": "Construction Orange",
  "hex": "#FF7F00",
  "url": "https://www.colorsencyclopedia.com/colors/construction-orange/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/construction-orange.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": "#007FFF",
        "name": "#007FFF",
        "slug": null,
        "rgb": [
          0,
          127,
          255
        ],
        "hsl": [
          210,
          100,
          50
        ],
        "cmyk": [
          100,
          50,
          0,
          0
        ],
        "luminance": 0.224,
        "contrast": {
          "black": 5.48,
          "white": 3.83
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/007fff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/007fff.json"
      }
    ],
    "anchor": "construction-orange-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": "#FF0000",
        "name": "Red",
        "slug": "red",
        "rgb": [
          255,
          0,
          0
        ],
        "hsl": [
          0,
          100,
          50
        ],
        "cmyk": [
          0,
          100,
          100,
          0
        ],
        "luminance": 0.2126,
        "contrast": {
          "black": 5.25,
          "white": 4
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/red/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/red.json"
      },
      {
        "hex": "#FFFF00",
        "name": "Yellow",
        "slug": "yellow",
        "rgb": [
          255,
          255,
          0
        ],
        "hsl": [
          60,
          100,
          50
        ],
        "cmyk": [
          0,
          0,
          100,
          0
        ],
        "luminance": 0.9278,
        "contrast": {
          "black": 19.56,
          "white": 1.07
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/yellow/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/yellow.json"
      }
    ],
    "anchor": "construction-orange-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": "#00FF80",
        "name": "#00FF80",
        "slug": null,
        "rgb": [
          0,
          255,
          128
        ],
        "hsl": [
          150,
          100,
          50
        ],
        "cmyk": [
          100,
          0,
          50,
          0
        ],
        "luminance": 0.7308,
        "contrast": {
          "black": 15.62,
          "white": 1.34
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/00ff80/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00ff80.json"
      },
      {
        "hex": "#7F00FF",
        "name": "#7F00FF",
        "slug": null,
        "rgb": [
          127,
          0,
          255
        ],
        "hsl": [
          270,
          100,
          50
        ],
        "cmyk": [
          50,
          100,
          0,
          0
        ],
        "luminance": 0.1173,
        "contrast": {
          "black": 3.35,
          "white": 6.28
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/7f00ff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/7f00ff.json"
      }
    ],
    "anchor": "construction-orange-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": "#00FF00",
        "name": "Lime",
        "slug": "lime",
        "rgb": [
          0,
          255,
          0
        ],
        "hsl": [
          120,
          100,
          50
        ],
        "cmyk": [
          100,
          0,
          100,
          0
        ],
        "luminance": 0.7152,
        "contrast": {
          "black": 15.3,
          "white": 1.37
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/lime/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/lime.json"
      },
      {
        "hex": "#007FFF",
        "name": "#007FFF",
        "slug": null,
        "rgb": [
          0,
          127,
          255
        ],
        "hsl": [
          210,
          100,
          50
        ],
        "cmyk": [
          100,
          50,
          0,
          0
        ],
        "luminance": 0.224,
        "contrast": {
          "black": 5.48,
          "white": 3.83
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/007fff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/007fff.json"
      },
      {
        "hex": "#FF00FF",
        "name": "Magenta",
        "slug": "magenta",
        "rgb": [
          255,
          0,
          255
        ],
        "hsl": [
          300,
          100,
          50
        ],
        "cmyk": [
          0,
          100,
          0,
          0
        ],
        "luminance": 0.2848,
        "contrast": {
          "black": 6.7,
          "white": 3.14
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/magenta/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/magenta.json"
      }
    ],
    "anchor": "construction-orange-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": "#00FFFF",
        "name": "Cyan",
        "slug": "cyan",
        "rgb": [
          0,
          255,
          255
        ],
        "hsl": [
          180,
          100,
          50
        ],
        "cmyk": [
          100,
          0,
          0,
          0
        ],
        "luminance": 0.7874,
        "contrast": {
          "black": 16.75,
          "white": 1.25
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/cyan/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/cyan.json"
      },
      {
        "hex": "#0000FF",
        "name": "Blue",
        "slug": "blue",
        "rgb": [
          0,
          0,
          255
        ],
        "hsl": [
          240,
          100,
          50
        ],
        "cmyk": [
          100,
          100,
          0,
          0
        ],
        "luminance": 0.0722,
        "contrast": {
          "black": 2.44,
          "white": 8.59
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/blue/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/blue.json"
      }
    ],
    "anchor": "construction-orange-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": "#FFAD5C",
        "name": "#FFAD5C",
        "slug": null,
        "rgb": [
          255,
          173,
          92
        ],
        "hsl": [
          30,
          100,
          68
        ],
        "cmyk": [
          0,
          32,
          64,
          0
        ],
        "luminance": 0.5192,
        "contrast": {
          "black": 11.38,
          "white": 1.84
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/ffad5c/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ffad5c.json"
      },
      {
        "hex": "#FF7F00",
        "name": "Construction Orange",
        "slug": "construction-orange",
        "rgb": [
          255,
          127,
          0
        ],
        "hsl": [
          30,
          100,
          50
        ],
        "cmyk": [
          0,
          50,
          100,
          0
        ],
        "luminance": 0.3644,
        "contrast": {
          "black": 8.29,
          "white": 2.53
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/construction-orange/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/construction-orange.json"
      },
      {
        "hex": "#A35200",
        "name": "#A35200",
        "slug": null,
        "rgb": [
          163,
          82,
          0
        ],
        "hsl": [
          30,
          100,
          32
        ],
        "cmyk": [
          0,
          50,
          100,
          36
        ],
        "luminance": 0.1382,
        "contrast": {
          "black": 3.76,
          "white": 5.58
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/a35200/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/a35200.json"
      }
    ],
    "anchor": "construction-orange-harmony-monochromatic"
  }
]
Signature palette
[
  "#FF7F00",
  "#007FFF",
  "#FF0000",
  "#FFFF00",
  "#FFAD5C",
  "#A35200"
]
Accessibility notes
[
  "Black contrast on Construction Orange: 8.29:1",
  "White contrast on Construction Orange: 2.53:1",
  "AA text options: #000000, #1A1A1A"
]
CSS tokens
":root {\n  --color-construction-orange: #FF7F00;\n  --construction-orange-complementary-1: #007FFF;\n  --construction-orange-analogous-1: #FF0000;\n  --construction-orange-analogous-2: #FFFF00;\n  --construction-orange-triadic-1: #00FF80;\n  --construction-orange-triadic-2: #7F00FF;\n  --construction-orange-tetradic-1: #00FF00;\n  --construction-orange-tetradic-2: #007FFF;\n  --construction-orange-tetradic-3: #FF00FF;\n  --construction-orange-split-complementary-1: #00FFFF;\n  --construction-orange-split-complementary-2: #0000FF;\n  --construction-orange-monochromatic-1: #FFAD5C;\n  --construction-orange-monochromatic-2: #FF7F00;\n  --construction-orange-monochromatic-3: #A35200;\n}\n\n.palette-construction-orange-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #FF7F00, #007FFF, #FF0000, #FFFF00, #FFAD5C, #A35200);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "construction-orange",
  "name": "Construction Orange",
  "hex": "#FF7F00",
  "rgb": [
    255,
    127,
    0
  ],
  "hsl": [
    30,
    100,
    50
  ],
  "cmyk": [
    0,
    50,
    100,
    0
  ],
  "family": "orange",
  "temperature": "warm",
  "tone": [
    "vibrant"
  ],
  "luminance": 0.3644,
  "contrast": {
    "black": 8.29,
    "white": 2.53
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": [
      "#000000"
    ]
  },
  "sourceColor": {
    "slug": "construction-orange",
    "name": "Construction Orange",
    "hex": "#FF7F00",
    "url": "https://www.colorsencyclopedia.com/colors/construction-orange/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/construction-orange.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": "#007FFF",
          "name": "#007FFF",
          "slug": null,
          "rgb": [
            0,
            127,
            255
          ],
          "hsl": [
            210,
            100,
            50
          ],
          "cmyk": [
            100,
            50,
            0,
            0
          ],
          "luminance": 0.224,
          "contrast": {
            "black": 5.48,
            "white": 3.83
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/007fff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/007fff.json"
        }
      ],
      "anchor": "construction-orange-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": "#FF0000",
          "name": "Red",
          "slug": "red",
          "rgb": [
            255,
            0,
            0
          ],
          "hsl": [
            0,
            100,
            50
          ],
          "cmyk": [
            0,
            100,
            100,
            0
          ],
          "luminance": 0.2126,
          "contrast": {
            "black": 5.25,
            "white": 4
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/red/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/red.json"
        },
        {
          "hex": "#FFFF00",
          "name": "Yellow",
          "slug": "yellow",
          "rgb": [
            255,
            255,
            0
          ],
          "hsl": [
            60,
            100,
            50
          ],
          "cmyk": [
            0,
            0,
            100,
            0
          ],
          "luminance": 0.9278,
          "contrast": {
            "black": 19.56,
            "white": 1.07
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/yellow/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/yellow.json"
        }
      ],
      "anchor": "construction-orange-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": "#00FF80",
          "name": "#00FF80",
          "slug": null,
          "rgb": [
            0,
            255,
            128
          ],
          "hsl": [
            150,
            100,
            50
          ],
          "cmyk": [
            100,
            0,
            50,
            0
          ],
          "luminance": 0.7308,
          "contrast": {
            "black": 15.62,
            "white": 1.34
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/00ff80/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00ff80.json"
        },
        {
          "hex": "#7F00FF",
          "name": "#7F00FF",
          "slug": null,
          "rgb": [
            127,
            0,
            255
          ],
          "hsl": [
            270,
            100,
            50
          ],
          "cmyk": [
            50,
            100,
            0,
            0
          ],
          "luminance": 0.1173,
          "contrast": {
            "black": 3.35,
            "white": 6.28
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/7f00ff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/7f00ff.json"
        }
      ],
      "anchor": "construction-orange-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": "#00FF00",
          "name": "Lime",
          "slug": "lime",
          "rgb": [
            0,
            255,
            0
          ],
          "hsl": [
            120,
            100,
            50
          ],
          "cmyk": [
            100,
            0,
            100,
            0
          ],
          "luminance": 0.7152,
          "contrast": {
            "black": 15.3,
            "white": 1.37
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/lime/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/lime.json"
        },
        {
          "hex": "#007FFF",
          "name": "#007FFF",
          "slug": null,
          "rgb": [
            0,
            127,
            255
          ],
          "hsl": [
            210,
            100,
            50
          ],
          "cmyk": [
            100,
            50,
            0,
            0
          ],
          "luminance": 0.224,
          "contrast": {
            "black": 5.48,
            "white": 3.83
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/007fff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/007fff.json"
        },
        {
          "hex": "#FF00FF",
          "name": "Magenta",
          "slug": "magenta",
          "rgb": [
            255,
            0,
            255
          ],
          "hsl": [
            300,
            100,
            50
          ],
          "cmyk": [
            0,
            100,
            0,
            0
          ],
          "luminance": 0.2848,
          "contrast": {
            "black": 6.7,
            "white": 3.14
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/magenta/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/magenta.json"
        }
      ],
      "anchor": "construction-orange-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": "#00FFFF",
          "name": "Cyan",
          "slug": "cyan",
          "rgb": [
            0,
            255,
            255
          ],
          "hsl": [
            180,
            100,
            50
          ],
          "cmyk": [
            100,
            0,
            0,
            0
          ],
          "luminance": 0.7874,
          "contrast": {
            "black": 16.75,
            "white": 1.25
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/cyan/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/cyan.json"
        },
        {
          "hex": "#0000FF",
          "name": "Blue",
          "slug": "blue",
          "rgb": [
            0,
            0,
            255
          ],
          "hsl": [
            240,
            100,
            50
          ],
          "cmyk": [
            100,
            100,
            0,
            0
          ],
          "luminance": 0.0722,
          "contrast": {
            "black": 2.44,
            "white": 8.59
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/blue/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/blue.json"
        }
      ],
      "anchor": "construction-orange-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": "#FFAD5C",
          "name": "#FFAD5C",
          "slug": null,
          "rgb": [
            255,
            173,
            92
          ],
          "hsl": [
            30,
            100,
            68
          ],
          "cmyk": [
            0,
            32,
            64,
            0
          ],
          "luminance": 0.5192,
          "contrast": {
            "black": 11.38,
            "white": 1.84
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/ffad5c/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ffad5c.json"
        },
        {
          "hex": "#FF7F00",
          "name": "Construction Orange",
          "slug": "construction-orange",
          "rgb": [
            255,
            127,
            0
          ],
          "hsl": [
            30,
            100,
            50
          ],
          "cmyk": [
            0,
            50,
            100,
            0
          ],
          "luminance": 0.3644,
          "contrast": {
            "black": 8.29,
            "white": 2.53
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/construction-orange/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/construction-orange.json"
        },
        {
          "hex": "#A35200",
          "name": "#A35200",
          "slug": null,
          "rgb": [
            163,
            82,
            0
          ],
          "hsl": [
            30,
            100,
            32
          ],
          "cmyk": [
            0,
            50,
            100,
            36
          ],
          "luminance": 0.1382,
          "contrast": {
            "black": 3.76,
            "white": 5.58
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/a35200/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/a35200.json"
        }
      ],
      "anchor": "construction-orange-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#FF7F00",
    "#007FFF",
    "#FF0000",
    "#FFFF00",
    "#FFAD5C",
    "#A35200"
  ],
  "semanticGroups": [
    "orange harmony",
    "warm harmony",
    "vibrant harmony",
    "construction orange palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Construction Orange: 8.29:1",
    "White contrast on Construction Orange: 2.53:1",
    "AA text options: #000000, #1A1A1A"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/construction-orange.json",
    "https://www.colorsencyclopedia.com/api/colors/construction-orange.json",
    "https://www.colorsencyclopedia.com/api/hex/ff7f00.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/construction-orange/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/construction-orange.json",
  "cssSnippet": ":root {\n  --color-construction-orange: #FF7F00;\n  --construction-orange-complementary-1: #007FFF;\n  --construction-orange-analogous-1: #FF0000;\n  --construction-orange-analogous-2: #FFFF00;\n  --construction-orange-triadic-1: #00FF80;\n  --construction-orange-triadic-2: #7F00FF;\n  --construction-orange-tetradic-1: #00FF00;\n  --construction-orange-tetradic-2: #007FFF;\n  --construction-orange-tetradic-3: #FF00FF;\n  --construction-orange-split-complementary-1: #00FFFF;\n  --construction-orange-split-complementary-2: #0000FF;\n  --construction-orange-monochromatic-1: #FFAD5C;\n  --construction-orange-monochromatic-2: #FF7F00;\n  --construction-orange-monochromatic-3: #A35200;\n}\n\n.palette-construction-orange-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #FF7F00, #007FFF, #FF0000, #FFFF00, #FFAD5C, #A35200);\n}"
}

CSS Harmony Tokens

Use these tokens when Construction Orange needs a complete palette system instead of a single color variable.

:root {
  --color-construction-orange: #FF7F00;
  --construction-orange-complementary-1: #007FFF;
  --construction-orange-analogous-1: #FF0000;
  --construction-orange-analogous-2: #FFFF00;
  --construction-orange-triadic-1: #00FF80;
  --construction-orange-triadic-2: #7F00FF;
  --construction-orange-tetradic-1: #00FF00;
  --construction-orange-tetradic-2: #007FFF;
  --construction-orange-tetradic-3: #FF00FF;
  --construction-orange-split-complementary-1: #00FFFF;
  --construction-orange-split-complementary-2: #0000FF;
  --construction-orange-monochromatic-1: #FFAD5C;
  --construction-orange-monochromatic-2: #FF7F00;
  --construction-orange-monochromatic-3: #A35200;
}

.palette-construction-orange-harmony {
  color: #111827;
  background: linear-gradient(135deg, #FF7F00, #007FFF, #FF0000, #FFFF00, #FFAD5C, #A35200);
}

Construction Orange 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

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.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorConstruction Orange · #FF7F00
#007FFF#007FFF
Analogous Harmony2 colors · neighboring hue movement

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.

Behaviorneighboring hue movement
Best usecalm palettes, gradients, natural transitions
Source colorConstruction Orange · #FF7F00
Red#FF0000
Yellow#FFFF00
Triadic Harmony2 colors · three evenly spaced hues

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.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorConstruction Orange · #FF7F00
#00FF80#00FF80
#7F00FF#7F00FF
Tetradic Harmony3 colors · two complementary pairs

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.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorConstruction Orange · #FF7F00
Lime#00FF00
#007FFF#007FFF
Magenta#FF00FF
Split Complementary Harmony2 colors · softened complementary contrast

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.

Behaviorsoftened complementary contrast
Best usebrand palettes, accent pairs, less aggressive contrast
Source colorConstruction Orange · #FF7F00
Cyan#00FFFF
Blue#0000FF
Monochromatic Harmony3 colors · same hue, different values

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.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorConstruction Orange · #FF7F00
#FFAD5C#FFAD5C
Construction Orange#FF7F00
#A35200#A35200