Shades of Lemon #FEE908
Tints of Lemon #FEE908
RGB
CMYK
RGB Variations
Color information
#FEE908 (or 0xFEE908) is known color: Lemon. HEX triplet: FE, E9 and 08. RGB value is (254,233,8). Sum of RGB (Red+Green+Blue) = 254+233+8=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 8 (3.52% from 255 or 1.62% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE908 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE908 is #0116F7. Grayscale: #D6D6D6. Windows color (decimal): -71416 or 584190. OLE color: 584190.
HSL color Cylindrical-coordinate representation of color #FEE908: hue angle of 54.88º 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 #FEE908 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 8 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.00 |
| HSL | 54.88º | 0.99% | 0.51% | - |
| HSV(B) | 54.88º | 0.97% | 1% | - |
| XYZ | 70.06 | 79.37 | 11.86 | - |
| YUV | 213.63 | 11.96 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 8 | 0 | 0.08 | 0.97 | 0.00 | 54.88 | 0.99 | 0.51 |
| Hex | FE | E9 | 8 | 0 | 8 | 61 | 0 | 37 | 63 | 33 |
| Octal | 376 | 351 | 10 | 0 | 10 | 141 | 0 | 67 | 143 | 63 |
| Binary | 11111110 | 11101001 | 1000 | 0 | 1000 | 1100001 | 0 | 110111 | 1100011 | 110011 |
Color Harmonies of #FEE908
Complementary color
Monochromatic Colors of #FEE908
Black with #FEE908
Text Example
Text Example
White with #FEE908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE908; }
p { color: rgb(254,233,8); }
H1.HeaderClassName
{
color: #FEE908;
}
.AnyTagClassName
{
color: #FEE908;
}
</style>
background-color css
<style>
a { background-color: #FEE908; }
a { background-color: rgb(254,233,8); }
div.DivClassName
{
background-color: #FEE908;
}
.BgClassName
{
background-color: #FEE908;
}
</style>
border-color css
<style>
span { border-color: #FEE908; }
span { border-color: rgb(254,233,8); }
td.TdClassName
{
border-color: #FEE908;
}
.TagClassName
{
border-color: #FEE908;
}
</style>