HEX Color Conversion

Hex Color Code #FFD000 — RGB & HSL Conversions

How to use the #FFD000 color code in HTML & CSS?

To apply the hex color #FFD000 in web design, set the color property inside your CSS stylesheet. For example, adding background-color: #FFD000; will paint elements in this warm undertone shade. In modern CSS structures, you can configure it as a custom variable --color-hex: #FFD000; or utilize it directly in Tailwind CSS via arbitrary utility values like bg-[#FFD000].

What are the RGB and HSL conversion values for #FFD000?

In the digital sRGB color space, the hex value #FFD000 is converted to RGB values of Red: 255, Green: 208, and Blue: 0. When analyzed under the HSL model, its coordinates correspond to hue angle 49°, 100% saturation, and 50% lightness. This makes it visually a balanced medium tone with a highly vivid, intense, and brilliant shade.

CMYK print code settings for #FFD000

When converting #FFD000 for CMYK printing, the color separation consists of 0% Cyan, 18% Magenta, 100% Yellow, and 0% key/black. Yellow shades are excellent warning triggers and call-to-actions, radiating optimism, energy, and caution.

Red Channel 255
Green Channel 208
Blue Channel 0
Luminance 0.664

HEX #FFD000 Color Space Conversions

Click to copy format
HEX Color Code #FFD000
RGB (Red Green Blue) rgb(255, 208, 0)
HSL (Hue Sat Light) hsl(49°, 100%, 50%)
CMYK (Commercial Print) cmyk(0%, 18%, 100%, 0%)
HSV / HSB Values hsv(49°, 100%, 100%)
Decimal Color Code 16764928
CSS Custom Variable --color-hex: #FFD000;
Tailwind CSS Utility bg-[#FFD000]

Contrast & Accessibility (WCAG 2.1) Check

White Text on Background

White text readability test with #FFD000

Small body copy preview

Black Text on Background

Black text readability test with #FFD000

Small body copy preview

Complementary & Analogous Harmonies

Computed dynamically

Shades & Tints Generator Matrix

Copy shade hex values instantly

Darker Shades (Adding Black)

Lighter Tints (Adding White)

{ } CSS Custom Properties (Variables)

Copy CSS Styles
/* CSS Custom Properties for color #FFD000 */
--color-hex: #FFD000;
--color-rgb: rgb(255, 208, 0);
--color-hsl: hsl(49deg, 100%, 50%);

Adjacent HEX Color Codes

Copied!