Yellow/ reddish black
Enter any color value (e.g., #e906f5, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#ffff00 color RGB value is (255,255,0)
#ffff00 color CMYK value
#ffff00 color HSL value
HSV(or HSB) | 60° | 100 | 100 |
XYZ | 77 | 92.78 | 13.85 |
Yxy | 0.419 | 0.505 | 92.78 |
LAB | 97.138 | -21.556 | 94.482 |
LUV | 97.138 | 7.703 | 106.789 |
Hunter-LAB | 96.322 | -25.871 | 58.9 |
CIE-LCH | 97.138 | 96.91 | 102.852 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FF | FF | 0 |
Decimal | 255 | 255 | 0 |
Octal | 377 | 377 | 0 |
Binary | 11111111 | 11111111 | 00000000 |
Below, you can see some colors close to #ffff00. 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 #ffff00.
<span style="color:#ffff00">Text here</span>
This paragraph has a background color of #ffff00.
<p style="background-color:#ffff00;">Content here</p>
This element has a border color of #ffff00.
<div style="border:1px #ffff00;">Content here</div>
.text {color:#ffff00;}
.background {background-color:#ffff00;}
.border {border:1px solid #ffff00;}
.text-shadow {border:1px solid #ffff00;}
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 #ffffea is the lightest one.