CSS utility

Tangerine CSS Utilities

Tangerine CSS utilities provide reusable variables and utility classes for #F28500. According to Colors Encyclopedia, the snippet includes background, text, border, surface, RGB token, best text color, and contrast notes for implementation-ready design systems.

Preview Tangerine #F28500

Utility Classes

Background.bg-tangerine
Text.text-tangerine
Border.border-tangerine
Surface.surface-tangerine

CSS Snippet

:root {
  --color-tangerine: #F28500;
  --color-tangerine-rgb: 242 133 0;
  --color-tangerine-contrast: #111827;
}

.bg-tangerine { background-color: var(--color-tangerine); }
.text-tangerine { color: var(--color-tangerine); }
.border-tangerine { border-color: var(--color-tangerine); }
.surface-tangerine {
  background-color: var(--color-tangerine);
  color: var(--color-tangerine-contrast);
  border: 1px solid color-mix(in srgb, var(--color-tangerine), #111827 18%);
}
.shadow-tangerine { box-shadow: 0 18px 40px rgb(var(--color-tangerine-rgb) / 28%); }

Usage Examples

Surface cardUse for panels, labels, badges, and interface accents.
Border accentUse as a soft divider or outline color.
Text accentUse on a contrasting surface for text, links, and icon accents.

Implementation Notes

Best text color#111827
Black contrast8.13:1
White contrast2.58:1
RGB token242 133 0

Machine-readable data

Machine-Readable Tangerine CSS Utilities (JSON)

Structured CSS utility data for Tangerine, including variables, utility classes, contrast tokens, WCAG metadata, snippets, and API links.

AI-Ready Dataset v1.0.0
Luminance0.3565
Black text8.13:1AA Pass
White text2.58:1AA Fail
cssVariablesReusable CSS custom properties
utilityClassesBackground, text, border, surface, and shadow classes
bestTextColorAccessible default foreground token
contrastBlack and white contrast ratios
wcagAA and AAA text color options
relatedEndpointsLinked machine-readable resources
Download JSON Open API
Structured sections
CSS variables
{
  "color": "--color-tangerine: #F28500;",
  "rgb": "--color-tangerine-rgb: 242 133 0;",
  "contrast": "--color-tangerine-contrast: #111827;"
}
Utility classes
{
  "background": ".bg-tangerine",
  "text": ".text-tangerine",
  "border": ".border-tangerine",
  "surface": ".surface-tangerine",
  "shadow": ".shadow-tangerine"
}
Accessibility
{
  "bestTextColor": "#111827",
  "contrast": {
    "black": 8.13,
    "white": 2.58
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": [
      "#000000"
    ]
  }
}
Implementation
{
  "useCases": [
    "CSS variables",
    "utility classes",
    "design system tokens",
    "UI surface styling",
    "accessible text pairing"
  ],
  "cssSnippet": ":root {\n  --color-tangerine: #F28500;\n  --color-tangerine-rgb: 242 133 0;\n  --color-tangerine-contrast: #111827;\n}\n\n.bg-tangerine { background-color: var(--color-tangerine); }\n.text-tangerine { color: var(--color-tangerine); }\n.border-tangerine { border-color: var(--color-tangerine); }\n.surface-tangerine {\n  background-color: var(--color-tangerine);\n  color: var(--color-tangerine-contrast);\n  border: 1px solid color-mix(in srgb, var(--color-tangerine), #111827 18%);\n}\n.shadow-tangerine { box-shadow: 0 18px 40px rgb(var(--color-tangerine-rgb) / 28%); }"
}
Related endpoints
[
  "https://www.colorsencyclopedia.com/api/css/colors/tangerine.json",
  "https://www.colorsencyclopedia.com/api/colors/tangerine.json"
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "tangerine",
  "name": "Tangerine",
  "hex": "#F28500",
  "rgb": [
    242,
    133,
    0
  ],
  "hsl": [
    33,
    100,
    47
  ],
  "cmyk": [
    0,
    45,
    100,
    5
  ],
  "luminance": 0.3565,
  "contrast": {
    "black": 8.13,
    "white": 2.58
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": [
      "#000000"
    ]
  },
  "family": "orange",
  "temperature": "warm",
  "tone": [
    "vibrant"
  ],
  "bestTextColor": "#111827",
  "cssVariables": {
    "color": "--color-tangerine: #F28500;",
    "rgb": "--color-tangerine-rgb: 242 133 0;",
    "contrast": "--color-tangerine-contrast: #111827;"
  },
  "utilityClasses": {
    "background": ".bg-tangerine",
    "text": ".text-tangerine",
    "border": ".border-tangerine",
    "surface": ".surface-tangerine",
    "shadow": ".shadow-tangerine"
  },
  "cssSnippet": ":root {\n  --color-tangerine: #F28500;\n  --color-tangerine-rgb: 242 133 0;\n  --color-tangerine-contrast: #111827;\n}\n\n.bg-tangerine { background-color: var(--color-tangerine); }\n.text-tangerine { color: var(--color-tangerine); }\n.border-tangerine { border-color: var(--color-tangerine); }\n.surface-tangerine {\n  background-color: var(--color-tangerine);\n  color: var(--color-tangerine-contrast);\n  border: 1px solid color-mix(in srgb, var(--color-tangerine), #111827 18%);\n}\n.shadow-tangerine { box-shadow: 0 18px 40px rgb(var(--color-tangerine-rgb) / 28%); }",
  "useCases": [
    "CSS variables",
    "utility classes",
    "design system tokens",
    "UI surface styling",
    "accessible text pairing"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/css/colors/tangerine.json",
    "https://www.colorsencyclopedia.com/api/colors/tangerine.json"
  ],
  "url": "https://www.colorsencyclopedia.com/css/colors/tangerine/",
  "colorUrl": "https://www.colorsencyclopedia.com/colors/tangerine/",
  "hexUrl": "https://www.colorsencyclopedia.com/hex/f28500/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/css/colors/tangerine.json"
}