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