Color: #FFCA1F

#FFCA1F Color Information

#FFCA1F is a light color. The closest websafe version is #FFCA1F. A complement of this color would be #1F53FF, perceived brightness is 0.78, and the grayscale version is #8F8F8F.

In the HSL color space, this color has a hue angle of 46°,a saturation of 99%, and a lightness of 56%.The HSV representation shows a hue of 46°, a saturation of 100%, and a value of 100%.

In a RGB color space, #FFCA1F is composed of 100% red, 79% green and 12% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 88% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 64.67, x: 0.4776, and y: 0.4641.

Color Code #FFCA1F

HEX
#FFCA1F
RGB
rgb(255, 202, 31)
HSL
hsl(46, 100%, 56%)
HSV
hsv(46, 88%, 100%)
CMYK
0%, 21%, 88%, 0%
XYZ
X: 66.55, Y: 64.67, Z: 8.11
Lab
L: 84.32, a: 9.47, b: 80.67
Name

Shades of Color #FFCA1F

Shades are created by darkening the original color #FFCA1F 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 #FFCA1F

Tints are created by lightening the original color #FFCA1F 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 #FFCA1F Color Code

In the HSL color space, this color has a hue angle of 46°, a saturation of 100%, and a lightness of 56%. The HSV representation shows a hue of 46°, a saturation of 88%, and a value of 100%.

  • HEX: #FFCA1F
  • RGB: rgb(255, 202, 31)
  • HSL: hsl(46, 100%, 56%)
  • HSV: hsv(46, 88%, 100%)
  • CMYK: 0.00% cyan, 21.00% magenta, 88.00% yellow, 0.00% black
  • XYZ: 66.55, 64.67, 8.11
  • Yxy: 64.67, 0.4776, 0.4641
  • Hunter Lab: 84.32, 9.47, 80.67
  • CIE-Lab: 84.32, 9.47, 80.67

In the XYZ color space, this color is represented as X: 66.55, Y: 64.67, Z: 8.11. The Yxy representation further refines this as Y: 64.67, x: 0.4776, and y: 0.4641.

In the Hunter Lab color space, this color is represented as L: 84.32, a: 9.47, and b: 80.67. Similarly, in the CIE-Lab color space, it is represented as L: 84.32, a: 9.47, and b: 80.67.

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 #FFCA1F

Triadic colors are three colors evenly spaced around the color wheel, including #FFCA1F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #FFCA1F

Analogous colors are adjacent to #FFCA1F on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #FFCA1F

Monochromatic colors are variations of #FFCA1F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #FFCA1F

The complementary color of #FFCA1F 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 #FFCA1F

/* Using HEX */
body {
  background-color: #ffca1f;
}
/* Using RGB */
body {
  background-color: rgb(255, 202, 31);
}
/* Using RGB with opacity */
body {
  background-color: rgba(255, 202, 31, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(46, 100%, 56%);
}
/* Text color */
p {
  color: #ffca1f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ffca1f;
}

HTML Examples of #FFCA1F

<!-- Using HEX -->
<div style="background-color: #ffca1f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(255, 202, 31); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(255, 202, 31, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(46, 100%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ffca1f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ffca1f; width: 100px; height: 100px;"></div>

Related Colors of #FFCA1F

These colors are similar to #FFCA1F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.