Color: #FFF066

#FFF066 Color Information

#FFF066 is a light color. The closest websafe version is #FFF066. A complement of this color would be #6675FF, perceived brightness is 0.90, and the grayscale version is #B3B3B3.

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

In a RGB color space, #FFF066 is composed of 100% red, 94% green and 40% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 60% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 85.52, x: 0.4299, and y: 0.4650.

Color Code #FFF066

#FFF066rgb(255, 240, 102)
HEX
#FFF066
RGB
rgb(255, 240, 102)
HSL
hsl(54, 100%, 70%)
HSV
hsv(54, 60%, 100%)
CMYK
0%, 6%, 60%, 0%
XYZ
X: 79.06, Y: 85.52, Z: 19.34
Lab
L: 94.11, a: -6.62, b: 66.52
Name

Shades of Color #FFF066

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

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

#FFF066rgb(255, 240, 102)

About #FFF066 Color Code

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

  • HEX: #FFF066
  • RGB: rgb(255, 240, 102)
  • HSL: hsl(54, 100%, 70%)
  • HSV: hsv(54, 60%, 100%)
  • CMYK: 0.00% cyan, 6.00% magenta, 60.00% yellow, 0.00% black
  • XYZ: 79.06, 85.52, 19.34
  • Yxy: 85.52, 0.4299, 0.4650
  • Hunter Lab: 94.11, -6.62, 66.52
  • CIE-Lab: 94.11, -6.62, 66.52

In the XYZ color space, this color is represented as X: 79.06, Y: 85.52, Z: 19.34. The Yxy representation further refines this as Y: 85.52, x: 0.4299, and y: 0.4650.

In the Hunter Lab color space, this color is represented as L: 94.11, a: -6.62, and b: 66.52. Similarly, in the CIE-Lab color space, it is represented as L: 94.11, a: -6.62, and b: 66.52.

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

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

Analogous Colors of #FFF066

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

Split Complementary Colors of #FFF066

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

Tetradic Colors of #FFF066

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

Monochromatic Colors of #FFF066

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

Complementary Color of #FFF066

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

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

HTML Examples of #FFF066

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

Related Colors of #FFF066

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