Color: #FFB14B

#FFB14B Color Information

#FFB14B is a light color. The closest websafe version is #FFB14B. A complement of this color would be #4D9AFF, perceived brightness is 0.74, and the grayscale version is #A5A5A5.

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

In a RGB color space, #FFB14B is composed of 100% red, 69% green and 29% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 71% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 54.20, x: 0.4868, and y: 0.4287.

Color Code #FFB14B

HEX
#FFB14B
RGB
rgb(255, 177, 75)
HSL
hsl(34, 100%, 65%)
HSV
hsv(34, 71%, 100%)
CMYK
0%, 31%, 71%, 0%
XYZ
X: 61.54, Y: 54.20, Z: 10.69
Lab
L: 78.58, a: 22.85, b: 61.87
Name

Shades of Color #FFB14B

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

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

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

  • HEX: #FFB14B
  • RGB: rgb(255, 177, 75)
  • HSL: hsl(34, 100%, 65%)
  • HSV: hsv(34, 71%, 100%)
  • CMYK: 0.00% cyan, 31.00% magenta, 71.00% yellow, 0.00% black
  • XYZ: 61.54, 54.20, 10.69
  • Yxy: 54.20, 0.4868, 0.4287
  • Hunter Lab: 78.58, 22.85, 61.87
  • CIE-Lab: 78.58, 22.85, 61.87

In the XYZ color space, this color is represented as X: 61.54, Y: 54.20, Z: 10.69. The Yxy representation further refines this as Y: 54.20, x: 0.4868, and y: 0.4287.

In the Hunter Lab color space, this color is represented as L: 78.58, a: 22.85, and b: 61.87. Similarly, in the CIE-Lab color space, it is represented as L: 78.58, a: 22.85, and b: 61.87.

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

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

Analogous Colors of #FFB14B

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

Monochromatic Colors of #FFB14B

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

Complementary Color of #FFB14B

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

/* Using HEX */
body {
  background-color: #ffb14b;
}
/* Using RGB */
body {
  background-color: rgb(255, 177, 75);
}
/* Using RGB with opacity */
body {
  background-color: rgba(255, 177, 75, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(34, 100%, 65%);
}
/* Text color */
p {
  color: #ffb14b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ffb14b;
}

HTML Examples of #FFB14B

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

Related Colors of #FFB14B

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