Shades of Lemon #FEFD21
Tints of Lemon #FEFD21
RGB
CMYK
RGB Variations
Color information
#FEFD21 (or 0xFEFD21) is known color: Lemon. HEX triplet: FE, FD and 21. RGB value is (254,253,33). Sum of RGB (Red+Green+Blue) = 254+253+33=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 33 (13.28% from 255 or 6.11% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD21 is #0102DE. Grayscale: #E5E5E5. Windows color (decimal): -66271 or 2227710. OLE color: 2227710.
HSL color Cylindrical-coordinate representation of color #FEFD21: hue angle of 59.73º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEFD21 is Cyan = 0, Magento = 0.00, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 33 | - |
| CMYK | 0 | 0.00 | 0.87 | 0.00 |
| HSL | 59.73º | 0.99% | 0.56% | - |
| HSV(B) | 59.73º | 0.87% | 1% | - |
| XYZ | 76.27 | 91.43 | 15.07 | - |
| YUV | 228.22 | 17.83 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 33 | 0 | 0.00 | 0.87 | 0.00 | 59.73 | 0.99 | 0.56 |
| Hex | FE | FD | 21 | 0 | 0 | 57 | 0 | 3C | 63 | 38 |
| Octal | 376 | 375 | 41 | 0 | 0 | 127 | 0 | 74 | 143 | 70 |
| Binary | 11111110 | 11111101 | 100001 | 0 | 0 | 1010111 | 0 | 111100 | 1100011 | 111000 |
Color Harmonies of #FEFD21
Complementary color
Monochromatic Colors of #FEFD21
Black with #FEFD21
Text Example
Text Example
White with #FEFD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD21; }
p { color: rgb(254,253,33); }
H1.HeaderClassName
{
color: #FEFD21;
}
.AnyTagClassName
{
color: #FEFD21;
}
</style>
background-color css
<style>
a { background-color: #FEFD21; }
a { background-color: rgb(254,253,33); }
div.DivClassName
{
background-color: #FEFD21;
}
.BgClassName
{
background-color: #FEFD21;
}
</style>
border-color css
<style>
span { border-color: #FEFD21; }
span { border-color: rgb(254,253,33); }
td.TdClassName
{
border-color: #FEFD21;
}
.TagClassName
{
border-color: #FEFD21;
}
</style>