Shades of Lemon #FEE20F
Tints of Lemon #FEE20F
RGB
CMYK
RGB Variations
Color information
#FEE20F (or 0xFEE20F) is known color: Lemon. HEX triplet: FE, E2 and 0F. RGB value is (254,226,15). Sum of RGB (Red+Green+Blue) = 254+226+15=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 15 (6.25% from 255 or 3.03% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE20F is #011DF0. Grayscale: #D3D3D3. Windows color (decimal): -73201 or 1041150. OLE color: 1041150.
HSL color Cylindrical-coordinate representation of color #FEE20F: hue angle of 52.97º 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 #FEE20F is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 15 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.00 |
| HSL | 52.97º | 0.99% | 0.53% | - |
| HSV(B) | 52.97º | 0.94% | 1% | - |
| XYZ | 68.16 | 75.5 | 11.43 | - |
| YUV | 210.32 | 17.78 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 15 | 0 | 0.11 | 0.94 | 0.00 | 52.97 | 0.99 | 0.53 |
| Hex | FE | E2 | F | 0 | B | 5E | 0 | 35 | 63 | 35 |
| Octal | 376 | 342 | 17 | 0 | 13 | 136 | 0 | 65 | 143 | 65 |
| Binary | 11111110 | 11100010 | 1111 | 0 | 1011 | 1011110 | 0 | 110101 | 1100011 | 110101 |
Color Harmonies of #FEE20F
Complementary color
Monochromatic Colors of #FEE20F
Black with #FEE20F
Text Example
Text Example
White with #FEE20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE20F; }
p { color: rgb(254,226,15); }
H1.HeaderClassName
{
color: #FEE20F;
}
.AnyTagClassName
{
color: #FEE20F;
}
</style>
background-color css
<style>
a { background-color: #FEE20F; }
a { background-color: rgb(254,226,15); }
div.DivClassName
{
background-color: #FEE20F;
}
.BgClassName
{
background-color: #FEE20F;
}
</style>
border-color css
<style>
span { border-color: #FEE20F; }
span { border-color: rgb(254,226,15); }
td.TdClassName
{
border-color: #FEE20F;
}
.TagClassName
{
border-color: #FEE20F;
}
</style>