Color: #FDFE4C

#FDFE4C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 93.34, x: 0.4283, and y: 0.4874.

Color Code #FDFE4C

#FDFE4Crgb(253, 254, 76)
HEX
#FDFE4C
RGB
rgb(253, 254, 76)
HSL
hsl(60, 99%, 65%)
HSV
hsv(60, 70%, 100%)
CMYK
0%, 0%, 70%, 0%
XYZ
X: 82.03, Y: 93.34, Z: 16.15
Lab
L: 97.37, a: -14.88, b: 79.33
Name

Shades of Color #FDFE4C

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

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

#FDFE4Crgb(253, 254, 76)

About #FDFE4C Color Code

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

  • HEX: #FDFE4C
  • RGB: rgb(253, 254, 76)
  • HSL: hsl(60, 99%, 65%)
  • HSV: hsv(60, 70%, 100%)
  • CMYK: 0.00% cyan, 0.00% magenta, 70.00% yellow, 0.00% black
  • XYZ: 82.03, 93.34, 16.15
  • Yxy: 93.34, 0.4283, 0.4874
  • Hunter Lab: 97.37, -14.88, 79.33
  • CIE-Lab: 97.37, -14.88, 79.33

In the XYZ color space, this color is represented as X: 82.03, Y: 93.34, Z: 16.15. The Yxy representation further refines this as Y: 93.34, x: 0.4283, and y: 0.4874.

In the Hunter Lab color space, this color is represented as L: 97.37, a: -14.88, and b: 79.33. Similarly, in the CIE-Lab color space, it is represented as L: 97.37, a: -14.88, and b: 79.33.

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

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

Analogous Colors of #FDFE4C

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

Split Complementary Colors of #FDFE4C

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

Tetradic Colors of #FDFE4C

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

Monochromatic Colors of #FDFE4C

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

Complementary Color of #FDFE4C

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

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

HTML Examples of #FDFE4C

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

Related Colors of #FDFE4C

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