Color: #FBB46F

#FBB46F Color Information

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

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

In a RGB color space, #FBB46F is composed of 98% red, 71% green and 44% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 56% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 55.15, x: 0.4614, and y: 0.4110.

Color Code #FBB46F

#FBB46Frgb(251, 180, 111)
HEX
#FBB46F
RGB
rgb(251, 180, 111)
HSL
hsl(30, 95%, 71%)
HSV
hsv(30, 56%, 98%)
CMYK
0%, 28%, 56%, 2%
XYZ
X: 61.92, Y: 55.15, Z: 17.13
Lab
L: 79.13, a: 21.34, b: 45.59
Name

Shades of Color #FBB46F

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

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

#FBB46Frgb(251, 180, 111)

About #FBB46F Color Code

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

  • HEX: #FBB46F
  • RGB: rgb(251, 180, 111)
  • HSL: hsl(30, 95%, 71%)
  • HSV: hsv(30, 56%, 98%)
  • CMYK: 0.00% cyan, 28.00% magenta, 56.00% yellow, 2.00% black
  • XYZ: 61.92, 55.15, 17.13
  • Yxy: 55.15, 0.4614, 0.4110
  • Hunter Lab: 79.13, 21.34, 45.59
  • CIE-Lab: 79.13, 21.34, 45.59

In the XYZ color space, this color is represented as X: 61.92, Y: 55.15, Z: 17.13. The Yxy representation further refines this as Y: 55.15, x: 0.4614, and y: 0.4110.

In the Hunter Lab color space, this color is represented as L: 79.13, a: 21.34, and b: 45.59. Similarly, in the CIE-Lab color space, it is represented as L: 79.13, a: 21.34, and b: 45.59.

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

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

Analogous Colors of #FBB46F

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

Monochromatic Colors of #FBB46F

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

Complementary Color of #FBB46F

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

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

HTML Examples of #FBB46F

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

Related Colors of #FBB46F

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