Color: #FBF34C

#FBF34C Color Information

#FBF34C is a light color. The closest websafe version is #FBF34C. A complement of this color would be #4B54FB, perceived brightness is 0.89, and the grayscale version is #A3A3A3.

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

In a RGB color space, #FBF34C is composed of 98% red, 95% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 70% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 86.15, x: 0.4336, and y: 0.4814.

Color Code #FBF34C

#FBF34Crgb(251, 243, 76)
HEX
#FBF34C
RGB
rgb(251, 243, 76)
HSL
hsl(57, 96%, 64%)
HSV
hsv(57, 70%, 98%)
CMYK
0%, 3%, 70%, 2%
XYZ
X: 77.61, Y: 86.15, Z: 15.21
Lab
L: 94.38, a: -10.66, b: 76.49
Name

Shades of Color #FBF34C

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

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

#FBF34Crgb(251, 243, 76)

About #FBF34C Color Code

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

  • HEX: #FBF34C
  • RGB: rgb(251, 243, 76)
  • HSL: hsl(57, 96%, 64%)
  • HSV: hsv(57, 70%, 98%)
  • CMYK: 0.00% cyan, 3.00% magenta, 70.00% yellow, 2.00% black
  • XYZ: 77.61, 86.15, 15.21
  • Yxy: 86.15, 0.4336, 0.4814
  • Hunter Lab: 94.38, -10.66, 76.49
  • CIE-Lab: 94.38, -10.66, 76.49

In the XYZ color space, this color is represented as X: 77.61, Y: 86.15, Z: 15.21. The Yxy representation further refines this as Y: 86.15, x: 0.4336, and y: 0.4814.

In the Hunter Lab color space, this color is represented as L: 94.38, a: -10.66, and b: 76.49. Similarly, in the CIE-Lab color space, it is represented as L: 94.38, a: -10.66, and b: 76.49.

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

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

Analogous Colors of #FBF34C

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

Split Complementary Colors of #FBF34C

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

Tetradic Colors of #FBF34C

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

Monochromatic Colors of #FBF34C

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

Complementary Color of #FBF34C

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

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

HTML Examples of #FBF34C

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

Related Colors of #FBF34C

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