Color: #FE6412
#FE6412 Color Information
#FE6412 is a light color. The closest websafe version is #FE6412. A complement of this color would be #10ABFE, perceived brightness is 0.54, and the grayscale version is #888888.
In the HSL color space, this color has a hue angle of 21°,a saturation of 99%, and a lightness of 53%.The HSV representation shows a hue of 21°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FE6412 is composed of 100% red, 39% green and 7% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 61% magenta, 93% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 31.22, x: 0.5845, and y: 0.3785.
Color Code #FE6412
Shades of Color #FE6412
Shades are created by darkening the original color #FE6412 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 #FE6412
Tints are created by lightening the original color #FE6412 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 #FE6412 Color Code
In the HSL color space, this color has a hue angle of 21°, a saturation of 99%, and a lightness of 53%. The HSV representation shows a hue of 21°, a saturation of 93%, and a value of 100%.
- HEX: #FE6412
- RGB: rgb(254, 100, 18)
- HSL: hsl(21, 99%, 53%)
- HSV: hsv(21, 93%, 100%)
- CMYK: 0.00% cyan, 61.00% magenta, 93.00% yellow, 0.00% black
- XYZ: 48.21, 31.22, 3.05
- Yxy: 31.22, 0.5845, 0.3785
- Hunter Lab: 62.70, 57.65, 69.06
- CIE-Lab: 62.70, 57.65, 69.06
In the XYZ color space, this color is represented as X: 48.21, Y: 31.22, Z: 3.05. The Yxy representation further refines this as Y: 31.22, x: 0.5845, and y: 0.3785.
In the Hunter Lab color space, this color is represented as L: 62.70, a: 57.65, and b: 69.06. Similarly, in the CIE-Lab color space, it is represented as L: 62.70, a: 57.65, and b: 69.06.
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 #FE6412
Triadic colors are three colors evenly spaced around the color wheel, including #FE6412. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FE6412
Monochromatic colors are variations of #FE6412, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FE6412
The complementary color of #FE6412 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 #FE6412
/* Using HEX */ body { background-color: #fe6412; }
/* Using RGB */ body { background-color: rgb(254, 100, 18); }
/* Using RGB with opacity */ body { background-color: rgba(254, 100, 18, 0.5); }
/* Using HSL */ body { background-color: hsl(21, 99%, 53%); }
/* Text color */ p { color: #fe6412; }
/* Box shadow */ div { box-shadow: 4px 4px #fe6412; }
HTML Examples of #FE6412
<!-- Using HEX --> <div style="background-color: #fe6412; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(254, 100, 18); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(254, 100, 18, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(21, 99%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fe6412;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fe6412; width: 100px; height: 100px;"></div>
Related Colors of #FE6412
These colors are similar to #FE6412, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.