Shades of Lemon #FEEA09
Tints of Lemon #FEEA09
RGB
CMYK
RGB Variations
Color information
#FEEA09 (or 0xFEEA09) is known color: Lemon. HEX triplet: FE, EA and 09. RGB value is (254,234,9). Sum of RGB (Red+Green+Blue) = 254+234+9=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 9 (3.91% from 255 or 1.81% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEA09 is #0115F6. Grayscale: #D7D7D7. Windows color (decimal): -71159 or 649982. OLE color: 649982.
HSL color Cylindrical-coordinate representation of color #FEEA09: hue angle of 55.1º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEEA09 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 9 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.00 |
| HSL | 55.1º | 0.99% | 0.52% | - |
| HSV(B) | 55.1º | 0.96% | 1% | - |
| XYZ | 70.35 | 79.94 | 11.98 | - |
| YUV | 214.33 | 12.13 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 9 | 0 | 0.08 | 0.96 | 0.00 | 55.1 | 0.99 | 0.52 |
| Hex | FE | EA | 9 | 0 | 8 | 60 | 0 | 37 | 63 | 34 |
| Octal | 376 | 352 | 11 | 0 | 10 | 140 | 0 | 67 | 143 | 64 |
| Binary | 11111110 | 11101010 | 1001 | 0 | 1000 | 1100000 | 0 | 110111 | 1100011 | 110100 |
Color Harmonies of #FEEA09
Complementary color
Monochromatic Colors of #FEEA09
Black with #FEEA09
Text Example
Text Example
White with #FEEA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA09; }
p { color: rgb(254,234,9); }
H1.HeaderClassName
{
color: #FEEA09;
}
.AnyTagClassName
{
color: #FEEA09;
}
</style>
background-color css
<style>
a { background-color: #FEEA09; }
a { background-color: rgb(254,234,9); }
div.DivClassName
{
background-color: #FEEA09;
}
.BgClassName
{
background-color: #FEEA09;
}
</style>
border-color css
<style>
span { border-color: #FEEA09; }
span { border-color: rgb(254,234,9); }
td.TdClassName
{
border-color: #FEEA09;
}
.TagClassName
{
border-color: #FEEA09;
}
</style>