Shades of Lemon #FEFA21
Tints of Lemon #FEFA21
RGB
CMYK
RGB Variations
Color information
#FEFA21 (or 0xFEFA21) is known color: Lemon. HEX triplet: FE, FA and 21. RGB value is (254,250,33). Sum of RGB (Red+Green+Blue) = 254+250+33=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 33 (13.28% from 255 or 6.15% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA21 is #0105DE. Grayscale: #E3E3E3. Windows color (decimal): -67039 or 2226942. OLE color: 2226942.
HSL color Cylindrical-coordinate representation of color #FEFA21: hue angle of 58.91º 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 #FEFA21 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 33 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.00 |
| HSL | 58.91º | 0.99% | 0.56% | - |
| HSV(B) | 58.91º | 0.87% | 1% | - |
| XYZ | 75.33 | 89.55 | 14.75 | - |
| YUV | 226.46 | 18.83 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 33 | 0 | 0.02 | 0.87 | 0.00 | 58.91 | 0.99 | 0.56 |
| Hex | FE | FA | 21 | 0 | 2 | 57 | 0 | 3B | 63 | 38 |
| Octal | 376 | 372 | 41 | 0 | 2 | 127 | 0 | 73 | 143 | 70 |
| Binary | 11111110 | 11111010 | 100001 | 0 | 10 | 1010111 | 0 | 111011 | 1100011 | 111000 |
Color Harmonies of #FEFA21
Complementary color
Monochromatic Colors of #FEFA21
Black with #FEFA21
Text Example
Text Example
White with #FEFA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA21; }
p { color: rgb(254,250,33); }
H1.HeaderClassName
{
color: #FEFA21;
}
.AnyTagClassName
{
color: #FEFA21;
}
</style>
background-color css
<style>
a { background-color: #FEFA21; }
a { background-color: rgb(254,250,33); }
div.DivClassName
{
background-color: #FEFA21;
}
.BgClassName
{
background-color: #FEFA21;
}
</style>
border-color css
<style>
span { border-color: #FEFA21; }
span { border-color: rgb(254,250,33); }
td.TdClassName
{
border-color: #FEFA21;
}
.TagClassName
{
border-color: #FEFA21;
}
</style>