Color: #FFB96E

#FFB96E Color Information

#FFB96E is a light color. The closest websafe version is #FFB96E. A complement of this color would be #70B5FF, perceived brightness is 0.77, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 31°,a saturation of 99%, and a lightness of 72%.The HSV representation shows a hue of 31°, a saturation of 57%, and a value of 100%.

In a RGB color space, #FFB96E is composed of 100% red, 73% green and 43% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 27% magenta, 57% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 57.97, x: 0.4617, and y: 0.4149.

Color Code #FFB96E

#FFB96Ergb(255, 185, 110)
HEX
#FFB96E
RGB
rgb(255, 185, 110)
HSL
hsl(31, 100%, 72%)
HSV
hsv(31, 57%, 100%)
CMYK
0%, 27%, 57%, 0%
XYZ
X: 64.52, Y: 57.97, Z: 17.24
Lab
L: 80.72, a: 20.41, b: 48.09
Name

Shades of Color #FFB96E

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

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

#FFB96Ergb(255, 185, 110)

About #FFB96E Color Code

In the HSL color space, this color has a hue angle of 31°, a saturation of 100%, and a lightness of 72%. The HSV representation shows a hue of 31°, a saturation of 57%, and a value of 100%.

  • HEX: #FFB96E
  • RGB: rgb(255, 185, 110)
  • HSL: hsl(31, 100%, 72%)
  • HSV: hsv(31, 57%, 100%)
  • CMYK: 0.00% cyan, 27.00% magenta, 57.00% yellow, 0.00% black
  • XYZ: 64.52, 57.97, 17.24
  • Yxy: 57.97, 0.4617, 0.4149
  • Hunter Lab: 80.72, 20.41, 48.09
  • CIE-Lab: 80.72, 20.41, 48.09

In the XYZ color space, this color is represented as X: 64.52, Y: 57.97, Z: 17.24. The Yxy representation further refines this as Y: 57.97, x: 0.4617, and y: 0.4149.

In the Hunter Lab color space, this color is represented as L: 80.72, a: 20.41, and b: 48.09. Similarly, in the CIE-Lab color space, it is represented as L: 80.72, a: 20.41, and b: 48.09.

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

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

Analogous Colors of #FFB96E

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

Monochromatic Colors of #FFB96E

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

Complementary Color of #FFB96E

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

/* Using HEX */
body {
  background-color: #ffb96e;
}
/* Using RGB */
body {
  background-color: rgb(255, 185, 110);
}
/* Using RGB with opacity */
body {
  background-color: rgba(255, 185, 110, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(31, 100%, 72%);
}
/* Text color */
p {
  color: #ffb96e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ffb96e;
}
/* Border color */
.box {
  border: 4px solid #ffb96e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ffb96e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ffb96e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FFB96E
On Black Background
#FFB96E
On White Background
#FFB96E

HTML Examples of #FFB96E

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

Related Colors of #FFB96E

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