Shades of Lemon #FEFD20
Tints of Lemon #FEFD20
RGB
CMYK
RGB Variations
Color information
#FEFD20 (or 0xFEFD20) is known color: Lemon. HEX triplet: FE, FD and 20. RGB value is (254,253,32). Sum of RGB (Red+Green+Blue) = 254+253+32=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 32 (12.89% from 255 or 5.94% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD20 is #0102DF. Grayscale: #E4E4E4. Windows color (decimal): -66272 or 2162174. OLE color: 2162174.
HSL color Cylindrical-coordinate representation of color #FEFD20: 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 #FEFD20 is Cyan = 0, Magento = 0.00, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 32 | - |
| CMYK | 0 | 0.00 | 0.87 | 0.00 |
| HSL | 59.73º | 0.99% | 0.56% | - |
| HSV(B) | 59.73º | 0.87% | 1% | - |
| XYZ | 76.26 | 91.43 | 14.99 | - |
| YUV | 228.11 | 17.33 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 32 | 0 | 0.00 | 0.87 | 0.00 | 59.73 | 0.99 | 0.56 |
| Hex | FE | FD | 20 | 0 | 0 | 57 | 0 | 3C | 63 | 38 |
| Octal | 376 | 375 | 40 | 0 | 0 | 127 | 0 | 74 | 143 | 70 |
| Binary | 11111110 | 11111101 | 100000 | 0 | 0 | 1010111 | 0 | 111100 | 1100011 | 111000 |
Color Harmonies of #FEFD20
Complementary color
Monochromatic Colors of #FEFD20
Black with #FEFD20
Text Example
Text Example
White with #FEFD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD20; }
p { color: rgb(254,253,32); }
H1.HeaderClassName
{
color: #FEFD20;
}
.AnyTagClassName
{
color: #FEFD20;
}
</style>
background-color css
<style>
a { background-color: #FEFD20; }
a { background-color: rgb(254,253,32); }
div.DivClassName
{
background-color: #FEFD20;
}
.BgClassName
{
background-color: #FEFD20;
}
</style>
border-color css
<style>
span { border-color: #FEFD20; }
span { border-color: rgb(254,253,32); }
td.TdClassName
{
border-color: #FEFD20;
}
.TagClassName
{
border-color: #FEFD20;
}
</style>