Shades of Lemon #FEE807
Tints of Lemon #FEE807
RGB
CMYK
RGB Variations
Color information
#FEE807 (or 0xFEE807) is known color: Lemon. HEX triplet: FE, E8 and 07. RGB value is (254,232,7). Sum of RGB (Red+Green+Blue) = 254+232+7=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 232 (91.02% from 255 or 47.06% from 493); Blue value is 7 (3.12% from 255 or 1.42% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE807 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE807 is #0117F8. Grayscale: #D5D5D5. Windows color (decimal): -71673 or 518398. OLE color: 518398.
HSL color Cylindrical-coordinate representation of color #FEE807: hue angle of 54.66º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEE807 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 7 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.00 |
| HSL | 54.66º | 0.99% | 0.51% | - |
| HSV(B) | 54.66º | 0.97% | 1% | - |
| XYZ | 69.77 | 78.8 | 11.73 | - |
| YUV | 212.93 | 11.79 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 7 | 0 | 0.09 | 0.97 | 0.00 | 54.66 | 0.99 | 0.51 |
| Hex | FE | E8 | 7 | 0 | 9 | 61 | 0 | 37 | 63 | 33 |
| Octal | 376 | 350 | 7 | 0 | 11 | 141 | 0 | 67 | 143 | 63 |
| Binary | 11111110 | 11101000 | 111 | 0 | 1001 | 1100001 | 0 | 110111 | 1100011 | 110011 |
Color Harmonies of #FEE807
Complementary color
Monochromatic Colors of #FEE807
Black with #FEE807
Text Example
Text Example
White with #FEE807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE807; }
p { color: rgb(254,232,7); }
H1.HeaderClassName
{
color: #FEE807;
}
.AnyTagClassName
{
color: #FEE807;
}
</style>
background-color css
<style>
a { background-color: #FEE807; }
a { background-color: rgb(254,232,7); }
div.DivClassName
{
background-color: #FEE807;
}
.BgClassName
{
background-color: #FEE807;
}
</style>
border-color css
<style>
span { border-color: #FEE807; }
span { border-color: rgb(254,232,7); }
td.TdClassName
{
border-color: #FEE807;
}
.TagClassName
{
border-color: #FEE807;
}
</style>