Color: #FFB95B
#FFB95B Color Information
#FFB95B is a light color. The closest websafe version is #FFB95B. A complement of this color would be #5CA3FF, perceived brightness is 0.77, and the grayscale version is #ADADAD.
In the HSL color space, this color has a hue angle of 34°,a saturation of 99%, and a lightness of 68%.The HSV representation shows a hue of 34°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FFB95B is composed of 100% red, 73% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 27% magenta, 64% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 57.66, x: 0.4724, and y: 0.4270.
Color Code #FFB95B
Shades of Color #FFB95B
Shades are created by darkening the original color #FFB95B 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 #FFB95B
Tints are created by lightening the original color #FFB95B 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.
About #FFB95B Color Code
In the HSL color space, this color has a hue angle of 34°, a saturation of 100%, and a lightness of 68%. The HSV representation shows a hue of 34°, a saturation of 64%, and a value of 100%.
- HEX: #FFB95B
- RGB: rgb(255, 185, 91)
- HSL: hsl(34, 100%, 68%)
- HSV: hsv(34, 64%, 100%)
- CMYK: 0.00% cyan, 27.00% magenta, 64.00% yellow, 0.00% black
- XYZ: 63.79, 57.66, 13.58
- Yxy: 57.66, 0.4724, 0.4270
- Hunter Lab: 80.55, 19.49, 56.88
- CIE-Lab: 80.55, 19.49, 56.88
In the XYZ color space, this color is represented as X: 63.79, Y: 57.66, Z: 13.58. The Yxy representation further refines this as Y: 57.66, x: 0.4724, and y: 0.4270.
In the Hunter Lab color space, this color is represented as L: 80.55, a: 19.49, and b: 56.88. Similarly, in the CIE-Lab color space, it is represented as L: 80.55, a: 19.49, and b: 56.88.
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 #FFB95B
Triadic colors are three colors evenly spaced around the color wheel, including #FFB95B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FFB95B
Monochromatic colors are variations of #FFB95B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FFB95B
The complementary color of #FFB95B 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 #FFB95B
/* Using HEX */ body { background-color: #ffb95b; }
/* Using RGB */ body { background-color: rgb(255, 185, 91); }
/* Using RGB with opacity */ body { background-color: rgba(255, 185, 91, 0.5); }
/* Using HSL */ body { background-color: hsl(34, 100%, 68%); }
/* Text color */ p { color: #ffb95b; }
/* Box shadow */ div { box-shadow: 4px 4px #ffb95b; }
HTML Examples of #FFB95B
<!-- Using HEX --> <div style="background-color: #ffb95b; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(255, 185, 91); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(255, 185, 91, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(34, 100%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ffb95b;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ffb95b; width: 100px; height: 100px;"></div>
Related Colors of #FFB95B
These colors are similar to #FFB95B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.