Color: #FFA774

#FFA774 Color Information

#FFA774 is a light color. The closest websafe version is #FFA774. A complement of this color would be #75CDFF, perceived brightness is 0.74, and the grayscale version is #BABABA.

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

In a RGB color space, #FFA774 is composed of 100% red, 65% green and 45% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 55% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 51.01, x: 0.4705, and y: 0.3935.

Color Code #FFA774

#FFA774rgb(255, 167, 116)
HEX
#FFA774
RGB
rgb(255, 167, 116)
HSL
hsl(22, 100%, 73%)
HSV
hsv(22, 55%, 100%)
CMYK
0%, 35%, 55%, 0%
XYZ
X: 60.99, Y: 51.01, Z: 17.62
Lab
L: 76.69, a: 29.69, b: 40.27
Name

Shades of Color #FFA774

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

Tints are created by lightening the original color #FFA774 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.

#FFA774rgb(255, 167, 116)

About #FFA774 Color Code

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

  • HEX: #FFA774
  • RGB: rgb(255, 167, 116)
  • HSL: hsl(22, 100%, 73%)
  • HSV: hsv(22, 55%, 100%)
  • CMYK: 0.00% cyan, 35.00% magenta, 55.00% yellow, 0.00% black
  • XYZ: 60.99, 51.01, 17.62
  • Yxy: 51.01, 0.4705, 0.3935
  • Hunter Lab: 76.69, 29.69, 40.27
  • CIE-Lab: 76.69, 29.69, 40.27

In the XYZ color space, this color is represented as X: 60.99, Y: 51.01, Z: 17.62. The Yxy representation further refines this as Y: 51.01, x: 0.4705, and y: 0.3935.

In the Hunter Lab color space, this color is represented as L: 76.69, a: 29.69, and b: 40.27. Similarly, in the CIE-Lab color space, it is represented as L: 76.69, a: 29.69, and b: 40.27.

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

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

Analogous Colors of #FFA774

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

Split Complementary Colors of #FFA774

Split complementary colors are two colors adjacent to the complementary color of #FFA774. They create a balanced and visually appealing color scheme.

Tetradic Colors of #FFA774

Tetradic colors form a rectangle on the color wheel, including #FFA774. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #FFA774

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

Complementary Color of #FFA774

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

/* Using HEX */
body {
  background-color: #ffa774;
}
/* Using RGB */
body {
  background-color: rgb(255, 167, 116);
}
/* Using RGB with opacity */
body {
  background-color: rgba(255, 167, 116, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(22, 100%, 73%);
}
/* Text color */
p {
  color: #ffa774;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ffa774;
}
/* Border color */
.box {
  border: 4px solid #ffa774;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ffa774;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ffa774;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FFA774
On Black Background
#FFA774
On White Background
#FFA774

HTML Examples of #FFA774

<!-- Using HEX -->
<div style="background-color: #ffa774; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(255, 167, 116); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(255, 167, 116, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(22, 100%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ffa774;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ffa774; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ffa774; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ffa774;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ffa774; color: #fff; padding: 16px; border-radius: 8px;">
  #FFA774
</div>
#FFA774
On Black Background
#FFA774
On White Background
#FFA774

Related Colors of #FFA774

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