Color: #FFC355
#FFC355 Color Information
#FFC355 is a light color. The closest websafe version is #FFC355. A complement of this color would be #5792FF, perceived brightness is 0.79, and the grayscale version is #AAAAAA.
In the HSL color space, this color has a hue angle of 39°,a saturation of 99%, and a lightness of 67%.The HSV representation shows a hue of 39°, a saturation of 67%, and a value of 100%.
In a RGB color space, #FFC355 is composed of 100% red, 76% green and 33% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 24% magenta, 67% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 61.92, x: 0.4675, and y: 0.4391.
Color Code #FFC355
Shades of Color #FFC355
Shades are created by darkening the original color #FFC355 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 #FFC355
Tints are created by lightening the original color #FFC355 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 #FFC355 Color Code
In the HSL color space, this color has a hue angle of 39°, a saturation of 100%, and a lightness of 67%. The HSV representation shows a hue of 39°, a saturation of 67%, and a value of 100%.
- HEX: #FFC355
- RGB: rgb(255, 195, 85)
- HSL: hsl(39, 100%, 67%)
- HSV: hsv(39, 67%, 100%)
- CMYK: 0.00% cyan, 24.00% magenta, 67.00% yellow, 0.00% black
- XYZ: 65.92, 61.92, 13.18
- Yxy: 61.92, 0.4675, 0.4391
- Hunter Lab: 82.87, 14.30, 61.96
- CIE-Lab: 82.87, 14.30, 61.96
In the XYZ color space, this color is represented as X: 65.92, Y: 61.92, Z: 13.18. The Yxy representation further refines this as Y: 61.92, x: 0.4675, and y: 0.4391.
In the Hunter Lab color space, this color is represented as L: 82.87, a: 14.30, and b: 61.96. Similarly, in the CIE-Lab color space, it is represented as L: 82.87, a: 14.30, and b: 61.96.
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 #FFC355
Triadic colors are three colors evenly spaced around the color wheel, including #FFC355. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FFC355
Monochromatic colors are variations of #FFC355, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FFC355
The complementary color of #FFC355 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 #FFC355
/* Using HEX */ body { background-color: #ffc355; }
/* Using RGB */ body { background-color: rgb(255, 195, 85); }
/* Using RGB with opacity */ body { background-color: rgba(255, 195, 85, 0.5); }
/* Using HSL */ body { background-color: hsl(39, 100%, 67%); }
/* Text color */ p { color: #ffc355; }
/* Box shadow */ div { box-shadow: 4px 4px #ffc355; }
/* Border color */ .box { border: 4px solid #ffc355; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ffc355; }
/* Background with text */ div { background: #ffc355; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #FFC355
<!-- Using HEX --> <div style="background-color: #ffc355; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(255, 195, 85); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(255, 195, 85, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(39, 100%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ffc355;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ffc355; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ffc355; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ffc355;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ffc355; color: #fff; padding: 16px; border-radius: 8px;"> #FFC355 </div>
Related Colors of #FFC355
These colors are similar to #FFC355, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.