Color: #F5533E
#F5533E Color Information
#F5533E is a light color. The closest websafe version is #F5533E. A complement of this color would be #3DDFF5, perceived brightness is 0.51, and the grayscale version is #9A9A9A.
In the HSL color space, this color has a hue angle of 7°,a saturation of 90%, and a lightness of 60%.The HSV representation shows a hue of 7°, a saturation of 75%, and a value of 96%.
In a RGB color space, #F5533E is composed of 96% red, 33% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 66% magenta, 75% yellow and 4% black.
In the Yxy color space, this color is represented as Y: 26.81, x: 0.5753, and y: 0.3518.
Color Code #F5533E
Shades of Color #F5533E
Shades are created by darkening the original color #F5533E 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 #F5533E
Tints are created by lightening the original color #F5533E 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 #F5533E Color Code
In the HSL color space, this color has a hue angle of 7°, a saturation of 90%, and a lightness of 60%. The HSV representation shows a hue of 7°, a saturation of 75%, and a value of 96%.
- HEX: #F5533E
- RGB: rgb(245, 83, 62)
- HSL: hsl(7, 90%, 60%)
- HSV: hsv(7, 75%, 96%)
- CMYK: 0.00% cyan, 66.00% magenta, 75.00% yellow, 4.00% black
- XYZ: 43.84, 26.81, 5.55
- Yxy: 26.81, 0.5753, 0.3518
- Hunter Lab: 58.80, 62.06, 47.62
- CIE-Lab: 58.80, 62.06, 47.62
In the XYZ color space, this color is represented as X: 43.84, Y: 26.81, Z: 5.55. The Yxy representation further refines this as Y: 26.81, x: 0.5753, and y: 0.3518.
In the Hunter Lab color space, this color is represented as L: 58.80, a: 62.06, and b: 47.62. Similarly, in the CIE-Lab color space, it is represented as L: 58.80, a: 62.06, and b: 47.62.
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 #F5533E
Triadic colors are three colors evenly spaced around the color wheel, including #F5533E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F5533E
Monochromatic colors are variations of #F5533E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F5533E
The complementary color of #F5533E 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 #F5533E
/* Using HEX */ body { background-color: #f5533e; }
/* Using RGB */ body { background-color: rgb(245, 83, 62); }
/* Using RGB with opacity */ body { background-color: rgba(245, 83, 62, 0.5); }
/* Using HSL */ body { background-color: hsl(7, 90%, 60%); }
/* Text color */ p { color: #f5533e; }
/* Box shadow */ div { box-shadow: 4px 4px #f5533e; }
/* Border color */ .box { border: 4px solid #f5533e; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #f5533e; }
/* Background with text */ div { background: #f5533e; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #F5533E
<!-- Using HEX --> <div style="background-color: #f5533e; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(245, 83, 62); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(245, 83, 62, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(7, 90%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f5533e;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f5533e; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #f5533e; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #f5533e;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #f5533e; color: #fff; padding: 16px; border-radius: 8px;"> #F5533E </div>
Related Colors of #F5533E
These colors are similar to #F5533E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.