Color: #FFAD0C

#FFAD0C Color Information

#FFAD0C is a light color. The closest websafe version is #FFAD0C. A complement of this color would be #0A5CFF, perceived brightness is 0.70, and the grayscale version is #868686.

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

In a RGB color space, #FFAD0C is composed of 100% red, 68% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 32% magenta, 95% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 52.23, x: 0.5077, and y: 0.4438.

Color Code #FFAD0C

#FFAD0Crgb(255, 173, 12)
HEX
#FFAD0C
RGB
rgb(255, 173, 12)
HSL
hsl(40, 100%, 52%)
HSV
hsv(40, 95%, 100%)
CMYK
0%, 32%, 95%, 0%
XYZ
X: 59.75, Y: 52.23, Z: 5.71
Lab
L: 77.42, a: 23.61, b: 78.94
Name

Shades of Color #FFAD0C

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

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

#FFAD0Crgb(255, 173, 12)

About #FFAD0C Color Code

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

  • HEX: #FFAD0C
  • RGB: rgb(255, 173, 12)
  • HSL: hsl(40, 100%, 52%)
  • HSV: hsv(40, 95%, 100%)
  • CMYK: 0.00% cyan, 32.00% magenta, 95.00% yellow, 0.00% black
  • XYZ: 59.75, 52.23, 5.71
  • Yxy: 52.23, 0.5077, 0.4438
  • Hunter Lab: 77.42, 23.61, 78.94
  • CIE-Lab: 77.42, 23.61, 78.94

In the XYZ color space, this color is represented as X: 59.75, Y: 52.23, Z: 5.71. The Yxy representation further refines this as Y: 52.23, x: 0.5077, and y: 0.4438.

In the Hunter Lab color space, this color is represented as L: 77.42, a: 23.61, and b: 78.94. Similarly, in the CIE-Lab color space, it is represented as L: 77.42, a: 23.61, and b: 78.94.

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

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

Analogous Colors of #FFAD0C

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

Split Complementary Colors of #FFAD0C

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

Tetradic Colors of #FFAD0C

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

Monochromatic Colors of #FFAD0C

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

Complementary Color of #FFAD0C

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

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

HTML Examples of #FFAD0C

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

Related Colors of #FFAD0C

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