Shades of Lemon #FEF221
Tints of Lemon #FEF221
RGB
CMYK
RGB Variations
Color information
#FEF221 (or 0xFEF221) is known color: Lemon. HEX triplet: FE, F2 and 21. RGB value is (254,242,33). Sum of RGB (Red+Green+Blue) = 254+242+33=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 33 (13.28% from 255 or 6.24% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF221 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF221 is #010DDE. Grayscale: #DEDEDE. Windows color (decimal): -69087 or 2224894. OLE color: 2224894.
HSL color Cylindrical-coordinate representation of color #FEF221: hue angle of 56.74º 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 #FEF221 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 33 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.00 |
| HSL | 56.74º | 0.99% | 0.56% | - |
| HSV(B) | 56.74º | 0.87% | 1% | - |
| XYZ | 72.9 | 84.68 | 13.94 | - |
| YUV | 221.76 | 21.48 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 33 | 0 | 0.05 | 0.87 | 0.00 | 56.74 | 0.99 | 0.56 |
| Hex | FE | F2 | 21 | 0 | 5 | 57 | 0 | 39 | 63 | 38 |
| Octal | 376 | 362 | 41 | 0 | 5 | 127 | 0 | 71 | 143 | 70 |
| Binary | 11111110 | 11110010 | 100001 | 0 | 101 | 1010111 | 0 | 111001 | 1100011 | 111000 |
Color Harmonies of #FEF221
Complementary color
Monochromatic Colors of #FEF221
Black with #FEF221
Text Example
Text Example
White with #FEF221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF221; }
p { color: rgb(254,242,33); }
H1.HeaderClassName
{
color: #FEF221;
}
.AnyTagClassName
{
color: #FEF221;
}
</style>
background-color css
<style>
a { background-color: #FEF221; }
a { background-color: rgb(254,242,33); }
div.DivClassName
{
background-color: #FEF221;
}
.BgClassName
{
background-color: #FEF221;
}
</style>
border-color css
<style>
span { border-color: #FEF221; }
span { border-color: rgb(254,242,33); }
td.TdClassName
{
border-color: #FEF221;
}
.TagClassName
{
border-color: #FEF221;
}
</style>