Shades of Lemon #FEFE21
Tints of Lemon #FEFE21
RGB
CMYK
RGB Variations
Color information
#FEFE21 (or 0xFEFE21) is known color: Lemon. HEX triplet: FE, FE and 21. RGB value is (254,254,33). Sum of RGB (Red+Green+Blue) = 254+254+33=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 33 (13.28% from 255 or 6.10% from 541); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFE21 is #0101DE. Grayscale: #E5E5E5. Windows color (decimal): -66015 or 2227966. OLE color: 2227966.
HSL color Cylindrical-coordinate representation of color #FEFE21: hue angle of 60º 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 #FEFE21 is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 33 | - |
| CMYK | 0 | 0 | 0.87 | 0.00 |
| HSL | 60º | 0.99% | 0.56% | - |
| HSV(B) | 60º | 0.87% | 1% | - |
| XYZ | 76.59 | 92.06 | 15.17 | - |
| YUV | 228.81 | 17.5 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 33 | 0 | 0 | 0.87 | 0.00 | 60 | 0.99 | 0.56 |
| Hex | FE | FE | 21 | 0 | 0 | 57 | 0 | 3C | 63 | 38 |
| Octal | 376 | 376 | 41 | 0 | 0 | 127 | 0 | 74 | 143 | 70 |
| Binary | 11111110 | 11111110 | 100001 | 0 | 0 | 1010111 | 0 | 111100 | 1100011 | 111000 |
Color Harmonies of #FEFE21
Complementary color
Monochromatic Colors of #FEFE21
Black with #FEFE21
Text Example
Text Example
White with #FEFE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE21; }
p { color: rgb(254,254,33); }
H1.HeaderClassName
{
color: #FEFE21;
}
.AnyTagClassName
{
color: #FEFE21;
}
</style>
background-color css
<style>
a { background-color: #FEFE21; }
a { background-color: rgb(254,254,33); }
div.DivClassName
{
background-color: #FEFE21;
}
.BgClassName
{
background-color: #FEFE21;
}
</style>
border-color css
<style>
span { border-color: #FEFE21; }
span { border-color: rgb(254,254,33); }
td.TdClassName
{
border-color: #FEFE21;
}
.TagClassName
{
border-color: #FEFE21;
}
</style>