Shades of Lemon #FEE21D
Tints of Lemon #FEE21D
RGB
CMYK
RGB Variations
Color information
#FEE21D (or 0xFEE21D) is known color: Lemon. HEX triplet: FE, E2 and 1D. RGB value is (254,226,29). Sum of RGB (Red+Green+Blue) = 254+226+29=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 29 (11.72% from 255 or 5.70% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE21D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE21D is #011DE2. Grayscale: #D4D4D4. Windows color (decimal): -73187 or 1958654. OLE color: 1958654.
HSL color Cylindrical-coordinate representation of color #FEE21D: hue angle of 52.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEE21D is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 29 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.00 |
| HSL | 52.53º | 0.99% | 0.55% | - |
| HSV(B) | 52.53º | 0.89% | 1% | - |
| XYZ | 68.29 | 75.55 | 12.15 | - |
| YUV | 211.91 | 24.78 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 29 | 0 | 0.11 | 0.89 | 0.00 | 52.53 | 0.99 | 0.55 |
| Hex | FE | E2 | 1D | 0 | B | 59 | 0 | 35 | 63 | 37 |
| Octal | 376 | 342 | 35 | 0 | 13 | 131 | 0 | 65 | 143 | 67 |
| Binary | 11111110 | 11100010 | 11101 | 0 | 1011 | 1011001 | 0 | 110101 | 1100011 | 110111 |
Color Harmonies of #FEE21D
Complementary color
Monochromatic Colors of #FEE21D
Black with #FEE21D
Text Example
Text Example
White with #FEE21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE21D; }
p { color: rgb(254,226,29); }
H1.HeaderClassName
{
color: #FEE21D;
}
.AnyTagClassName
{
color: #FEE21D;
}
</style>
background-color css
<style>
a { background-color: #FEE21D; }
a { background-color: rgb(254,226,29); }
div.DivClassName
{
background-color: #FEE21D;
}
.BgClassName
{
background-color: #FEE21D;
}
</style>
border-color css
<style>
span { border-color: #FEE21D; }
span { border-color: rgb(254,226,29); }
td.TdClassName
{
border-color: #FEE21D;
}
.TagClassName
{
border-color: #FEE21D;
}
</style>