Shades of Lemon #FEE906
Tints of Lemon #FEE906
RGB
CMYK
RGB Variations
Color information
#FEE906 (or 0xFEE906) is known color: Lemon. HEX triplet: FE, E9 and 06. RGB value is (254,233,6). Sum of RGB (Red+Green+Blue) = 254+233+6=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 6 (2.73% from 255 or 1.22% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE906 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE906 is #0116F9. Grayscale: #D6D6D6. Windows color (decimal): -71418 or 453118. OLE color: 453118.
HSL color Cylindrical-coordinate representation of color #FEE906: hue angle of 54.92º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEE906 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 6 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.00 |
| HSL | 54.92º | 0.99% | 0.51% | - |
| HSV(B) | 54.92º | 0.98% | 1% | - |
| XYZ | 70.04 | 79.36 | 11.8 | - |
| YUV | 213.4 | 10.96 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 6 | 0 | 0.08 | 0.98 | 0.00 | 54.92 | 0.99 | 0.51 |
| Hex | FE | E9 | 6 | 0 | 8 | 62 | 0 | 37 | 63 | 33 |
| Octal | 376 | 351 | 6 | 0 | 10 | 142 | 0 | 67 | 143 | 63 |
| Binary | 11111110 | 11101001 | 110 | 0 | 1000 | 1100010 | 0 | 110111 | 1100011 | 110011 |
Color Harmonies of #FEE906
Complementary color
Monochromatic Colors of #FEE906
Black with #FEE906
Text Example
Text Example
White with #FEE906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE906; }
p { color: rgb(254,233,6); }
H1.HeaderClassName
{
color: #FEE906;
}
.AnyTagClassName
{
color: #FEE906;
}
</style>
background-color css
<style>
a { background-color: #FEE906; }
a { background-color: rgb(254,233,6); }
div.DivClassName
{
background-color: #FEE906;
}
.BgClassName
{
background-color: #FEE906;
}
</style>
border-color css
<style>
span { border-color: #FEE906; }
span { border-color: rgb(254,233,6); }
td.TdClassName
{
border-color: #FEE906;
}
.TagClassName
{
border-color: #FEE906;
}
</style>