Color: #F7B50B

#F7B50B Color Information

#F7B50B is a light color. The closest websafe version is #F7B50B. A complement of this color would be #0D4FF8, perceived brightness is 0.71, and the grayscale version is #818181.

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

In a RGB color space, #F7B50B is composed of 97% red, 71% green and 4% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 27% magenta, 96% yellow and 3% black.

In the Yxy color space, this color is represented as Y: 53.84, x: 0.4938, and y: 0.4553.

Color Code #F7B50B

HEX
#F7B50B
RGB
rgb(247, 181, 11)
HSL
hsl(43, 94%, 51%)
HSV
hsv(43, 96%, 97%)
CMYK
0%, 27%, 96%, 3%
XYZ
X: 58.40, Y: 53.84, Z: 6.02
Lab
L: 78.37, a: 16.28, b: 79.13
Name

Shades of Color #F7B50B

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

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

About #F7B50B Color Code

In the HSL color space, this color has a hue angle of 43°, a saturation of 94%, and a lightness of 51%. The HSV representation shows a hue of 43°, a saturation of 96%, and a value of 97%.

  • HEX: #F7B50B
  • RGB: rgb(247, 181, 11)
  • HSL: hsl(43, 94%, 51%)
  • HSV: hsv(43, 96%, 97%)
  • CMYK: 0.00% cyan, 27.00% magenta, 96.00% yellow, 3.00% black
  • XYZ: 58.40, 53.84, 6.02
  • Yxy: 53.84, 0.4938, 0.4553
  • Hunter Lab: 78.37, 16.28, 79.13
  • CIE-Lab: 78.37, 16.28, 79.13

In the XYZ color space, this color is represented as X: 58.40, Y: 53.84, Z: 6.02. The Yxy representation further refines this as Y: 53.84, x: 0.4938, and y: 0.4553.

In the Hunter Lab color space, this color is represented as L: 78.37, a: 16.28, and b: 79.13. Similarly, in the CIE-Lab color space, it is represented as L: 78.37, a: 16.28, and b: 79.13.

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

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

Analogous Colors of #F7B50B

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

Monochromatic Colors of #F7B50B

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

Complementary Color of #F7B50B

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

/* Using HEX */
body {
  background-color: #f7b50b;
}
/* Using RGB */
body {
  background-color: rgb(247, 181, 11);
}
/* Using RGB with opacity */
body {
  background-color: rgba(247, 181, 11, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(43, 94%, 51%);
}
/* Text color */
p {
  color: #f7b50b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f7b50b;
}

HTML Examples of #F7B50B

<!-- Using HEX -->
<div style="background-color: #f7b50b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(247, 181, 11); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(247, 181, 11, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(43, 94%, 51%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f7b50b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f7b50b; width: 100px; height: 100px;"></div>

Related Colors of #F7B50B

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