Shades of Lemon #FEF21C
Tints of Lemon #FEF21C
RGB
CMYK
RGB Variations
Color information
#FEF21C (or 0xFEF21C) is known color: Lemon. HEX triplet: FE, F2 and 1C. RGB value is (254,242,28). Sum of RGB (Red+Green+Blue) = 254+242+28=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 28 (11.33% from 255 or 5.34% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF21C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF21C is #010DE3. Grayscale: #DEDEDE. Windows color (decimal): -69092 or 1897214. OLE color: 1897214.
HSL color Cylindrical-coordinate representation of color #FEF21C: hue angle of 56.81º 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 #FEF21C is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 28 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.00 |
| HSL | 56.81º | 0.99% | 0.55% | - |
| HSV(B) | 56.81º | 0.89% | 1% | - |
| XYZ | 72.83 | 84.66 | 13.6 | - |
| YUV | 221.19 | 18.98 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 28 | 0 | 0.05 | 0.89 | 0.00 | 56.81 | 0.99 | 0.55 |
| Hex | FE | F2 | 1C | 0 | 5 | 59 | 0 | 39 | 63 | 37 |
| Octal | 376 | 362 | 34 | 0 | 5 | 131 | 0 | 71 | 143 | 67 |
| Binary | 11111110 | 11110010 | 11100 | 0 | 101 | 1011001 | 0 | 111001 | 1100011 | 110111 |
Color Harmonies of #FEF21C
Complementary color
Monochromatic Colors of #FEF21C
Black with #FEF21C
Text Example
Text Example
White with #FEF21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF21C; }
p { color: rgb(254,242,28); }
H1.HeaderClassName
{
color: #FEF21C;
}
.AnyTagClassName
{
color: #FEF21C;
}
</style>
background-color css
<style>
a { background-color: #FEF21C; }
a { background-color: rgb(254,242,28); }
div.DivClassName
{
background-color: #FEF21C;
}
.BgClassName
{
background-color: #FEF21C;
}
</style>
border-color css
<style>
span { border-color: #FEF21C; }
span { border-color: rgb(254,242,28); }
td.TdClassName
{
border-color: #FEF21C;
}
.TagClassName
{
border-color: #FEF21C;
}
</style>