Shades of Lemon #FFFA21
Tints of Lemon #FFFA21
RGB
CMYK
RGB Variations
Color information
#FFFA21 (or 0xFFFA21) is known color: Lemon. HEX triplet: FF, FA and 21. RGB value is (255,250,33). Sum of RGB (Red+Green+Blue) = 255+250+33=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 33 (13.28% from 255 or 6.13% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA21 is #0005DE. Grayscale: #E3E3E3. Windows color (decimal): -1503 or 2226943. OLE color: 2226943.
HSL color Cylindrical-coordinate representation of color #FFFA21: hue angle of 58.65º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFFA21 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 33 | - |
| CMYK | 0 | 0.02 | 0.87 | 0 |
| HSL | 58.65º | 1% | 0.56% | - |
| HSV(B) | 58.65º | 0.87% | 1% | - |
| XYZ | 75.7 | 89.74 | 14.77 | - |
| YUV | 226.76 | 18.66 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 33 | 0 | 0.02 | 0.87 | 0 | 58.65 | 1 | 0.56 |
| Hex | FF | FA | 21 | 0 | 2 | 57 | 0 | 3B | 64 | 38 |
| Octal | 377 | 372 | 41 | 0 | 2 | 127 | 0 | 73 | 144 | 70 |
| Binary | 11111111 | 11111010 | 100001 | 0 | 10 | 1010111 | 0 | 111011 | 1100100 | 111000 |
Color Harmonies of #FFFA21
Complementary color
Monochromatic Colors of #FFFA21
Black with #FFFA21
Text Example
Text Example
White with #FFFA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA21; }
p { color: rgb(255,250,33); }
H1.HeaderClassName
{
color: #FFFA21;
}
.AnyTagClassName
{
color: #FFFA21;
}
</style>
background-color css
<style>
a { background-color: #FFFA21; }
a { background-color: rgb(255,250,33); }
div.DivClassName
{
background-color: #FFFA21;
}
.BgClassName
{
background-color: #FFFA21;
}
</style>
border-color css
<style>
span { border-color: #FFFA21; }
span { border-color: rgb(255,250,33); }
td.TdClassName
{
border-color: #FFFA21;
}
.TagClassName
{
border-color: #FFFA21;
}
</style>