Color: #FFBE26

#FFBE26 Color Information

#FFBE26 is a light color. The closest websafe version is #FFBE26. A complement of this color would be #2465FF, perceived brightness is 0.75, and the grayscale version is #939393.

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

In a RGB color space, #FFBE26 is composed of 100% red, 75% green and 15% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25% magenta, 85% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 59.28, x: 0.4872, and y: 0.4533.

Color Code #FFBE26

#FFBE26rgb(255, 190, 38)
HEX
#FFBE26
RGB
rgb(255, 190, 38)
HSL
hsl(42, 100%, 57%)
HSV
hsv(42, 85%, 100%)
CMYK
0%, 25%, 85%, 0%
XYZ
X: 63.71, Y: 59.28, Z: 7.78
Lab
L: 81.45, a: 15.47, b: 76.99
Name

Shades of Color #FFBE26

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

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

#FFBE26rgb(255, 190, 38)

About #FFBE26 Color Code

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

  • HEX: #FFBE26
  • RGB: rgb(255, 190, 38)
  • HSL: hsl(42, 100%, 57%)
  • HSV: hsv(42, 85%, 100%)
  • CMYK: 0.00% cyan, 25.00% magenta, 85.00% yellow, 0.00% black
  • XYZ: 63.71, 59.28, 7.78
  • Yxy: 59.28, 0.4872, 0.4533
  • Hunter Lab: 81.45, 15.47, 76.99
  • CIE-Lab: 81.45, 15.47, 76.99

In the XYZ color space, this color is represented as X: 63.71, Y: 59.28, Z: 7.78. The Yxy representation further refines this as Y: 59.28, x: 0.4872, and y: 0.4533.

In the Hunter Lab color space, this color is represented as L: 81.45, a: 15.47, and b: 76.99. Similarly, in the CIE-Lab color space, it is represented as L: 81.45, a: 15.47, and b: 76.99.

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

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

Analogous Colors of #FFBE26

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

Split Complementary Colors of #FFBE26

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

Tetradic Colors of #FFBE26

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

Monochromatic Colors of #FFBE26

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

Complementary Color of #FFBE26

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

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

HTML Examples of #FFBE26

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

Related Colors of #FFBE26

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