Color: #F6E15C

#F6E15C Color Information

#F6E15C is a light color. The closest websafe version is #F6E15C. A complement of this color would be #5A6FF6, perceived brightness is 0.85, and the grayscale version is #A9A9A9.

In the HSL color space, this color has a hue angle of 52°,a saturation of 90%, and a lightness of 66%.The HSV representation shows a hue of 52°, a saturation of 63%, and a value of 96%.

In a RGB color space, #F6E15C is composed of 96% red, 88% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 9% magenta, 63% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 75.13, x: 0.4363, and y: 0.4635.

Color Code #F6E15C

#F6E15Crgb(246, 225, 92)
HEX
#F6E15C
RGB
rgb(246, 225, 92)
HSL
hsl(52, 90%, 66%)
HSV
hsv(52, 63%, 96%)
CMYK
0%, 9%, 63%, 4%
XYZ
X: 70.71, Y: 75.13, Z: 16.24
Lab
L: 89.45, a: -3.65, b: 65.49
Name

Shades of Color #F6E15C

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

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

#F6E15Crgb(246, 225, 92)

About #F6E15C Color Code

In the HSL color space, this color has a hue angle of 52°, a saturation of 90%, and a lightness of 66%. The HSV representation shows a hue of 52°, a saturation of 63%, and a value of 96%.

  • HEX: #F6E15C
  • RGB: rgb(246, 225, 92)
  • HSL: hsl(52, 90%, 66%)
  • HSV: hsv(52, 63%, 96%)
  • CMYK: 0.00% cyan, 9.00% magenta, 63.00% yellow, 4.00% black
  • XYZ: 70.71, 75.13, 16.24
  • Yxy: 75.13, 0.4363, 0.4635
  • Hunter Lab: 89.45, -3.65, 65.49
  • CIE-Lab: 89.45, -3.65, 65.49

In the XYZ color space, this color is represented as X: 70.71, Y: 75.13, Z: 16.24. The Yxy representation further refines this as Y: 75.13, x: 0.4363, and y: 0.4635.

In the Hunter Lab color space, this color is represented as L: 89.45, a: -3.65, and b: 65.49. Similarly, in the CIE-Lab color space, it is represented as L: 89.45, a: -3.65, and b: 65.49.

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

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

Analogous Colors of #F6E15C

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

Monochromatic Colors of #F6E15C

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

Complementary Color of #F6E15C

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

/* Using HEX */
body {
  background-color: #f6e15c;
}
/* Using RGB */
body {
  background-color: rgb(246, 225, 92);
}
/* Using RGB with opacity */
body {
  background-color: rgba(246, 225, 92, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(52, 90%, 66%);
}
/* Text color */
p {
  color: #f6e15c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f6e15c;
}
/* Border color */
.box {
  border: 4px solid #f6e15c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f6e15c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f6e15c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F6E15C
On Black Background
#F6E15C
On White Background
#F6E15C

HTML Examples of #F6E15C

<!-- Using HEX -->
<div style="background-color: #f6e15c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(246, 225, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(246, 225, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(52, 90%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f6e15c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f6e15c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #f6e15c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #f6e15c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #f6e15c; color: #fff; padding: 16px; border-radius: 8px;">
  #F6E15C
</div>
#F6E15C
On Black Background
#F6E15C
On White Background
#F6E15C

Related Colors of #F6E15C

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