Color: #FAF399

#FAF399 Color Information

#FAF399 is a light color. The closest websafe version is #FAF399. A complement of this color would be #999FFA, perceived brightness is 0.92, and the grayscale version is #CACACA.

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

In a RGB color space, #FAF399 is composed of 98% red, 95% green and 60% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 39% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 87.45, x: 0.4018, and y: 0.4351.

Color Code #FAF399

#FAF399rgb(250, 243, 153)
HEX
#FAF399
RGB
rgb(250, 243, 153)
HSL
hsl(56, 91%, 79%)
HSV
hsv(56, 39%, 98%)
CMYK
0%, 3%, 39%, 2%
XYZ
X: 80.76, Y: 87.45, Z: 32.78
Lab
L: 94.93, a: -6.84, b: 44.23
Name

Shades of Color #FAF399

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

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

#FAF399rgb(250, 243, 153)

About #FAF399 Color Code

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

  • HEX: #FAF399
  • RGB: rgb(250, 243, 153)
  • HSL: hsl(56, 91%, 79%)
  • HSV: hsv(56, 39%, 98%)
  • CMYK: 0.00% cyan, 3.00% magenta, 39.00% yellow, 2.00% black
  • XYZ: 80.76, 87.45, 32.78
  • Yxy: 87.45, 0.4018, 0.4351
  • Hunter Lab: 94.93, -6.84, 44.23
  • CIE-Lab: 94.93, -6.84, 44.23

In the XYZ color space, this color is represented as X: 80.76, Y: 87.45, Z: 32.78. The Yxy representation further refines this as Y: 87.45, x: 0.4018, and y: 0.4351.

In the Hunter Lab color space, this color is represented as L: 94.93, a: -6.84, and b: 44.23. Similarly, in the CIE-Lab color space, it is represented as L: 94.93, a: -6.84, and b: 44.23.

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

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

Analogous Colors of #FAF399

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

Split Complementary Colors of #FAF399

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

Tetradic Colors of #FAF399

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

Monochromatic Colors of #FAF399

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

Complementary Color of #FAF399

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

/* Using HEX */
body {
  background-color: #faf399;
}
/* Using RGB */
body {
  background-color: rgb(250, 243, 153);
}
/* Using RGB with opacity */
body {
  background-color: rgba(250, 243, 153, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(56, 91%, 79%);
}
/* Text color */
p {
  color: #faf399;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #faf399;
}
/* Border color */
.box {
  border: 4px solid #faf399;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #faf399;
}
Text Shadow Preview
/* Background with text */
div {
  background: #faf399;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FAF399
On Black Background
#FAF399
On White Background
#FAF399

HTML Examples of #FAF399

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

Related Colors of #FAF399

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