Color: #FDED5C

#FDED5C Color Information

#FDED5C is a light color. The closest websafe version is #FDED5C. A complement of this color would be #5D6DFD, perceived brightness is 0.88, and the grayscale version is #ADADAD.

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

In a RGB color space, #FDED5C is composed of 99% red, 93% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 64% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 83.21, x: 0.4338, and y: 0.4690.

Color Code #FDED5C

#FDED5Crgb(253, 237, 92)
HEX
#FDED5C
RGB
rgb(253, 237, 92)
HSL
hsl(54, 98%, 68%)
HSV
hsv(54, 64%, 99%)
CMYK
0%, 6%, 64%, 1%
XYZ
X: 76.97, Y: 83.21, Z: 17.24
Lab
L: 93.11, a: -6.46, b: 69.46
Name

Shades of Color #FDED5C

Shades are created by darkening the original color #FDED5C 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 #FDED5C

Tints are created by lightening the original color #FDED5C 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.

#FDED5Crgb(253, 237, 92)

About #FDED5C Color Code

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

  • HEX: #FDED5C
  • RGB: rgb(253, 237, 92)
  • HSL: hsl(54, 98%, 68%)
  • HSV: hsv(54, 64%, 99%)
  • CMYK: 0.00% cyan, 6.00% magenta, 64.00% yellow, 100.00% black
  • XYZ: 76.97, 83.21, 17.24
  • Yxy: 83.21, 0.4338, 0.4690
  • Hunter Lab: 93.11, -6.46, 69.46
  • CIE-Lab: 93.11, -6.46, 69.46

In the XYZ color space, this color is represented as X: 76.97, Y: 83.21, Z: 17.24. The Yxy representation further refines this as Y: 83.21, x: 0.4338, and y: 0.4690.

In the Hunter Lab color space, this color is represented as L: 93.11, a: -6.46, and b: 69.46. Similarly, in the CIE-Lab color space, it is represented as L: 93.11, a: -6.46, and b: 69.46.

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 #FDED5C

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

Analogous Colors of #FDED5C

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

Split Complementary Colors of #FDED5C

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

Tetradic Colors of #FDED5C

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

Monochromatic Colors of #FDED5C

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

Complementary Color of #FDED5C

The complementary color of #FDED5C 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 #FDED5C

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

HTML Examples of #FDED5C

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

Related Colors of #FDED5C

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