Color: #FBCC35

#FBCC35 Color Information

#FBCC35 is a light color. The closest websafe version is #FBCC35. A complement of this color would be #3765FB, perceived brightness is 0.79, and the grayscale version is #989898.

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

In a RGB color space, #FBCC35 is composed of 98% red, 80% green and 21% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 19% magenta, 79% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 64.97, x: 0.4684, and y: 0.4623.

Color Code #FBCC35

#FBCC35rgb(251, 204, 53)
HEX
#FBCC35
RGB
rgb(251, 204, 53)
HSL
hsl(46, 96%, 60%)
HSV
hsv(46, 79%, 98%)
CMYK
0%, 19%, 79%, 2%
XYZ
X: 65.83, Y: 64.97, Z: 9.75
Lab
L: 84.47, a: 7.22, b: 75.08
Name

Shades of Color #FBCC35

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

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

#FBCC35rgb(251, 204, 53)

About #FBCC35 Color Code

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

  • HEX: #FBCC35
  • RGB: rgb(251, 204, 53)
  • HSL: hsl(46, 96%, 60%)
  • HSV: hsv(46, 79%, 98%)
  • CMYK: 0.00% cyan, 19.00% magenta, 79.00% yellow, 2.00% black
  • XYZ: 65.83, 64.97, 9.75
  • Yxy: 64.97, 0.4684, 0.4623
  • Hunter Lab: 84.47, 7.22, 75.08
  • CIE-Lab: 84.47, 7.22, 75.08

In the XYZ color space, this color is represented as X: 65.83, Y: 64.97, Z: 9.75. The Yxy representation further refines this as Y: 64.97, x: 0.4684, and y: 0.4623.

In the Hunter Lab color space, this color is represented as L: 84.47, a: 7.22, and b: 75.08. Similarly, in the CIE-Lab color space, it is represented as L: 84.47, a: 7.22, and b: 75.08.

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

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

Analogous Colors of #FBCC35

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

Split Complementary Colors of #FBCC35

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

Tetradic Colors of #FBCC35

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

Monochromatic Colors of #FBCC35

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

Complementary Color of #FBCC35

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

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

HTML Examples of #FBCC35

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

Related Colors of #FBCC35

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