Color: #FAF24C

#FAF24C Color Information

#FAF24C is a light color. The closest websafe version is #FAF24C. A complement of this color would be #4C55FA, perceived brightness is 0.88, and the grayscale version is #A3A3A3.

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

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

In the Yxy color space, this color is represented as Y: 85.36, x: 0.4336, and y: 0.4812.

Color Code #FAF24C

#FAF24Crgb(250, 242, 76)
HEX
#FAF24C
RGB
rgb(250, 242, 76)
HSL
hsl(57, 95%, 64%)
HSV
hsv(57, 70%, 98%)
CMYK
0%, 3%, 70%, 2%
XYZ
X: 76.91, Y: 85.36, Z: 15.12
Lab
L: 94.04, a: -10.60, b: 76.14
Name

Shades of Color #FAF24C

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

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

#FAF24Crgb(250, 242, 76)

About #FAF24C Color Code

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

  • HEX: #FAF24C
  • RGB: rgb(250, 242, 76)
  • HSL: hsl(57, 95%, 64%)
  • HSV: hsv(57, 70%, 98%)
  • CMYK: 0.00% cyan, 3.00% magenta, 70.00% yellow, 2.00% black
  • XYZ: 76.91, 85.36, 15.12
  • Yxy: 85.36, 0.4336, 0.4812
  • Hunter Lab: 94.04, -10.60, 76.14
  • CIE-Lab: 94.04, -10.60, 76.14

In the XYZ color space, this color is represented as X: 76.91, Y: 85.36, Z: 15.12. The Yxy representation further refines this as Y: 85.36, x: 0.4336, and y: 0.4812.

In the Hunter Lab color space, this color is represented as L: 94.04, a: -10.60, and b: 76.14. Similarly, in the CIE-Lab color space, it is represented as L: 94.04, a: -10.60, and b: 76.14.

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

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

Analogous Colors of #FAF24C

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

Split Complementary Colors of #FAF24C

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

Tetradic Colors of #FAF24C

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

Monochromatic Colors of #FAF24C

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

Complementary Color of #FAF24C

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

/* Using HEX */
body {
  background-color: #faf24c;
}
/* Using RGB */
body {
  background-color: rgb(250, 242, 76);
}
/* Using RGB with opacity */
body {
  background-color: rgba(250, 242, 76, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(57, 95%, 64%);
}
/* Text color */
p {
  color: #faf24c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #faf24c;
}
/* Border color */
.box {
  border: 4px solid #faf24c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #faf24c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #faf24c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FAF24C
On Black Background
#FAF24C
On White Background
#FAF24C

HTML Examples of #FAF24C

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

Related Colors of #FAF24C

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