Shades of Lemon #FEF521
Tints of Lemon #FEF521
RGB
CMYK
RGB Variations
Color information
#FEF521 (or 0xFEF521) is known color: Lemon. HEX triplet: FE, F5 and 21. RGB value is (254,245,33). Sum of RGB (Red+Green+Blue) = 254+245+33=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 33 (13.28% from 255 or 6.20% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF521 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF521 is #010ADE. Grayscale: #E0E0E0. Windows color (decimal): -68319 or 2225662. OLE color: 2225662.
HSL color Cylindrical-coordinate representation of color #FEF521: hue angle of 57.56º 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 #FEF521 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 33 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.00 |
| HSL | 57.56º | 0.99% | 0.56% | - |
| HSV(B) | 57.56º | 0.87% | 1% | - |
| XYZ | 73.8 | 86.49 | 14.24 | - |
| YUV | 223.52 | 20.48 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 33 | 0 | 0.04 | 0.87 | 0.00 | 57.56 | 0.99 | 0.56 |
| Hex | FE | F5 | 21 | 0 | 4 | 57 | 0 | 3A | 63 | 38 |
| Octal | 376 | 365 | 41 | 0 | 4 | 127 | 0 | 72 | 143 | 70 |
| Binary | 11111110 | 11110101 | 100001 | 0 | 100 | 1010111 | 0 | 111010 | 1100011 | 111000 |
Color Harmonies of #FEF521
Complementary color
Monochromatic Colors of #FEF521
Black with #FEF521
Text Example
Text Example
White with #FEF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF521; }
p { color: rgb(254,245,33); }
H1.HeaderClassName
{
color: #FEF521;
}
.AnyTagClassName
{
color: #FEF521;
}
</style>
background-color css
<style>
a { background-color: #FEF521; }
a { background-color: rgb(254,245,33); }
div.DivClassName
{
background-color: #FEF521;
}
.BgClassName
{
background-color: #FEF521;
}
</style>
border-color css
<style>
span { border-color: #FEF521; }
span { border-color: rgb(254,245,33); }
td.TdClassName
{
border-color: #FEF521;
}
.TagClassName
{
border-color: #FEF521;
}
</style>