Shades of Lemon #FEE621
Tints of Lemon #FEE621
RGB
CMYK
RGB Variations
Color information
#FEE621 (or 0xFEE621) is known color: Lemon. HEX triplet: FE, E6 and 21. RGB value is (254,230,33). Sum of RGB (Red+Green+Blue) = 254+230+33=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 33 (13.28% from 255 or 6.38% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE621 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE621 is #0119DE. Grayscale: #D7D7D7. Windows color (decimal): -72159 or 2221822. OLE color: 2221822.
HSL color Cylindrical-coordinate representation of color #FEE621: hue angle of 53.48º 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 #FEE621 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 33 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.00 |
| HSL | 53.48º | 0.99% | 0.56% | - |
| HSV(B) | 53.48º | 0.87% | 1% | - |
| XYZ | 69.44 | 77.77 | 12.79 | - |
| YUV | 214.72 | 25.45 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 33 | 0 | 0.09 | 0.87 | 0.00 | 53.48 | 0.99 | 0.56 |
| Hex | FE | E6 | 21 | 0 | 9 | 57 | 0 | 35 | 63 | 38 |
| Octal | 376 | 346 | 41 | 0 | 11 | 127 | 0 | 65 | 143 | 70 |
| Binary | 11111110 | 11100110 | 100001 | 0 | 1001 | 1010111 | 0 | 110101 | 1100011 | 111000 |
Color Harmonies of #FEE621
Complementary color
Monochromatic Colors of #FEE621
Black with #FEE621
Text Example
Text Example
White with #FEE621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE621; }
p { color: rgb(254,230,33); }
H1.HeaderClassName
{
color: #FEE621;
}
.AnyTagClassName
{
color: #FEE621;
}
</style>
background-color css
<style>
a { background-color: #FEE621; }
a { background-color: rgb(254,230,33); }
div.DivClassName
{
background-color: #FEE621;
}
.BgClassName
{
background-color: #FEE621;
}
</style>
border-color css
<style>
span { border-color: #FEE621; }
span { border-color: rgb(254,230,33); }
td.TdClassName
{
border-color: #FEE621;
}
.TagClassName
{
border-color: #FEE621;
}
</style>