Color: #FDD45C

#FDD45C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 69.70, x: 0.4503, and y: 0.4502.

Color Code #FDD45C

#FDD45Crgb(253, 212, 92)
HEX
#FDD45C
RGB
rgb(253, 212, 92)
HSL
hsl(45, 98%, 68%)
HSV
hsv(45, 64%, 99%)
CMYK
0%, 16%, 64%, 1%
XYZ
X: 69.72, Y: 69.70, Z: 15.40
Lab
L: 86.85, a: 5.45, b: 63.02
Name

Shades of Color #FDD45C

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

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

#FDD45Crgb(253, 212, 92)

About #FDD45C Color Code

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

  • HEX: #FDD45C
  • RGB: rgb(253, 212, 92)
  • HSL: hsl(45, 98%, 68%)
  • HSV: hsv(45, 64%, 99%)
  • CMYK: 0.00% cyan, 16.00% magenta, 64.00% yellow, 100.00% black
  • XYZ: 69.72, 69.70, 15.40
  • Yxy: 69.70, 0.4503, 0.4502
  • Hunter Lab: 86.85, 5.45, 63.02
  • CIE-Lab: 86.85, 5.45, 63.02

In the XYZ color space, this color is represented as X: 69.72, Y: 69.70, Z: 15.40. The Yxy representation further refines this as Y: 69.70, x: 0.4503, and y: 0.4502.

In the Hunter Lab color space, this color is represented as L: 86.85, a: 5.45, and b: 63.02. Similarly, in the CIE-Lab color space, it is represented as L: 86.85, a: 5.45, and b: 63.02.

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

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

Analogous Colors of #FDD45C

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

Split Complementary Colors of #FDD45C

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

Tetradic Colors of #FDD45C

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

Monochromatic Colors of #FDD45C

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

Complementary Color of #FDD45C

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

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

HTML Examples of #FDD45C

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

Related Colors of #FDD45C

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