Color: #FAB86C

#FAB86C Color Information

#FAB86C is a light color. The closest websafe version is #FAB86C. A complement of this color would be #6BAEFA, perceived brightness is 0.76, and the grayscale version is #B3B3B3.

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

In a RGB color space, #FAB86C is composed of 98% red, 72% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 26% magenta, 57% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 56.54, x: 0.4596, and y: 0.4172.

Color Code #FAB86C

#FAB86Crgb(250, 184, 108)
HEX
#FAB86C
RGB
rgb(250, 184, 108)
HSL
hsl(32, 93%, 70%)
HSV
hsv(32, 57%, 98%)
CMYK
0%, 26%, 57%, 2%
XYZ
X: 62.29, Y: 56.54, Z: 16.70
Lab
L: 79.92, a: 18.78, b: 47.97
Name

Shades of Color #FAB86C

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

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

#FAB86Crgb(250, 184, 108)

About #FAB86C Color Code

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

  • HEX: #FAB86C
  • RGB: rgb(250, 184, 108)
  • HSL: hsl(32, 93%, 70%)
  • HSV: hsv(32, 57%, 98%)
  • CMYK: 0.00% cyan, 26.00% magenta, 57.00% yellow, 2.00% black
  • XYZ: 62.29, 56.54, 16.70
  • Yxy: 56.54, 0.4596, 0.4172
  • Hunter Lab: 79.92, 18.78, 47.97
  • CIE-Lab: 79.92, 18.78, 47.97

In the XYZ color space, this color is represented as X: 62.29, Y: 56.54, Z: 16.70. The Yxy representation further refines this as Y: 56.54, x: 0.4596, and y: 0.4172.

In the Hunter Lab color space, this color is represented as L: 79.92, a: 18.78, and b: 47.97. Similarly, in the CIE-Lab color space, it is represented as L: 79.92, a: 18.78, and b: 47.97.

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

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

Analogous Colors of #FAB86C

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

Split Complementary Colors of #FAB86C

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

Tetradic Colors of #FAB86C

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

Monochromatic Colors of #FAB86C

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

Complementary Color of #FAB86C

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

/* Using HEX */
body {
  background-color: #fab86c;
}
/* Using RGB */
body {
  background-color: rgb(250, 184, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(250, 184, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(32, 93%, 70%);
}
/* Text color */
p {
  color: #fab86c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fab86c;
}
/* Border color */
.box {
  border: 4px solid #fab86c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fab86c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fab86c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FAB86C
On Black Background
#FAB86C
On White Background
#FAB86C

HTML Examples of #FAB86C

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

Related Colors of #FAB86C

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