Shades of Lemon #FEF212
Tints of Lemon #FEF212
RGB
CMYK
RGB Variations
Color information
#FEF212 (or 0xFEF212) is known color: Lemon. HEX triplet: FE, F2 and 12. RGB value is (254,242,18). Sum of RGB (Red+Green+Blue) = 254+242+18=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 18 (7.42% from 255 or 3.50% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF212 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF212 is #010DED. Grayscale: #DCDCDC. Windows color (decimal): -69102 or 1241854. OLE color: 1241854.
HSL color Cylindrical-coordinate representation of color #FEF212: hue angle of 56.95º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEF212 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 18 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.00 |
| HSL | 56.95º | 0.99% | 0.53% | - |
| HSV(B) | 56.95º | 0.93% | 1% | - |
| XYZ | 72.73 | 84.62 | 13.07 | - |
| YUV | 220.05 | 13.98 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 18 | 0 | 0.05 | 0.93 | 0.00 | 56.95 | 0.99 | 0.53 |
| Hex | FE | F2 | 12 | 0 | 5 | 5D | 0 | 39 | 63 | 35 |
| Octal | 376 | 362 | 22 | 0 | 5 | 135 | 0 | 71 | 143 | 65 |
| Binary | 11111110 | 11110010 | 10010 | 0 | 101 | 1011101 | 0 | 111001 | 1100011 | 110101 |
Color Harmonies of #FEF212
Complementary color
Monochromatic Colors of #FEF212
Black with #FEF212
Text Example
Text Example
White with #FEF212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF212; }
p { color: rgb(254,242,18); }
H1.HeaderClassName
{
color: #FEF212;
}
.AnyTagClassName
{
color: #FEF212;
}
</style>
background-color css
<style>
a { background-color: #FEF212; }
a { background-color: rgb(254,242,18); }
div.DivClassName
{
background-color: #FEF212;
}
.BgClassName
{
background-color: #FEF212;
}
</style>
border-color css
<style>
span { border-color: #FEF212; }
span { border-color: rgb(254,242,18); }
td.TdClassName
{
border-color: #FEF212;
}
.TagClassName
{
border-color: #FEF212;
}
</style>