Color: #FDF97C

#FDF97C Color Information

#FDF97C is a light color. The closest websafe version is #FDF97C. A complement of this color would be #7C81FD, perceived brightness is 0.93, and the grayscale version is #BDBDBD.

In the HSL color space, this color has a hue angle of 58°,a saturation of 97%, and a lightness of 74%.The HSV representation shows a hue of 58°, a saturation of 51%, and a value of 99%.

In a RGB color space, #FDF97C is composed of 99% red, 98% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 51% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 90.99, x: 0.4148, and y: 0.4592.

Color Code #FDF97C

#FDF97Crgb(253, 249, 124)
HEX
#FDF97C
RGB
rgb(253, 249, 124)
HSL
hsl(58, 97%, 74%)
HSV
hsv(58, 51%, 99%)
CMYK
0%, 2%, 51%, 1%
XYZ
X: 82.19, Y: 90.99, Z: 24.96
Lab
L: 96.40, a: -10.42, b: 59.55
Name

Shades of Color #FDF97C

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

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

#FDF97Crgb(253, 249, 124)

About #FDF97C Color Code

In the HSL color space, this color has a hue angle of 58°, a saturation of 97%, and a lightness of 74%. The HSV representation shows a hue of 58°, a saturation of 51%, and a value of 99%.

  • HEX: #FDF97C
  • RGB: rgb(253, 249, 124)
  • HSL: hsl(58, 97%, 74%)
  • HSV: hsv(58, 51%, 99%)
  • CMYK: 0.00% cyan, 2.00% magenta, 51.00% yellow, 100.00% black
  • XYZ: 82.19, 90.99, 24.96
  • Yxy: 90.99, 0.4148, 0.4592
  • Hunter Lab: 96.40, -10.42, 59.55
  • CIE-Lab: 96.40, -10.42, 59.55

In the XYZ color space, this color is represented as X: 82.19, Y: 90.99, Z: 24.96. The Yxy representation further refines this as Y: 90.99, x: 0.4148, and y: 0.4592.

In the Hunter Lab color space, this color is represented as L: 96.40, a: -10.42, and b: 59.55. Similarly, in the CIE-Lab color space, it is represented as L: 96.40, a: -10.42, and b: 59.55.

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

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

Analogous Colors of #FDF97C

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

Split Complementary Colors of #FDF97C

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

Tetradic Colors of #FDF97C

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

Monochromatic Colors of #FDF97C

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

Complementary Color of #FDF97C

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

/* Using HEX */
body {
  background-color: #fdf97c;
}
/* Using RGB */
body {
  background-color: rgb(253, 249, 124);
}
/* Using RGB with opacity */
body {
  background-color: rgba(253, 249, 124, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(58, 97%, 74%);
}
/* Text color */
p {
  color: #fdf97c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fdf97c;
}
/* Border color */
.box {
  border: 4px solid #fdf97c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fdf97c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fdf97c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FDF97C
On Black Background
#FDF97C
On White Background
#FDF97C

HTML Examples of #FDF97C

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

Related Colors of #FDF97C

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