Color: #FBDE3C

#FBDE3C Color Information

#FBDE3C is a light color. The closest websafe version is #FBDE3C. A complement of this color would be #3C59FB, perceived brightness is 0.83, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 51°,a saturation of 96%, and a lightness of 61%.The HSV representation shows a hue of 51°, a saturation of 76%, and a value of 98%.

In a RGB color space, #FBDE3C is composed of 98% red, 87% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 76% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 74.10, x: 0.4524, and y: 0.4732.

Color Code #FBDE3C

#FBDE3Crgb(251, 222, 60)
HEX
#FBDE3C
RGB
rgb(251, 222, 60)
HSL
hsl(51, 96%, 61%)
HSV
hsv(51, 76%, 98%)
CMYK
0%, 12%, 76%, 2%
XYZ
X: 70.84, Y: 74.10, Z: 11.66
Lab
L: 88.97, a: -1.29, b: 76.80
Name

Shades of Color #FBDE3C

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

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

#FBDE3Crgb(251, 222, 60)

About #FBDE3C Color Code

In the HSL color space, this color has a hue angle of 51°, a saturation of 96%, and a lightness of 61%. The HSV representation shows a hue of 51°, a saturation of 76%, and a value of 98%.

  • HEX: #FBDE3C
  • RGB: rgb(251, 222, 60)
  • HSL: hsl(51, 96%, 61%)
  • HSV: hsv(51, 76%, 98%)
  • CMYK: 0.00% cyan, 12.00% magenta, 76.00% yellow, 2.00% black
  • XYZ: 70.84, 74.10, 11.66
  • Yxy: 74.10, 0.4524, 0.4732
  • Hunter Lab: 88.97, -1.29, 76.80
  • CIE-Lab: 88.97, -1.29, 76.80

In the XYZ color space, this color is represented as X: 70.84, Y: 74.10, Z: 11.66. The Yxy representation further refines this as Y: 74.10, x: 0.4524, and y: 0.4732.

In the Hunter Lab color space, this color is represented as L: 88.97, a: -1.29, and b: 76.80. Similarly, in the CIE-Lab color space, it is represented as L: 88.97, a: -1.29, and b: 76.80.

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

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

Analogous Colors of #FBDE3C

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

Monochromatic Colors of #FBDE3C

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

Complementary Color of #FBDE3C

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

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

HTML Examples of #FBDE3C

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

Related Colors of #FBDE3C

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