Color: #FE745C
#FE745C Color Information
#FE745C is a light color. The closest websafe version is #FE745C. A complement of this color would be #5DE6FE, perceived brightness is 0.61, and the grayscale version is #ADADAD.
In the HSL color space, this color has a hue angle of 9°,a saturation of 99%, and a lightness of 68%.The HSV representation shows a hue of 9°, a saturation of 64%, and a value of 100%.
In a RGB color space, #FE745C is composed of 100% red, 45% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 54% magenta, 64% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 35.22, x: 0.5284, and y: 0.3615.
Color Code #FE745C
Shades of Color #FE745C
Shades are created by darkening the original color #FE745C 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 #FE745C
Tints are created by lightening the original color #FE745C 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 #FE745C Color Code
In the HSL color space, this color has a hue angle of 9°, a saturation of 99%, and a lightness of 68%. The HSV representation shows a hue of 9°, a saturation of 64%, and a value of 100%.
- HEX: #FE745C
- RGB: rgb(254, 116, 92)
- HSL: hsl(9, 99%, 68%)
- HSV: hsv(9, 64%, 100%)
- CMYK: 0.00% cyan, 54.00% magenta, 64.00% yellow, 0.00% black
- XYZ: 51.48, 35.22, 10.72
- Yxy: 35.22, 0.5284, 0.3615
- Hunter Lab: 65.92, 52.51, 39.95
- CIE-Lab: 65.92, 52.51, 39.95
In the XYZ color space, this color is represented as X: 51.48, Y: 35.22, Z: 10.72. The Yxy representation further refines this as Y: 35.22, x: 0.5284, and y: 0.3615.
In the Hunter Lab color space, this color is represented as L: 65.92, a: 52.51, and b: 39.95. Similarly, in the CIE-Lab color space, it is represented as L: 65.92, a: 52.51, and b: 39.95.
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 #FE745C
Triadic colors are three colors evenly spaced around the color wheel, including #FE745C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FE745C
Monochromatic colors are variations of #FE745C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FE745C
The complementary color of #FE745C 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 #FE745C
/* Using HEX */ body { background-color: #fe745c; }
/* Using RGB */ body { background-color: rgb(254, 116, 92); }
/* Using RGB with opacity */ body { background-color: rgba(254, 116, 92, 0.5); }
/* Using HSL */ body { background-color: hsl(9, 99%, 68%); }
/* Text color */ p { color: #fe745c; }
/* Box shadow */ div { box-shadow: 4px 4px #fe745c; }
/* Border color */ .box { border: 4px solid #fe745c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #fe745c; }
/* Background with text */ div { background: #fe745c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #FE745C
<!-- Using HEX --> <div style="background-color: #fe745c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(254, 116, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(254, 116, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(9, 99%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fe745c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fe745c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #fe745c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #fe745c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #fe745c; color: #fff; padding: 16px; border-radius: 8px;"> #FE745C </div>
Related Colors of #FE745C
These colors are similar to #FE745C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.