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