Shades of Lemon #FEE21C
Tints of Lemon #FEE21C
RGB
CMYK
RGB Variations
Color information
#FEE21C (or 0xFEE21C) is known color: Lemon. HEX triplet: FE, E2 and 1C. RGB value is (254,226,28). Sum of RGB (Red+Green+Blue) = 254+226+28=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 28 (11.33% from 255 or 5.51% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE21C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE21C is #011DE3. Grayscale: #D4D4D4. Windows color (decimal): -73188 or 1893118. OLE color: 1893118.
HSL color Cylindrical-coordinate representation of color #FEE21C: hue angle of 52.57º 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 #FEE21C is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 28 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.00 |
| HSL | 52.57º | 0.99% | 0.55% | - |
| HSV(B) | 52.57º | 0.89% | 1% | - |
| XYZ | 68.28 | 75.55 | 12.08 | - |
| YUV | 211.8 | 24.28 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 28 | 0 | 0.11 | 0.89 | 0.00 | 52.57 | 0.99 | 0.55 |
| Hex | FE | E2 | 1C | 0 | B | 59 | 0 | 35 | 63 | 37 |
| Octal | 376 | 342 | 34 | 0 | 13 | 131 | 0 | 65 | 143 | 67 |
| Binary | 11111110 | 11100010 | 11100 | 0 | 1011 | 1011001 | 0 | 110101 | 1100011 | 110111 |
Color Harmonies of #FEE21C
Complementary color
Monochromatic Colors of #FEE21C
Black with #FEE21C
Text Example
Text Example
White with #FEE21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE21C; }
p { color: rgb(254,226,28); }
H1.HeaderClassName
{
color: #FEE21C;
}
.AnyTagClassName
{
color: #FEE21C;
}
</style>
background-color css
<style>
a { background-color: #FEE21C; }
a { background-color: rgb(254,226,28); }
div.DivClassName
{
background-color: #FEE21C;
}
.BgClassName
{
background-color: #FEE21C;
}
</style>
border-color css
<style>
span { border-color: #FEE21C; }
span { border-color: rgb(254,226,28); }
td.TdClassName
{
border-color: #FEE21C;
}
.TagClassName
{
border-color: #FEE21C;
}
</style>