Shades of Lemon #FEE119
Tints of Lemon #FEE119
RGB
CMYK
RGB Variations
Color information
#FEE119 (or 0xFEE119) is known color: Lemon. HEX triplet: FE, E1 and 19. RGB value is (254,225,25). Sum of RGB (Red+Green+Blue) = 254+225+25=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 25 (10.16% from 255 or 4.96% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE119 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE119 is #011EE6. Grayscale: #D3D3D3. Windows color (decimal): -73447 or 1696254. OLE color: 1696254.
HSL color Cylindrical-coordinate representation of color #FEE119: hue angle of 52.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEE119 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 25 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.00 |
| HSL | 52.4º | 0.99% | 0.55% | - |
| HSV(B) | 52.4º | 0.9% | 1% | - |
| XYZ | 67.97 | 74.99 | 11.81 | - |
| YUV | 210.87 | 23.11 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 25 | 0 | 0.11 | 0.90 | 0.00 | 52.4 | 0.99 | 0.55 |
| Hex | FE | E1 | 19 | 0 | B | 5A | 0 | 34 | 63 | 37 |
| Octal | 376 | 341 | 31 | 0 | 13 | 132 | 0 | 64 | 143 | 67 |
| Binary | 11111110 | 11100001 | 11001 | 0 | 1011 | 1011010 | 0 | 110100 | 1100011 | 110111 |
Color Harmonies of #FEE119
Complementary color
Monochromatic Colors of #FEE119
Black with #FEE119
Text Example
Text Example
White with #FEE119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE119; }
p { color: rgb(254,225,25); }
H1.HeaderClassName
{
color: #FEE119;
}
.AnyTagClassName
{
color: #FEE119;
}
</style>
background-color css
<style>
a { background-color: #FEE119; }
a { background-color: rgb(254,225,25); }
div.DivClassName
{
background-color: #FEE119;
}
.BgClassName
{
background-color: #FEE119;
}
</style>
border-color css
<style>
span { border-color: #FEE119; }
span { border-color: rgb(254,225,25); }
td.TdClassName
{
border-color: #FEE119;
}
.TagClassName
{
border-color: #FEE119;
}
</style>