Color: #F6B57C
#F6B57C Color Information
#F6B57C is a light color. The closest websafe version is #F6B57C. A complement of this color would be #7EBEF6, perceived brightness is 0.76, and the grayscale version is #B9B9B9.
In the HSL color space, this color has a hue angle of 28°,a saturation of 87%, and a lightness of 73%.The HSV representation shows a hue of 28°, a saturation of 50%, and a value of 96%.
In a RGB color space, #F6B57C is composed of 96% red, 71% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 26% magenta, 50% yellow and 4% black.
In the Yxy color space, this color is represented as Y: 54.85, x: 0.4479, and y: 0.4037.
Color Code #F6B57C
Shades of Color #F6B57C
Shades are created by darkening the original color #F6B57C 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 #F6B57C
Tints are created by lightening the original color #F6B57C 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 #F6B57C Color Code
In the HSL color space, this color has a hue angle of 28°, a saturation of 87%, and a lightness of 73%. The HSV representation shows a hue of 28°, a saturation of 50%, and a value of 96%.
- HEX: #F6B57C
- RGB: rgb(246, 181, 124)
- HSL: hsl(28, 87%, 73%)
- HSV: hsv(28, 50%, 96%)
- CMYK: 0.00% cyan, 26.00% magenta, 50.00% yellow, 4.00% black
- XYZ: 60.86, 54.85, 20.17
- Yxy: 54.85, 0.4479, 0.4037
- Hunter Lab: 78.96, 19.62, 38.68
- CIE-Lab: 78.96, 19.62, 38.68
In the XYZ color space, this color is represented as X: 60.86, Y: 54.85, Z: 20.17. The Yxy representation further refines this as Y: 54.85, x: 0.4479, and y: 0.4037.
In the Hunter Lab color space, this color is represented as L: 78.96, a: 19.62, and b: 38.68. Similarly, in the CIE-Lab color space, it is represented as L: 78.96, a: 19.62, and b: 38.68.
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 #F6B57C
Triadic colors are three colors evenly spaced around the color wheel, including #F6B57C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F6B57C
Monochromatic colors are variations of #F6B57C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F6B57C
The complementary color of #F6B57C 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 #F6B57C
/* Using HEX */ body { background-color: #f6b57c; }
/* Using RGB */ body { background-color: rgb(246, 181, 124); }
/* Using RGB with opacity */ body { background-color: rgba(246, 181, 124, 0.5); }
/* Using HSL */ body { background-color: hsl(28, 87%, 73%); }
/* Text color */ p { color: #f6b57c; }
/* Box shadow */ div { box-shadow: 4px 4px #f6b57c; }
/* Border color */ .box { border: 4px solid #f6b57c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #f6b57c; }
/* Background with text */ div { background: #f6b57c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #F6B57C
<!-- Using HEX --> <div style="background-color: #f6b57c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(246, 181, 124); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(246, 181, 124, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(28, 87%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f6b57c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f6b57c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #f6b57c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #f6b57c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #f6b57c; color: #fff; padding: 16px; border-radius: 8px;"> #F6B57C </div>
Related Colors of #F6B57C
These colors are similar to #F6B57C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.