Shades of Lemon #FEF211
Tints of Lemon #FEF211
RGB
CMYK
RGB Variations
Color information
#FEF211 (or 0xFEF211) is known color: Lemon. HEX triplet: FE, F2 and 11. RGB value is (254,242,17). Sum of RGB (Red+Green+Blue) = 254+242+17=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 17 (7.03% from 255 or 3.31% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF211 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF211 is #010DEE. Grayscale: #DCDCDC. Windows color (decimal): -69103 or 1176318. OLE color: 1176318.
HSL color Cylindrical-coordinate representation of color #FEF211: hue angle of 56.96º 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 #FEF211 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 17 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.00 |
| HSL | 56.96º | 0.99% | 0.53% | - |
| HSV(B) | 56.96º | 0.93% | 1% | - |
| XYZ | 72.73 | 84.62 | 13.03 | - |
| YUV | 219.94 | 13.48 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 17 | 0 | 0.05 | 0.93 | 0.00 | 56.96 | 0.99 | 0.53 |
| Hex | FE | F2 | 11 | 0 | 5 | 5D | 0 | 39 | 63 | 35 |
| Octal | 376 | 362 | 21 | 0 | 5 | 135 | 0 | 71 | 143 | 65 |
| Binary | 11111110 | 11110010 | 10001 | 0 | 101 | 1011101 | 0 | 111001 | 1100011 | 110101 |
Color Harmonies of #FEF211
Complementary color
Monochromatic Colors of #FEF211
Black with #FEF211
Text Example
Text Example
White with #FEF211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF211; }
p { color: rgb(254,242,17); }
H1.HeaderClassName
{
color: #FEF211;
}
.AnyTagClassName
{
color: #FEF211;
}
</style>
background-color css
<style>
a { background-color: #FEF211; }
a { background-color: rgb(254,242,17); }
div.DivClassName
{
background-color: #FEF211;
}
.BgClassName
{
background-color: #FEF211;
}
</style>
border-color css
<style>
span { border-color: #FEF211; }
span { border-color: rgb(254,242,17); }
td.TdClassName
{
border-color: #FEF211;
}
.TagClassName
{
border-color: #FEF211;
}
</style>