Color: #FFC53E
#FFC53E Color Information
#FFC53E is a light color. The closest websafe version is #FFC53E. A complement of this color would be #3D77FF, perceived brightness is 0.78, and the grayscale version is #9F9F9F.
In the HSL color space, this color has a hue angle of 42°,a saturation of 99%, and a lightness of 62%.The HSV representation shows a hue of 42°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FFC53E is composed of 100% red, 77% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 23% magenta, 76% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 62.57, x: 0.4746, and y: 0.4513.
Color Code #FFC53E
Shades of Color #FFC53E
Shades are created by darkening the original color #FFC53E 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 #FFC53E
Tints are created by lightening the original color #FFC53E 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 #FFC53E Color Code
In the HSL color space, this color has a hue angle of 42°, a saturation of 100%, and a lightness of 62%. The HSV representation shows a hue of 42°, a saturation of 76%, and a value of 100%.
- HEX: #FFC53E
- RGB: rgb(255, 197, 62)
- HSL: hsl(42, 100%, 62%)
- HSV: hsv(42, 76%, 100%)
- CMYK: 0.00% cyan, 23.00% magenta, 76.00% yellow, 0.00% black
- XYZ: 65.80, 62.57, 10.26
- Yxy: 62.57, 0.4746, 0.4513
- Hunter Lab: 83.21, 12.54, 71.25
- CIE-Lab: 83.21, 12.54, 71.25
In the XYZ color space, this color is represented as X: 65.80, Y: 62.57, Z: 10.26. The Yxy representation further refines this as Y: 62.57, x: 0.4746, and y: 0.4513.
In the Hunter Lab color space, this color is represented as L: 83.21, a: 12.54, and b: 71.25. Similarly, in the CIE-Lab color space, it is represented as L: 83.21, a: 12.54, and b: 71.25.
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 #FFC53E
Triadic colors are three colors evenly spaced around the color wheel, including #FFC53E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FFC53E
Monochromatic colors are variations of #FFC53E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FFC53E
The complementary color of #FFC53E 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 #FFC53E
/* Using HEX */ body { background-color: #ffc53e; }
/* Using RGB */ body { background-color: rgb(255, 197, 62); }
/* Using RGB with opacity */ body { background-color: rgba(255, 197, 62, 0.5); }
/* Using HSL */ body { background-color: hsl(42, 100%, 62%); }
/* Text color */ p { color: #ffc53e; }
/* Box shadow */ div { box-shadow: 4px 4px #ffc53e; }
HTML Examples of #FFC53E
<!-- Using HEX --> <div style="background-color: #ffc53e; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(255, 197, 62); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(255, 197, 62, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(42, 100%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ffc53e;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ffc53e; width: 100px; height: 100px;"></div>
Related Colors of #FFC53E
These colors are similar to #FFC53E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.