Shades of Lemon #FEEA19
Tints of Lemon #FEEA19
RGB
CMYK
RGB Variations
Color information
#FEEA19 (or 0xFEEA19) is known color: Lemon. HEX triplet: FE, EA and 19. RGB value is (254,234,25). Sum of RGB (Red+Green+Blue) = 254+234+25=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 25 (10.16% from 255 or 4.87% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEA19 is #0115E6. Grayscale: #D9D9D9. Windows color (decimal): -71143 or 1698558. OLE color: 1698558.
HSL color Cylindrical-coordinate representation of color #FEEA19: hue angle of 54.76º 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 #FEEA19 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 25 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.00 |
| HSL | 54.76º | 0.99% | 0.55% | - |
| HSV(B) | 54.76º | 0.9% | 1% | - |
| XYZ | 70.47 | 79.99 | 12.64 | - |
| YUV | 216.15 | 20.13 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 25 | 0 | 0.08 | 0.90 | 0.00 | 54.76 | 0.99 | 0.55 |
| Hex | FE | EA | 19 | 0 | 8 | 5A | 0 | 37 | 63 | 37 |
| Octal | 376 | 352 | 31 | 0 | 10 | 132 | 0 | 67 | 143 | 67 |
| Binary | 11111110 | 11101010 | 11001 | 0 | 1000 | 1011010 | 0 | 110111 | 1100011 | 110111 |
Color Harmonies of #FEEA19
Complementary color
Monochromatic Colors of #FEEA19
Black with #FEEA19
Text Example
Text Example
White with #FEEA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA19; }
p { color: rgb(254,234,25); }
H1.HeaderClassName
{
color: #FEEA19;
}
.AnyTagClassName
{
color: #FEEA19;
}
</style>
background-color css
<style>
a { background-color: #FEEA19; }
a { background-color: rgb(254,234,25); }
div.DivClassName
{
background-color: #FEEA19;
}
.BgClassName
{
background-color: #FEEA19;
}
</style>
border-color css
<style>
span { border-color: #FEEA19; }
span { border-color: rgb(254,234,25); }
td.TdClassName
{
border-color: #FEEA19;
}
.TagClassName
{
border-color: #FEEA19;
}
</style>