Color: #FDB01C

#FDB01C Color Information

#FDB01C is a light color. The closest websafe version is #FDB01C. A complement of this color would be #1C6BFD, perceived brightness is 0.71, and the grayscale version is #8D8D8D.

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

In a RGB color space, #FDB01C is composed of 99% red, 69% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 30% magenta, 89% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 53.05, x: 0.5011, and y: 0.4451.

Color Code #FDB01C

#FDB01Crgb(253, 176, 28)
HEX
#FDB01C
RGB
rgb(253, 176, 28)
HSL
hsl(39, 98%, 55%)
HSV
hsv(39, 89%, 99%)
CMYK
0%, 30%, 89%, 1%
XYZ
X: 59.72, Y: 53.05, Z: 6.41
Lab
L: 77.90, a: 21.44, b: 76.55
Name

Shades of Color #FDB01C

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

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

#FDB01Crgb(253, 176, 28)

About #FDB01C Color Code

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

  • HEX: #FDB01C
  • RGB: rgb(253, 176, 28)
  • HSL: hsl(39, 98%, 55%)
  • HSV: hsv(39, 89%, 99%)
  • CMYK: 0.00% cyan, 30.00% magenta, 89.00% yellow, 100.00% black
  • XYZ: 59.72, 53.05, 6.41
  • Yxy: 53.05, 0.5011, 0.4451
  • Hunter Lab: 77.90, 21.44, 76.55
  • CIE-Lab: 77.90, 21.44, 76.55

In the XYZ color space, this color is represented as X: 59.72, Y: 53.05, Z: 6.41. The Yxy representation further refines this as Y: 53.05, x: 0.5011, and y: 0.4451.

In the Hunter Lab color space, this color is represented as L: 77.90, a: 21.44, and b: 76.55. Similarly, in the CIE-Lab color space, it is represented as L: 77.90, a: 21.44, and b: 76.55.

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

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

Analogous Colors of #FDB01C

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

Split Complementary Colors of #FDB01C

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

Tetradic Colors of #FDB01C

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

Monochromatic Colors of #FDB01C

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

Complementary Color of #FDB01C

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

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

HTML Examples of #FDB01C

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

Related Colors of #FDB01C

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