Shades of Lemon #FDFF22
Tints of Lemon #FDFF22
RGB
CMYK
RGB Variations
Color information
#FDFF22 (or 0xFDFF22) is known color: Lemon. HEX triplet: FD, FF and 22. RGB value is (253,255,34). Sum of RGB (Red+Green+Blue) = 253+255+34=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 34 (13.67% from 255 or 6.27% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF22 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF22 is #0200DD. Grayscale: #E6E6E6. Windows color (decimal): -131294 or 2293757. OLE color: 2293757.
HSL color Cylindrical-coordinate representation of color #FDFF22: hue angle of 60.54º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDFF22 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 34 | - |
| CMYK | 0.01 | 0 | 0.87 | 0 |
| HSL | 60.54º | 1% | 0.57% | - |
| HSV(B) | 60.54º | 0.87% | 1% | - |
| XYZ | 76.56 | 92.52 | 15.34 | - |
| YUV | 229.21 | 17.84 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 34 | 0.01 | 0 | 0.87 | 0 | 60.54 | 1 | 0.57 |
| Hex | FD | FF | 22 | 1 | 0 | 57 | 0 | 3D | 64 | 39 |
| Octal | 375 | 377 | 42 | 1 | 0 | 127 | 0 | 75 | 144 | 71 |
| Binary | 11111101 | 11111111 | 100010 | 1 | 0 | 1010111 | 0 | 111101 | 1100100 | 111001 |
Color Harmonies of #FDFF22
Complementary color
Monochromatic Colors of #FDFF22
Black with #FDFF22
Text Example
Text Example
White with #FDFF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF22; }
p { color: rgb(253,255,34); }
H1.HeaderClassName
{
color: #FDFF22;
}
.AnyTagClassName
{
color: #FDFF22;
}
</style>
background-color css
<style>
a { background-color: #FDFF22; }
a { background-color: rgb(253,255,34); }
div.DivClassName
{
background-color: #FDFF22;
}
.BgClassName
{
background-color: #FDFF22;
}
</style>
border-color css
<style>
span { border-color: #FDFF22; }
span { border-color: rgb(253,255,34); }
td.TdClassName
{
border-color: #FDFF22;
}
.TagClassName
{
border-color: #FDFF22;
}
</style>