Shades of Lemon #FEF20F
Tints of Lemon #FEF20F
RGB
CMYK
RGB Variations
Color information
#FEF20F (or 0xFEF20F) is known color: Lemon. HEX triplet: FE, F2 and 0F. RGB value is (254,242,15). Sum of RGB (Red+Green+Blue) = 254+242+15=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 15 (6.25% from 255 or 2.94% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF20F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF20F is #010DF0. Grayscale: #DCDCDC. Windows color (decimal): -69105 or 1045246. OLE color: 1045246.
HSL color Cylindrical-coordinate representation of color #FEF20F: hue angle of 56.99º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEF20F is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 15 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.00 |
| HSL | 56.99º | 0.99% | 0.53% | - |
| HSV(B) | 56.99º | 0.94% | 1% | - |
| XYZ | 72.71 | 84.61 | 12.95 | - |
| YUV | 219.71 | 12.48 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 15 | 0 | 0.05 | 0.94 | 0.00 | 56.99 | 0.99 | 0.53 |
| Hex | FE | F2 | F | 0 | 5 | 5E | 0 | 39 | 63 | 35 |
| Octal | 376 | 362 | 17 | 0 | 5 | 136 | 0 | 71 | 143 | 65 |
| Binary | 11111110 | 11110010 | 1111 | 0 | 101 | 1011110 | 0 | 111001 | 1100011 | 110101 |
Color Harmonies of #FEF20F
Complementary color
Monochromatic Colors of #FEF20F
Black with #FEF20F
Text Example
Text Example
White with #FEF20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF20F; }
p { color: rgb(254,242,15); }
H1.HeaderClassName
{
color: #FEF20F;
}
.AnyTagClassName
{
color: #FEF20F;
}
</style>
background-color css
<style>
a { background-color: #FEF20F; }
a { background-color: rgb(254,242,15); }
div.DivClassName
{
background-color: #FEF20F;
}
.BgClassName
{
background-color: #FEF20F;
}
</style>
border-color css
<style>
span { border-color: #FEF20F; }
span { border-color: rgb(254,242,15); }
td.TdClassName
{
border-color: #FEF20F;
}
.TagClassName
{
border-color: #FEF20F;
}
</style>