Shades of Lemon #FEED21
Tints of Lemon #FEED21
RGB
CMYK
RGB Variations
Color information
#FEED21 (or 0xFEED21) is known color: Lemon. HEX triplet: FE, ED and 21. RGB value is (254,237,33). Sum of RGB (Red+Green+Blue) = 254+237+33=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 33 (13.28% from 255 or 6.30% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED21 is #0112DE. Grayscale: #DBDBDB. Windows color (decimal): -70367 or 2223614. OLE color: 2223614.
HSL color Cylindrical-coordinate representation of color #FEED21: hue angle of 55.38º 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 #FEED21 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 33 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.00 |
| HSL | 55.38º | 0.99% | 0.56% | - |
| HSV(B) | 55.38º | 0.87% | 1% | - |
| XYZ | 71.43 | 81.75 | 13.45 | - |
| YUV | 218.83 | 23.13 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 33 | 0 | 0.07 | 0.87 | 0.00 | 55.38 | 0.99 | 0.56 |
| Hex | FE | ED | 21 | 0 | 7 | 57 | 0 | 37 | 63 | 38 |
| Octal | 376 | 355 | 41 | 0 | 7 | 127 | 0 | 67 | 143 | 70 |
| Binary | 11111110 | 11101101 | 100001 | 0 | 111 | 1010111 | 0 | 110111 | 1100011 | 111000 |
Color Harmonies of #FEED21
Complementary color
Monochromatic Colors of #FEED21
Black with #FEED21
Text Example
Text Example
White with #FEED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED21; }
p { color: rgb(254,237,33); }
H1.HeaderClassName
{
color: #FEED21;
}
.AnyTagClassName
{
color: #FEED21;
}
</style>
background-color css
<style>
a { background-color: #FEED21; }
a { background-color: rgb(254,237,33); }
div.DivClassName
{
background-color: #FEED21;
}
.BgClassName
{
background-color: #FEED21;
}
</style>
border-color css
<style>
span { border-color: #FEED21; }
span { border-color: rgb(254,237,33); }
td.TdClassName
{
border-color: #FEED21;
}
.TagClassName
{
border-color: #FEED21;
}
</style>