Shades of Lemon #FEE607
Tints of Lemon #FEE607
RGB
CMYK
RGB Variations
Color information
#FEE607 (or 0xFEE607) is known color: Lemon. HEX triplet: FE, E6 and 07. RGB value is (254,230,7). Sum of RGB (Red+Green+Blue) = 254+230+7=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 7 (3.12% from 255 or 1.43% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE607 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE607 is #0119F8. Grayscale: #D4D4D4. Windows color (decimal): -72185 or 517886. OLE color: 517886.
HSL color Cylindrical-coordinate representation of color #FEE607: hue angle of 54.17º 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 #FEE607 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 7 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.00 |
| HSL | 54.17º | 0.99% | 0.51% | - |
| HSV(B) | 54.17º | 0.97% | 1% | - |
| XYZ | 69.21 | 77.68 | 11.55 | - |
| YUV | 211.75 | 12.45 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 7 | 0 | 0.09 | 0.97 | 0.00 | 54.17 | 0.99 | 0.51 |
| Hex | FE | E6 | 7 | 0 | 9 | 61 | 0 | 36 | 63 | 33 |
| Octal | 376 | 346 | 7 | 0 | 11 | 141 | 0 | 66 | 143 | 63 |
| Binary | 11111110 | 11100110 | 111 | 0 | 1001 | 1100001 | 0 | 110110 | 1100011 | 110011 |
Color Harmonies of #FEE607
Complementary color
Monochromatic Colors of #FEE607
Black with #FEE607
Text Example
Text Example
White with #FEE607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE607; }
p { color: rgb(254,230,7); }
H1.HeaderClassName
{
color: #FEE607;
}
.AnyTagClassName
{
color: #FEE607;
}
</style>
background-color css
<style>
a { background-color: #FEE607; }
a { background-color: rgb(254,230,7); }
div.DivClassName
{
background-color: #FEE607;
}
.BgClassName
{
background-color: #FEE607;
}
</style>
border-color css
<style>
span { border-color: #FEE607; }
span { border-color: rgb(254,230,7); }
td.TdClassName
{
border-color: #FEE607;
}
.TagClassName
{
border-color: #FEE607;
}
</style>