Color: #F0C62D
#F0C62D Color Information
#F0C62D is a light color. The closest websafe version is #F0C62D. A complement of this color would be #2D57F0, perceived brightness is 0.76, and the grayscale version is #8F8F8F.
In the HSL color space, this color has a hue angle of 47°,a saturation of 87%, and a lightness of 56%.The HSV representation shows a hue of 47°, a saturation of 81%, and a value of 94%.
In a RGB color space, #F0C62D is composed of 94% red, 78% green and 18% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 17% magenta, 81% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 60.03, x: 0.4671, and y: 0.4664.
Color Code #F0C62D
Shades of Color #F0C62D
Shades are created by darkening the original color #F0C62D 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 #F0C62D
Tints are created by lightening the original color #F0C62D 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 #F0C62D Color Code
In the HSL color space, this color has a hue angle of 47°, a saturation of 87%, and a lightness of 56%. The HSV representation shows a hue of 47°, a saturation of 81%, and a value of 94%.
- HEX: #F0C62D
- RGB: rgb(240, 198, 45)
- HSL: hsl(47, 87%, 56%)
- HSV: hsv(47, 81%, 94%)
- CMYK: 0.00% cyan, 17.00% magenta, 81.00% yellow, 6.00% black
- XYZ: 60.12, 60.03, 8.57
- Yxy: 60.03, 0.4671, 0.4664
- Hunter Lab: 81.85, 5.36, 74.70
- CIE-Lab: 81.85, 5.36, 74.70
In the XYZ color space, this color is represented as X: 60.12, Y: 60.03, Z: 8.57. The Yxy representation further refines this as Y: 60.03, x: 0.4671, and y: 0.4664.
In the Hunter Lab color space, this color is represented as L: 81.85, a: 5.36, and b: 74.70. Similarly, in the CIE-Lab color space, it is represented as L: 81.85, a: 5.36, and b: 74.70.
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 #F0C62D
Triadic colors are three colors evenly spaced around the color wheel, including #F0C62D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F0C62D
Monochromatic colors are variations of #F0C62D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F0C62D
The complementary color of #F0C62D 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 #F0C62D
/* Using HEX */ body { background-color: #f0c62d; }
/* Using RGB */ body { background-color: rgb(240, 198, 45); }
/* Using RGB with opacity */ body { background-color: rgba(240, 198, 45, 0.5); }
/* Using HSL */ body { background-color: hsl(47, 87%, 56%); }
/* Text color */ p { color: #f0c62d; }
/* Box shadow */ div { box-shadow: 4px 4px #f0c62d; }
/* Border color */ .box { border: 4px solid #f0c62d; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #f0c62d; }
/* Background with text */ div { background: #f0c62d; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #F0C62D
<!-- Using HEX --> <div style="background-color: #f0c62d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(240, 198, 45); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(240, 198, 45, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(47, 87%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f0c62d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f0c62d; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #f0c62d; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #f0c62d;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #f0c62d; color: #fff; padding: 16px; border-radius: 8px;"> #F0C62D </div>
Related Colors of #F0C62D
These colors are similar to #F0C62D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.