Shades of Lemon #FDFF21
Tints of Lemon #FDFF21
RGB
CMYK
RGB Variations
Color information
#FDFF21 (or 0xFDFF21) is known color: Lemon. HEX triplet: FD, FF and 21. RGB value is (253,255,33). Sum of RGB (Red+Green+Blue) = 253+255+33=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 33 (13.28% from 255 or 6.10% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF21 is #0200DE. Grayscale: #E5E5E5. Windows color (decimal): -131295 or 2228221. OLE color: 2228221.
HSL color Cylindrical-coordinate representation of color #FDFF21: hue angle of 60.54º 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 #FDFF21 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 33 | - |
| CMYK | 0.01 | 0 | 0.87 | 0 |
| HSL | 60.54º | 1% | 0.56% | - |
| HSV(B) | 60.54º | 0.87% | 1% | - |
| XYZ | 76.54 | 92.51 | 15.26 | - |
| YUV | 229.09 | 17.34 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 33 | 0.01 | 0 | 0.87 | 0 | 60.54 | 1 | 0.56 |
| Hex | FD | FF | 21 | 1 | 0 | 57 | 0 | 3D | 64 | 38 |
| Octal | 375 | 377 | 41 | 1 | 0 | 127 | 0 | 75 | 144 | 70 |
| Binary | 11111101 | 11111111 | 100001 | 1 | 0 | 1010111 | 0 | 111101 | 1100100 | 111000 |
Color Harmonies of #FDFF21
Complementary color
Monochromatic Colors of #FDFF21
Black with #FDFF21
Text Example
Text Example
White with #FDFF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF21; }
p { color: rgb(253,255,33); }
H1.HeaderClassName
{
color: #FDFF21;
}
.AnyTagClassName
{
color: #FDFF21;
}
</style>
background-color css
<style>
a { background-color: #FDFF21; }
a { background-color: rgb(253,255,33); }
div.DivClassName
{
background-color: #FDFF21;
}
.BgClassName
{
background-color: #FDFF21;
}
</style>
border-color css
<style>
span { border-color: #FDFF21; }
span { border-color: rgb(253,255,33); }
td.TdClassName
{
border-color: #FDFF21;
}
.TagClassName
{
border-color: #FDFF21;
}
</style>