Color: #FDD14C

#FDD14C Color Information

#FDD14C is a light color. The closest websafe version is #FDD14C. A complement of this color would be #4E7AFD, perceived brightness is 0.81, and the grayscale version is #A5A5A5.

In the HSL color space, this color has a hue angle of 45°,a saturation of 98%, and a lightness of 65%.The HSV representation shows a hue of 45°, a saturation of 70%, and a value of 99%.

In a RGB color space, #FDD14C is composed of 99% red, 82% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 17% magenta, 70% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 68.00, x: 0.4588, and y: 0.4559.

Color Code #FDD14C

#FDD14Crgb(253, 209, 76)
HEX
#FDD14C
RGB
rgb(253, 209, 76)
HSL
hsl(45, 98%, 65%)
HSV
hsv(45, 70%, 99%)
CMYK
0%, 17%, 70%, 1%
XYZ
X: 68.42, Y: 68.00, Z: 12.72
Lab
L: 86.01, a: 6.28, b: 68.64
Name

Shades of Color #FDD14C

Shades are created by darkening the original color #FDD14C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #FDD14C

Tints are created by lightening the original color #FDD14C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#FDD14Crgb(253, 209, 76)

About #FDD14C Color Code

In the HSL color space, this color has a hue angle of 45°, a saturation of 98%, and a lightness of 65%. The HSV representation shows a hue of 45°, a saturation of 70%, and a value of 99%.

  • HEX: #FDD14C
  • RGB: rgb(253, 209, 76)
  • HSL: hsl(45, 98%, 65%)
  • HSV: hsv(45, 70%, 99%)
  • CMYK: 0.00% cyan, 17.00% magenta, 70.00% yellow, 100.00% black
  • XYZ: 68.42, 68.00, 12.72
  • Yxy: 68.00, 0.4588, 0.4559
  • Hunter Lab: 86.01, 6.28, 68.64
  • CIE-Lab: 86.01, 6.28, 68.64

In the XYZ color space, this color is represented as X: 68.42, Y: 68.00, Z: 12.72. The Yxy representation further refines this as Y: 68.00, x: 0.4588, and y: 0.4559.

In the Hunter Lab color space, this color is represented as L: 86.01, a: 6.28, and b: 68.64. Similarly, in the CIE-Lab color space, it is represented as L: 86.01, a: 6.28, and b: 68.64.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #FDD14C

Triadic colors are three colors evenly spaced around the color wheel, including #FDD14C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #FDD14C

Analogous colors are adjacent to #FDD14C on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #FDD14C

Split complementary colors are two colors adjacent to the complementary color of #FDD14C. They create a balanced and visually appealing color scheme.

Tetradic Colors of #FDD14C

Tetradic colors form a rectangle on the color wheel, including #FDD14C. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #FDD14C

Monochromatic colors are variations of #FDD14C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #FDD14C

The complementary color of #FDD14C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #FDD14C

/* Using HEX */
body {
  background-color: #fdd14c;
}
/* Using RGB */
body {
  background-color: rgb(253, 209, 76);
}
/* Using RGB with opacity */
body {
  background-color: rgba(253, 209, 76, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(45, 98%, 65%);
}
/* Text color */
p {
  color: #fdd14c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fdd14c;
}
/* Border color */
.box {
  border: 4px solid #fdd14c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fdd14c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fdd14c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FDD14C
On Black Background
#FDD14C
On White Background
#FDD14C

HTML Examples of #FDD14C

<!-- Using HEX -->
<div style="background-color: #fdd14c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(253, 209, 76); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(253, 209, 76, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(45, 98%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fdd14c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fdd14c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #fdd14c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #fdd14c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #fdd14c; color: #fff; padding: 16px; border-radius: 8px;">
  #FDD14C
</div>
#FDD14C
On Black Background
#FDD14C
On White Background
#FDD14C

Related Colors of #FDD14C

These colors are similar to #FDD14C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.