Shades of Lemon #FEED08
Tints of Lemon #FEED08
RGB
CMYK
RGB Variations
Color information
#FEED08 (or 0xFEED08) is known color: Lemon. HEX triplet: FE, ED and 08. RGB value is (254,237,8). Sum of RGB (Red+Green+Blue) = 254+237+8=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 8 (3.52% from 255 or 1.60% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEED08 is #0112F7. Grayscale: #D8D8D8. Windows color (decimal): -70392 or 585214. OLE color: 585214.
HSL color Cylindrical-coordinate representation of color #FEED08: hue angle of 55.85º 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 #FEED08 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 8 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.00 |
| HSL | 55.85º | 0.99% | 0.51% | - |
| HSV(B) | 55.85º | 0.97% | 1% | - |
| XYZ | 71.2 | 81.66 | 12.24 | - |
| YUV | 215.98 | 10.63 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 8 | 0 | 0.07 | 0.97 | 0.00 | 55.85 | 0.99 | 0.51 |
| Hex | FE | ED | 8 | 0 | 7 | 61 | 0 | 38 | 63 | 33 |
| Octal | 376 | 355 | 10 | 0 | 7 | 141 | 0 | 70 | 143 | 63 |
| Binary | 11111110 | 11101101 | 1000 | 0 | 111 | 1100001 | 0 | 111000 | 1100011 | 110011 |
Color Harmonies of #FEED08
Complementary color
Monochromatic Colors of #FEED08
Black with #FEED08
Text Example
Text Example
White with #FEED08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED08; }
p { color: rgb(254,237,8); }
H1.HeaderClassName
{
color: #FEED08;
}
.AnyTagClassName
{
color: #FEED08;
}
</style>
background-color css
<style>
a { background-color: #FEED08; }
a { background-color: rgb(254,237,8); }
div.DivClassName
{
background-color: #FEED08;
}
.BgClassName
{
background-color: #FEED08;
}
</style>
border-color css
<style>
span { border-color: #FEED08; }
span { border-color: rgb(254,237,8); }
td.TdClassName
{
border-color: #FEED08;
}
.TagClassName
{
border-color: #FEED08;
}
</style>