Shades of Lemon #FEE508
Tints of Lemon #FEE508
RGB
CMYK
RGB Variations
Color information
#FEE508 (or 0xFEE508) is known color: Lemon. HEX triplet: FE, E5 and 08. RGB value is (254,229,8). Sum of RGB (Red+Green+Blue) = 254+229+8=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 8 (3.52% from 255 or 1.63% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE508 is #011AF7. Grayscale: #D4D4D4. Windows color (decimal): -72440 or 583166. OLE color: 583166.
HSL color Cylindrical-coordinate representation of color #FEE508: hue angle of 53.9º 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 #FEE508 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 8 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.00 |
| HSL | 53.9º | 0.99% | 0.51% | - |
| HSV(B) | 53.9º | 0.97% | 1% | - |
| XYZ | 68.94 | 77.13 | 11.48 | - |
| YUV | 211.28 | 13.28 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 8 | 0 | 0.10 | 0.97 | 0.00 | 53.9 | 0.99 | 0.51 |
| Hex | FE | E5 | 8 | 0 | A | 61 | 0 | 36 | 63 | 33 |
| Octal | 376 | 345 | 10 | 0 | 12 | 141 | 0 | 66 | 143 | 63 |
| Binary | 11111110 | 11100101 | 1000 | 0 | 1010 | 1100001 | 0 | 110110 | 1100011 | 110011 |
Color Harmonies of #FEE508
Complementary color
Monochromatic Colors of #FEE508
Black with #FEE508
Text Example
Text Example
White with #FEE508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE508; }
p { color: rgb(254,229,8); }
H1.HeaderClassName
{
color: #FEE508;
}
.AnyTagClassName
{
color: #FEE508;
}
</style>
background-color css
<style>
a { background-color: #FEE508; }
a { background-color: rgb(254,229,8); }
div.DivClassName
{
background-color: #FEE508;
}
.BgClassName
{
background-color: #FEE508;
}
</style>
border-color css
<style>
span { border-color: #FEE508; }
span { border-color: rgb(254,229,8); }
td.TdClassName
{
border-color: #FEE508;
}
.TagClassName
{
border-color: #FEE508;
}
</style>