Color: #FFA34C

#FFA34C Color Information

#FFA34C is a light color. The closest websafe version is #FFA34C. A complement of this color would be #4DA9FF, perceived brightness is 0.71, and the grayscale version is #A6A6A6.

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

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

In the Yxy color space, this color is represented as Y: 48.94, x: 0.4987, and y: 0.4155.

Color Code #FFA34C

#FFA34Crgb(255, 163, 76)
HEX
#FFA34C
RGB
rgb(255, 163, 76)
HSL
hsl(29, 100%, 65%)
HSV
hsv(29, 70%, 100%)
CMYK
0%, 36%, 70%, 0%
XYZ
X: 58.74, Y: 48.94, Z: 10.11
Lab
L: 75.42, a: 29.83, b: 58.28
Name

Shades of Color #FFA34C

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

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

#FFA34Crgb(255, 163, 76)

About #FFA34C Color Code

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

  • HEX: #FFA34C
  • RGB: rgb(255, 163, 76)
  • HSL: hsl(29, 100%, 65%)
  • HSV: hsv(29, 70%, 100%)
  • CMYK: 0.00% cyan, 36.00% magenta, 70.00% yellow, 0.00% black
  • XYZ: 58.74, 48.94, 10.11
  • Yxy: 48.94, 0.4987, 0.4155
  • Hunter Lab: 75.42, 29.83, 58.28
  • CIE-Lab: 75.42, 29.83, 58.28

In the XYZ color space, this color is represented as X: 58.74, Y: 48.94, Z: 10.11. The Yxy representation further refines this as Y: 48.94, x: 0.4987, and y: 0.4155.

In the Hunter Lab color space, this color is represented as L: 75.42, a: 29.83, and b: 58.28. Similarly, in the CIE-Lab color space, it is represented as L: 75.42, a: 29.83, and b: 58.28.

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

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

Analogous Colors of #FFA34C

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

Split Complementary Colors of #FFA34C

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

Tetradic Colors of #FFA34C

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

Monochromatic Colors of #FFA34C

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

Complementary Color of #FFA34C

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

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

HTML Examples of #FFA34C

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

Related Colors of #FFA34C

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