Shades of Lemon #FEED07
Tints of Lemon #FEED07
RGB
CMYK
RGB Variations
Color information
#FEED07 (or 0xFEED07) is known color: Lemon. HEX triplet: FE, ED and 07. RGB value is (254,237,7). Sum of RGB (Red+Green+Blue) = 254+237+7=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 7 (3.12% from 255 or 1.41% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEED07 is #0112F8. Grayscale: #D8D8D8. Windows color (decimal): -70393 or 519678. OLE color: 519678.
HSL color Cylindrical-coordinate representation of color #FEED07: hue angle of 55.87º 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 #FEED07 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 7 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.00 |
| HSL | 55.87º | 0.99% | 0.51% | - |
| HSV(B) | 55.87º | 0.97% | 1% | - |
| XYZ | 71.2 | 81.65 | 12.21 | - |
| YUV | 215.86 | 10.13 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 7 | 0 | 0.07 | 0.97 | 0.00 | 55.87 | 0.99 | 0.51 |
| Hex | FE | ED | 7 | 0 | 7 | 61 | 0 | 38 | 63 | 33 |
| Octal | 376 | 355 | 7 | 0 | 7 | 141 | 0 | 70 | 143 | 63 |
| Binary | 11111110 | 11101101 | 111 | 0 | 111 | 1100001 | 0 | 111000 | 1100011 | 110011 |
Color Harmonies of #FEED07
Complementary color
Monochromatic Colors of #FEED07
Black with #FEED07
Text Example
Text Example
White with #FEED07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED07; }
p { color: rgb(254,237,7); }
H1.HeaderClassName
{
color: #FEED07;
}
.AnyTagClassName
{
color: #FEED07;
}
</style>
background-color css
<style>
a { background-color: #FEED07; }
a { background-color: rgb(254,237,7); }
div.DivClassName
{
background-color: #FEED07;
}
.BgClassName
{
background-color: #FEED07;
}
</style>
border-color css
<style>
span { border-color: #FEED07; }
span { border-color: rgb(254,237,7); }
td.TdClassName
{
border-color: #FEED07;
}
.TagClassName
{
border-color: #FEED07;
}
</style>