In a RGB color space, #ffbf00 hex color (also known as Amber) is composed of 100% red, 74.9% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25.1% magenta, 100% yellow and 0% black. It has a hue angle of 44.9 degrees, a saturation of 100% and a lightness of 50%. #ffbf00 color hex could be obtained by blending #ffff00 with #ff7f00. Closest websafe color is: #ffcc00.
The hexadecimal color #ffbf00 has RGB values of R:255, G:191, B:0 and CMYK values of C:0, M:0.25, Y:1, K:0. Its decimal value is 16760576.
Hex triplet | ffbf00 | #ffbf00 |
RGB Decimal | 255, 191, 0 | rgb(255,191,0) |
RGB Percent | 100, 74.9, 0 | rgb(100%,74.9%,0%) |
CMYK | 0, 25.1, 100, 0 | |
HSL | 44.9°, 100, 50 | hsl(44.9,100%,50%) |
HSV(HSB) | 44.9°, 100, 100 | |
Web Safe | ffcc00 | #fc0 |
XYZ | 59.871, 58.522, 8.14 |
xyY | 0.473, 0.463, 58.522 |
CIE-LAB | 81.028, 10.386, 83.036 |
CIE-LCH | 81.028, 83.683, 82.87 |
CIE-LUV | 81.028, 53.799, 83.318 |
Hunter-Lab | 76.499, 5.826, 47.241 |
Binary | 11111111, 10111111, 00000000 |
Below, you can see some colors close to #ffbf00. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ffbf00.
<span style="color:#ffbf00">Text here</span>
This paragraph has a background color of #ffbf00.
<p style="background-color:#ffbf00;">Content here</p>
This element has a border color of #ffbf00.
<div style="border:1px #ffbf00;">Content here</div>
.text {color:#ffbf00;}
.background {background-color:#ffbf00;}
.border {border:1px solid #ffbf00;}
.text-shadow {border:1px solid #ffbf00;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #fffaea is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #80807f is the less saturated color, while #f4ba0b is the most saturated one.