Color: #FEF595

#FEF595 Color Information

#FEF595 is a light color. The closest websafe version is #FEF595. A complement of this color would be #959EFE, perceived brightness is 0.93, and the grayscale version is #CACACA.

In the HSL color space, this color has a hue angle of 55°,a saturation of 98%, and a lightness of 79%.The HSV representation shows a hue of 55°, a saturation of 41%, and a value of 100%.

In a RGB color space, #FEF595 is composed of 100% red, 96% green and 58% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 4% magenta, 41% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 89.33, x: 0.4059, and y: 0.4385.

Color Code #FEF595

#FEF595rgb(254, 245, 149)
HEX
#FEF595
RGB
rgb(254, 245, 149)
HSL
hsl(55, 98%, 79%)
HSV
hsv(55, 41%, 100%)
CMYK
0%, 4%, 41%, 0%
XYZ
X: 82.68, Y: 89.33, Z: 31.71
Lab
L: 95.72, a: -6.53, b: 47.21
Name

Shades of Color #FEF595

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

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

#FEF595rgb(254, 245, 149)

About #FEF595 Color Code

In the HSL color space, this color has a hue angle of 55°, a saturation of 98%, and a lightness of 79%. The HSV representation shows a hue of 55°, a saturation of 41%, and a value of 100%.

  • HEX: #FEF595
  • RGB: rgb(254, 245, 149)
  • HSL: hsl(55, 98%, 79%)
  • HSV: hsv(55, 41%, 100%)
  • CMYK: 0.00% cyan, 4.00% magenta, 41.00% yellow, 0.00% black
  • XYZ: 82.68, 89.33, 31.71
  • Yxy: 89.33, 0.4059, 0.4385
  • Hunter Lab: 95.72, -6.53, 47.21
  • CIE-Lab: 95.72, -6.53, 47.21

In the XYZ color space, this color is represented as X: 82.68, Y: 89.33, Z: 31.71. The Yxy representation further refines this as Y: 89.33, x: 0.4059, and y: 0.4385.

In the Hunter Lab color space, this color is represented as L: 95.72, a: -6.53, and b: 47.21. Similarly, in the CIE-Lab color space, it is represented as L: 95.72, a: -6.53, and b: 47.21.

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

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

Analogous Colors of #FEF595

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

Split Complementary Colors of #FEF595

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

Tetradic Colors of #FEF595

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

Monochromatic Colors of #FEF595

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

Complementary Color of #FEF595

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

/* Using HEX */
body {
  background-color: #fef595;
}
/* Using RGB */
body {
  background-color: rgb(254, 245, 149);
}
/* Using RGB with opacity */
body {
  background-color: rgba(254, 245, 149, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(55, 98%, 79%);
}
/* Text color */
p {
  color: #fef595;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fef595;
}
/* Border color */
.box {
  border: 4px solid #fef595;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fef595;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fef595;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FEF595
On Black Background
#FEF595
On White Background
#FEF595

HTML Examples of #FEF595

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

Related Colors of #FEF595

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