Color: #FDBA4F

#FDBA4F Color Information

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

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

In a RGB color space, #FDBA4F is composed of 99% red, 73% green and 31% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 26% magenta, 69% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 57.53, x: 0.4758, and y: 0.4355.

Color Code #FDBA4F

#FDBA4Frgb(253, 186, 79)
HEX
#FDBA4F
RGB
rgb(253, 186, 79)
HSL
hsl(37, 98%, 65%)
HSV
hsv(37, 69%, 99%)
CMYK
0%, 26%, 69%, 1%
XYZ
X: 62.86, Y: 57.53, Z: 11.72
Lab
L: 80.48, a: 17.70, b: 61.99
Name

Shades of Color #FDBA4F

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

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

#FDBA4Frgb(253, 186, 79)

About #FDBA4F Color Code

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

  • HEX: #FDBA4F
  • RGB: rgb(253, 186, 79)
  • HSL: hsl(37, 98%, 65%)
  • HSV: hsv(37, 69%, 99%)
  • CMYK: 0.00% cyan, 26.00% magenta, 69.00% yellow, 100.00% black
  • XYZ: 62.86, 57.53, 11.72
  • Yxy: 57.53, 0.4758, 0.4355
  • Hunter Lab: 80.48, 17.70, 61.99
  • CIE-Lab: 80.48, 17.70, 61.99

In the XYZ color space, this color is represented as X: 62.86, Y: 57.53, Z: 11.72. The Yxy representation further refines this as Y: 57.53, x: 0.4758, and y: 0.4355.

In the Hunter Lab color space, this color is represented as L: 80.48, a: 17.70, and b: 61.99. Similarly, in the CIE-Lab color space, it is represented as L: 80.48, a: 17.70, and b: 61.99.

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

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

Analogous Colors of #FDBA4F

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

Monochromatic Colors of #FDBA4F

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

Complementary Color of #FDBA4F

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

/* Using HEX */
body {
  background-color: #fdba4f;
}
/* Using RGB */
body {
  background-color: rgb(253, 186, 79);
}
/* Using RGB with opacity */
body {
  background-color: rgba(253, 186, 79, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(37, 98%, 65%);
}
/* Text color */
p {
  color: #fdba4f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fdba4f;
}
/* Border color */
.box {
  border: 4px solid #fdba4f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fdba4f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fdba4f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FDBA4F
On Black Background
#FDBA4F
On White Background
#FDBA4F

HTML Examples of #FDBA4F

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

Related Colors of #FDBA4F

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