Shades of Lemon #FEED05
Tints of Lemon #FEED05
RGB
CMYK
RGB Variations
Color information
#FEED05 (or 0xFEED05) is known color: Lemon. HEX triplet: FE, ED and 05. RGB value is (254,237,5). Sum of RGB (Red+Green+Blue) = 254+237+5=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 5 (2.34% from 255 or 1.01% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEED05 is #0112FA. Grayscale: #D8D8D8. Windows color (decimal): -70395 or 388606. OLE color: 388606.
HSL color Cylindrical-coordinate representation of color #FEED05: hue angle of 55.9º 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 #FEED05 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 5 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.00 |
| HSL | 55.9º | 0.99% | 0.51% | - |
| HSV(B) | 55.9º | 0.98% | 1% | - |
| XYZ | 71.18 | 81.65 | 12.15 | - |
| YUV | 215.64 | 9.13 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 5 | 0 | 0.07 | 0.98 | 0.00 | 55.9 | 0.99 | 0.51 |
| Hex | FE | ED | 5 | 0 | 7 | 62 | 0 | 38 | 63 | 33 |
| Octal | 376 | 355 | 5 | 0 | 7 | 142 | 0 | 70 | 143 | 63 |
| Binary | 11111110 | 11101101 | 101 | 0 | 111 | 1100010 | 0 | 111000 | 1100011 | 110011 |
Color Harmonies of #FEED05
Complementary color
Monochromatic Colors of #FEED05
Black with #FEED05
Text Example
Text Example
White with #FEED05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED05; }
p { color: rgb(254,237,5); }
H1.HeaderClassName
{
color: #FEED05;
}
.AnyTagClassName
{
color: #FEED05;
}
</style>
background-color css
<style>
a { background-color: #FEED05; }
a { background-color: rgb(254,237,5); }
div.DivClassName
{
background-color: #FEED05;
}
.BgClassName
{
background-color: #FEED05;
}
</style>
border-color css
<style>
span { border-color: #FEED05; }
span { border-color: rgb(254,237,5); }
td.TdClassName
{
border-color: #FEED05;
}
.TagClassName
{
border-color: #FEED05;
}
</style>