Color: #F8A881
#F8A881 Color Information
#F8A881 is a light color. The closest websafe version is #F8A881. A complement of this color would be #82D0F8, perceived brightness is 0.74, and the grayscale version is #BCBCBC.
In the HSL color space, this color has a hue angle of 20°,a saturation of 89%, and a lightness of 74%.The HSV representation shows a hue of 20°, a saturation of 48%, and a value of 97%.
In a RGB color space, #F8A881 is composed of 97% red, 66% green and 51% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 32% magenta, 48% yellow and 3% black.
In the Yxy color space, this color is represented as Y: 50.29, x: 0.4542, and y: 0.3862.
Color Code #F8A881
Shades of Color #F8A881
Shades are created by darkening the original color #F8A881 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 #F8A881
Tints are created by lightening the original color #F8A881 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 #F8A881 Color Code
In the HSL color space, this color has a hue angle of 20°, a saturation of 89%, and a lightness of 74%. The HSV representation shows a hue of 20°, a saturation of 48%, and a value of 97%.
- HEX: #F8A881
- RGB: rgb(248, 168, 129)
- HSL: hsl(20, 89%, 74%)
- HSV: hsv(20, 48%, 97%)
- CMYK: 0.00% cyan, 32.00% magenta, 48.00% yellow, 3.00% black
- XYZ: 59.15, 50.29, 20.79
- Yxy: 50.29, 0.4542, 0.3862
- Hunter Lab: 76.25, 27.24, 32.73
- CIE-Lab: 76.25, 27.24, 32.73
In the XYZ color space, this color is represented as X: 59.15, Y: 50.29, Z: 20.79. The Yxy representation further refines this as Y: 50.29, x: 0.4542, and y: 0.3862.
In the Hunter Lab color space, this color is represented as L: 76.25, a: 27.24, and b: 32.73. Similarly, in the CIE-Lab color space, it is represented as L: 76.25, a: 27.24, and b: 32.73.
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 #F8A881
Triadic colors are three colors evenly spaced around the color wheel, including #F8A881. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #F8A881
Split complementary colors are two colors adjacent to the complementary color of #F8A881. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #F8A881
Monochromatic colors are variations of #F8A881, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F8A881
The complementary color of #F8A881 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 #F8A881
/* Using HEX */ body { background-color: #f8a881; }
/* Using RGB */ body { background-color: rgb(248, 168, 129); }
/* Using RGB with opacity */ body { background-color: rgba(248, 168, 129, 0.5); }
/* Using HSL */ body { background-color: hsl(20, 89%, 74%); }
/* Text color */ p { color: #f8a881; }
/* Box shadow */ div { box-shadow: 4px 4px #f8a881; }
/* Border color */ .box { border: 4px solid #f8a881; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #f8a881; }
/* Background with text */ div { background: #f8a881; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #F8A881
<!-- Using HEX --> <div style="background-color: #f8a881; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(248, 168, 129); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(248, 168, 129, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(20, 89%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f8a881;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f8a881; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #f8a881; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #f8a881;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #f8a881; color: #fff; padding: 16px; border-radius: 8px;"> #F8A881 </div>
Related Colors of #F8A881
These colors are similar to #F8A881, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.