Shades of Lemon #FEE809
Tints of Lemon #FEE809
RGB
CMYK
RGB Variations
Color information
#FEE809 (or 0xFEE809) is known color: Lemon. HEX triplet: FE, E8 and 09. RGB value is (254,232,9). Sum of RGB (Red+Green+Blue) = 254+232+9=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 9 (3.91% from 255 or 1.82% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE809 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE809 is #0117F6. Grayscale: #D6D6D6. Windows color (decimal): -71671 or 649470. OLE color: 649470.
HSL color Cylindrical-coordinate representation of color #FEE809: hue angle of 54.61º 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 #FEE809 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 9 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.00 |
| HSL | 54.61º | 0.99% | 0.52% | - |
| HSV(B) | 54.61º | 0.96% | 1% | - |
| XYZ | 69.78 | 78.8 | 11.79 | - |
| YUV | 213.16 | 12.79 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 9 | 0 | 0.09 | 0.96 | 0.00 | 54.61 | 0.99 | 0.52 |
| Hex | FE | E8 | 9 | 0 | 9 | 60 | 0 | 37 | 63 | 34 |
| Octal | 376 | 350 | 11 | 0 | 11 | 140 | 0 | 67 | 143 | 64 |
| Binary | 11111110 | 11101000 | 1001 | 0 | 1001 | 1100000 | 0 | 110111 | 1100011 | 110100 |
Color Harmonies of #FEE809
Complementary color
Monochromatic Colors of #FEE809
Black with #FEE809
Text Example
Text Example
White with #FEE809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE809; }
p { color: rgb(254,232,9); }
H1.HeaderClassName
{
color: #FEE809;
}
.AnyTagClassName
{
color: #FEE809;
}
</style>
background-color css
<style>
a { background-color: #FEE809; }
a { background-color: rgb(254,232,9); }
div.DivClassName
{
background-color: #FEE809;
}
.BgClassName
{
background-color: #FEE809;
}
</style>
border-color css
<style>
span { border-color: #FEE809; }
span { border-color: rgb(254,232,9); }
td.TdClassName
{
border-color: #FEE809;
}
.TagClassName
{
border-color: #FEE809;
}
</style>