Shades of Lemon #FEF219
Tints of Lemon #FEF219
RGB
CMYK
RGB Variations
Color information
#FEF219 (or 0xFEF219) is known color: Lemon. HEX triplet: FE, F2 and 19. RGB value is (254,242,25). Sum of RGB (Red+Green+Blue) = 254+242+25=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 25 (10.16% from 255 or 4.80% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF219 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF219 is #010DE6. Grayscale: #DDDDDD. Windows color (decimal): -69095 or 1700606. OLE color: 1700606.
HSL color Cylindrical-coordinate representation of color #FEF219: hue angle of 56.86º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEF219 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 25 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.00 |
| HSL | 56.86º | 0.99% | 0.55% | - |
| HSV(B) | 56.86º | 0.9% | 1% | - |
| XYZ | 72.8 | 84.65 | 13.42 | - |
| YUV | 220.85 | 17.48 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 25 | 0 | 0.05 | 0.90 | 0.00 | 56.86 | 0.99 | 0.55 |
| Hex | FE | F2 | 19 | 0 | 5 | 5A | 0 | 39 | 63 | 37 |
| Octal | 376 | 362 | 31 | 0 | 5 | 132 | 0 | 71 | 143 | 67 |
| Binary | 11111110 | 11110010 | 11001 | 0 | 101 | 1011010 | 0 | 111001 | 1100011 | 110111 |
Color Harmonies of #FEF219
Complementary color
Monochromatic Colors of #FEF219
Black with #FEF219
Text Example
Text Example
White with #FEF219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF219; }
p { color: rgb(254,242,25); }
H1.HeaderClassName
{
color: #FEF219;
}
.AnyTagClassName
{
color: #FEF219;
}
</style>
background-color css
<style>
a { background-color: #FEF219; }
a { background-color: rgb(254,242,25); }
div.DivClassName
{
background-color: #FEF219;
}
.BgClassName
{
background-color: #FEF219;
}
</style>
border-color css
<style>
span { border-color: #FEF219; }
span { border-color: rgb(254,242,25); }
td.TdClassName
{
border-color: #FEF219;
}
.TagClassName
{
border-color: #FEF219;
}
</style>