Color: #FFB56C

#FFB56C Color Information

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

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

In a RGB color space, #FFB56C is composed of 100% red, 71% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 29% magenta, 58% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 56.28, x: 0.4658, and y: 0.4125.

Color Code #FFB56C

#FFB56Crgb(255, 181, 108)
HEX
#FFB56C
RGB
rgb(255, 181, 108)
HSL
hsl(30, 100%, 71%)
HSV
hsv(30, 58%, 100%)
CMYK
0%, 29%, 58%, 0%
XYZ
X: 63.55, Y: 56.28, Z: 16.59
Lab
L: 79.78, a: 22.29, b: 47.97
Name

Shades of Color #FFB56C

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

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

#FFB56Crgb(255, 181, 108)

About #FFB56C Color Code

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

  • HEX: #FFB56C
  • RGB: rgb(255, 181, 108)
  • HSL: hsl(30, 100%, 71%)
  • HSV: hsv(30, 58%, 100%)
  • CMYK: 0.00% cyan, 29.00% magenta, 58.00% yellow, 0.00% black
  • XYZ: 63.55, 56.28, 16.59
  • Yxy: 56.28, 0.4658, 0.4125
  • Hunter Lab: 79.78, 22.29, 47.97
  • CIE-Lab: 79.78, 22.29, 47.97

In the XYZ color space, this color is represented as X: 63.55, Y: 56.28, Z: 16.59. The Yxy representation further refines this as Y: 56.28, x: 0.4658, and y: 0.4125.

In the Hunter Lab color space, this color is represented as L: 79.78, a: 22.29, and b: 47.97. Similarly, in the CIE-Lab color space, it is represented as L: 79.78, a: 22.29, 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 #FFB56C

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

Analogous Colors of #FFB56C

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

Monochromatic Colors of #FFB56C

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

Complementary Color of #FFB56C

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

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

HTML Examples of #FFB56C

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

Related Colors of #FFB56C

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