Color: #FFB13D

#FFB13D Color Information

#FFB13D is a light color. The closest websafe version is #FFB13D. A complement of this color would be #3D8BFF, perceived brightness is 0.73, and the grayscale version is #9E9E9E.

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

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

In the Yxy color space, this color is represented as Y: 54.05, x: 0.4926, and y: 0.4350.

Color Code #FFB13D

#FFB13Drgb(255, 177, 61)
HEX
#FFB13D
RGB
rgb(255, 177, 61)
HSL
hsl(36, 100%, 62%)
HSV
hsv(36, 76%, 100%)
CMYK
0%, 31%, 76%, 0%
XYZ
X: 61.20, Y: 54.05, Z: 9.00
Lab
L: 78.49, a: 22.42, b: 67.38
Name

Shades of Color #FFB13D

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

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

#FFB13Drgb(255, 177, 61)

About #FFB13D Color Code

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

  • HEX: #FFB13D
  • RGB: rgb(255, 177, 61)
  • HSL: hsl(36, 100%, 62%)
  • HSV: hsv(36, 76%, 100%)
  • CMYK: 0.00% cyan, 31.00% magenta, 76.00% yellow, 0.00% black
  • XYZ: 61.20, 54.05, 9.00
  • Yxy: 54.05, 0.4926, 0.4350
  • Hunter Lab: 78.49, 22.42, 67.38
  • CIE-Lab: 78.49, 22.42, 67.38

In the XYZ color space, this color is represented as X: 61.20, Y: 54.05, Z: 9.00. The Yxy representation further refines this as Y: 54.05, x: 0.4926, and y: 0.4350.

In the Hunter Lab color space, this color is represented as L: 78.49, a: 22.42, and b: 67.38. Similarly, in the CIE-Lab color space, it is represented as L: 78.49, a: 22.42, and b: 67.38.

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

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

Analogous Colors of #FFB13D

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

Monochromatic Colors of #FFB13D

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

Complementary Color of #FFB13D

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

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

HTML Examples of #FFB13D

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

Related Colors of #FFB13D

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