Color: #FFB35D

#FFB35D Color Information

#FFB35D is a light color. The closest websafe version is #FFB35D. A complement of this color would be #5CA8FF, perceived brightness is 0.75, and the grayscale version is #AEAEAE.

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

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

In the Yxy color space, this color is represented as Y: 55.23, x: 0.4761, and y: 0.4205.

Color Code #FFB35D

#FFB35Drgb(255, 179, 93)
HEX
#FFB35D
RGB
rgb(255, 179, 93)
HSL
hsl(32, 100%, 68%)
HSV
hsv(32, 64%, 100%)
CMYK
0%, 30%, 64%, 0%
XYZ
X: 62.53, Y: 55.23, Z: 13.59
Lab
L: 79.17, a: 22.56, b: 54.47
Name

Shades of Color #FFB35D

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

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

#FFB35Drgb(255, 179, 93)

About #FFB35D Color Code

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

  • HEX: #FFB35D
  • RGB: rgb(255, 179, 93)
  • HSL: hsl(32, 100%, 68%)
  • HSV: hsv(32, 64%, 100%)
  • CMYK: 0.00% cyan, 30.00% magenta, 64.00% yellow, 0.00% black
  • XYZ: 62.53, 55.23, 13.59
  • Yxy: 55.23, 0.4761, 0.4205
  • Hunter Lab: 79.17, 22.56, 54.47
  • CIE-Lab: 79.17, 22.56, 54.47

In the XYZ color space, this color is represented as X: 62.53, Y: 55.23, Z: 13.59. The Yxy representation further refines this as Y: 55.23, x: 0.4761, and y: 0.4205.

In the Hunter Lab color space, this color is represented as L: 79.17, a: 22.56, and b: 54.47. Similarly, in the CIE-Lab color space, it is represented as L: 79.17, a: 22.56, and b: 54.47.

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

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

Analogous Colors of #FFB35D

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

Split Complementary Colors of #FFB35D

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

Tetradic Colors of #FFB35D

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

Monochromatic Colors of #FFB35D

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

Complementary Color of #FFB35D

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

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

HTML Examples of #FFB35D

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

Related Colors of #FFB35D

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