Color: #FDB75C

#FDB75C Color Information

#FDB75C is a light color. The closest websafe version is #FDB75C. A complement of this color would be #5DA3FD, perceived brightness is 0.76, and the grayscale version is #ADADAD.

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

In a RGB color space, #FDB75C is composed of 99% red, 72% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 64% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 56.45, x: 0.4719, and y: 0.4255.

Color Code #FDB75C

#FDB75Crgb(253, 183, 92)
HEX
#FDB75C
RGB
rgb(253, 183, 92)
HSL
hsl(34, 98%, 68%)
HSV
hsv(34, 64%, 99%)
CMYK
0%, 28%, 64%, 1%
XYZ
X: 62.60, Y: 56.45, Z: 13.61
Lab
L: 79.87, a: 19.71, b: 55.61
Name

Shades of Color #FDB75C

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

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

#FDB75Crgb(253, 183, 92)

About #FDB75C Color Code

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

  • HEX: #FDB75C
  • RGB: rgb(253, 183, 92)
  • HSL: hsl(34, 98%, 68%)
  • HSV: hsv(34, 64%, 99%)
  • CMYK: 0.00% cyan, 28.00% magenta, 64.00% yellow, 100.00% black
  • XYZ: 62.60, 56.45, 13.61
  • Yxy: 56.45, 0.4719, 0.4255
  • Hunter Lab: 79.87, 19.71, 55.61
  • CIE-Lab: 79.87, 19.71, 55.61

In the XYZ color space, this color is represented as X: 62.60, Y: 56.45, Z: 13.61. The Yxy representation further refines this as Y: 56.45, x: 0.4719, and y: 0.4255.

In the Hunter Lab color space, this color is represented as L: 79.87, a: 19.71, and b: 55.61. Similarly, in the CIE-Lab color space, it is represented as L: 79.87, a: 19.71, and b: 55.61.

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

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

Analogous Colors of #FDB75C

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

Split Complementary Colors of #FDB75C

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

Tetradic Colors of #FDB75C

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

Monochromatic Colors of #FDB75C

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

Complementary Color of #FDB75C

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

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

HTML Examples of #FDB75C

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

Related Colors of #FDB75C

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