Color: #FFA41C

#FFA41C Color Information

#FFA41C is a light color. The closest websafe version is #FFA41C. A complement of this color would be #1975FF, perceived brightness is 0.69, and the grayscale version is #8E8E8E.

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

In a RGB color space, #FFA41C is composed of 100% red, 64% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 36% magenta, 89% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 48.93, x: 0.5147, and y: 0.4337.

Color Code #FFA41C

HEX
#FFA41C
RGB
rgb(255, 164, 28)
HSL
hsl(36, 100%, 55%)
HSV
hsv(36, 89%, 100%)
CMYK
0%, 36%, 89%, 0%
XYZ
X: 58.07, Y: 48.93, Z: 5.83
Lab
L: 75.41, a: 28.23, b: 74.94
Name

Shades of Color #FFA41C

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

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

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

  • HEX: #FFA41C
  • RGB: rgb(255, 164, 28)
  • HSL: hsl(36, 100%, 55%)
  • HSV: hsv(36, 89%, 100%)
  • CMYK: 0.00% cyan, 36.00% magenta, 89.00% yellow, 0.00% black
  • XYZ: 58.07, 48.93, 5.83
  • Yxy: 48.93, 0.5147, 0.4337
  • Hunter Lab: 75.41, 28.23, 74.94
  • CIE-Lab: 75.41, 28.23, 74.94

In the XYZ color space, this color is represented as X: 58.07, Y: 48.93, Z: 5.83. The Yxy representation further refines this as Y: 48.93, x: 0.5147, and y: 0.4337.

In the Hunter Lab color space, this color is represented as L: 75.41, a: 28.23, and b: 74.94. Similarly, in the CIE-Lab color space, it is represented as L: 75.41, a: 28.23, and b: 74.94.

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

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

Analogous Colors of #FFA41C

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

Monochromatic Colors of #FFA41C

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

Complementary Color of #FFA41C

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

/* Using HEX */
body {
  background-color: #ffa41c;
}
/* Using RGB */
body {
  background-color: rgb(255, 164, 28);
}
/* Using RGB with opacity */
body {
  background-color: rgba(255, 164, 28, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(36, 100%, 55%);
}
/* Text color */
p {
  color: #ffa41c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ffa41c;
}

HTML Examples of #FFA41C

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

Related Colors of #FFA41C

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