Color: #FFB32B

#FFB32B Color Information

#FFB32B is a light color. The closest websafe version is #FFB32B. A complement of this color would be #2977FF, perceived brightness is 0.73, and the grayscale version is #959595.

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

In a RGB color space, #FFB32B is composed of 100% red, 70% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 30% magenta, 83% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 54.71, x: 0.4964, and y: 0.4429.

Color Code #FFB32B

#FFB32Brgb(255, 179, 43)
HEX
#FFB32B
RGB
rgb(255, 179, 43)
HSL
hsl(38, 100%, 58%)
HSV
hsv(38, 83%, 100%)
CMYK
0%, 30%, 83%, 0%
XYZ
X: 61.31, Y: 54.71, Z: 7.50
Lab
L: 78.88, a: 21.01, b: 73.67
Name

Shades of Color #FFB32B

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

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

#FFB32Brgb(255, 179, 43)

About #FFB32B Color Code

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

  • HEX: #FFB32B
  • RGB: rgb(255, 179, 43)
  • HSL: hsl(38, 100%, 58%)
  • HSV: hsv(38, 83%, 100%)
  • CMYK: 0.00% cyan, 30.00% magenta, 83.00% yellow, 0.00% black
  • XYZ: 61.31, 54.71, 7.50
  • Yxy: 54.71, 0.4964, 0.4429
  • Hunter Lab: 78.88, 21.01, 73.67
  • CIE-Lab: 78.88, 21.01, 73.67

In the XYZ color space, this color is represented as X: 61.31, Y: 54.71, Z: 7.50. The Yxy representation further refines this as Y: 54.71, x: 0.4964, and y: 0.4429.

In the Hunter Lab color space, this color is represented as L: 78.88, a: 21.01, and b: 73.67. Similarly, in the CIE-Lab color space, it is represented as L: 78.88, a: 21.01, and b: 73.67.

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

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

Analogous Colors of #FFB32B

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

Split Complementary Colors of #FFB32B

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

Tetradic Colors of #FFB32B

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

Monochromatic Colors of #FFB32B

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

Complementary Color of #FFB32B

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

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

HTML Examples of #FFB32B

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

Related Colors of #FFB32B

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