Shades of Lemon #FEF213
Tints of Lemon #FEF213
RGB
CMYK
RGB Variations
Color information
#FEF213 (or 0xFEF213) is known color: Lemon. HEX triplet: FE, F2 and 13. RGB value is (254,242,19). Sum of RGB (Red+Green+Blue) = 254+242+19=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 19 (7.81% from 255 or 3.69% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF213 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF213 is #010DEC. Grayscale: #DDDDDD. Windows color (decimal): -69101 or 1307390. OLE color: 1307390.
HSL color Cylindrical-coordinate representation of color #FEF213: hue angle of 56.94º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEF213 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 19 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.00 |
| HSL | 56.94º | 0.99% | 0.54% | - |
| HSV(B) | 56.94º | 0.93% | 1% | - |
| XYZ | 72.74 | 84.62 | 13.12 | - |
| YUV | 220.17 | 14.48 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 19 | 0 | 0.05 | 0.93 | 0.00 | 56.94 | 0.99 | 0.54 |
| Hex | FE | F2 | 13 | 0 | 5 | 5D | 0 | 39 | 63 | 36 |
| Octal | 376 | 362 | 23 | 0 | 5 | 135 | 0 | 71 | 143 | 66 |
| Binary | 11111110 | 11110010 | 10011 | 0 | 101 | 1011101 | 0 | 111001 | 1100011 | 110110 |
Color Harmonies of #FEF213
Complementary color
Monochromatic Colors of #FEF213
Black with #FEF213
Text Example
Text Example
White with #FEF213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF213; }
p { color: rgb(254,242,19); }
H1.HeaderClassName
{
color: #FEF213;
}
.AnyTagClassName
{
color: #FEF213;
}
</style>
background-color css
<style>
a { background-color: #FEF213; }
a { background-color: rgb(254,242,19); }
div.DivClassName
{
background-color: #FEF213;
}
.BgClassName
{
background-color: #FEF213;
}
</style>
border-color css
<style>
span { border-color: #FEF213; }
span { border-color: rgb(254,242,19); }
td.TdClassName
{
border-color: #FEF213;
}
.TagClassName
{
border-color: #FEF213;
}
</style>