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