Color: #FFCC1C

#FFCC1C Color Information

#FFCC1C is a light color. The closest websafe version is #FFCC1C. A complement of this color would be #194BFF, perceived brightness is 0.78, and the grayscale version is #8E8E8E.

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

In a RGB color space, #FFCC1C is composed of 100% red, 80% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 89% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 65.61, x: 0.4763, and y: 0.4662.

Color Code #FFCC1C

#FFCC1Crgb(255, 204, 28)
HEX
#FFCC1C
RGB
rgb(255, 204, 28)
HSL
hsl(47, 100%, 55%)
HSV
hsv(47, 89%, 100%)
CMYK
0%, 20%, 89%, 0%
XYZ
X: 67.02, Y: 65.61, Z: 8.09
Lab
L: 84.80, a: 8.45, b: 81.58
Name

Shades of Color #FFCC1C

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

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

#FFCC1Crgb(255, 204, 28)

About #FFCC1C Color Code

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

  • HEX: #FFCC1C
  • RGB: rgb(255, 204, 28)
  • HSL: hsl(47, 100%, 55%)
  • HSV: hsv(47, 89%, 100%)
  • CMYK: 0.00% cyan, 20.00% magenta, 89.00% yellow, 0.00% black
  • XYZ: 67.02, 65.61, 8.09
  • Yxy: 65.61, 0.4763, 0.4662
  • Hunter Lab: 84.80, 8.45, 81.58
  • CIE-Lab: 84.80, 8.45, 81.58

In the XYZ color space, this color is represented as X: 67.02, Y: 65.61, Z: 8.09. The Yxy representation further refines this as Y: 65.61, x: 0.4763, and y: 0.4662.

In the Hunter Lab color space, this color is represented as L: 84.80, a: 8.45, and b: 81.58. Similarly, in the CIE-Lab color space, it is represented as L: 84.80, a: 8.45, and b: 81.58.

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

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

Analogous Colors of #FFCC1C

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

Split Complementary Colors of #FFCC1C

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

Tetradic Colors of #FFCC1C

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

Monochromatic Colors of #FFCC1C

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

Complementary Color of #FFCC1C

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

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

HTML Examples of #FFCC1C

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

Related Colors of #FFCC1C

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