Shades of Lemon #FEED0E
Tints of Lemon #FEED0E
RGB
CMYK
RGB Variations
Color information
#FEED0E (or 0xFEED0E) is known color: Lemon. HEX triplet: FE, ED and 0E. RGB value is (254,237,14). Sum of RGB (Red+Green+Blue) = 254+237+14=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 14 (5.86% from 255 or 2.77% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEED0E is #0112F1. Grayscale: #D9D9D9. Windows color (decimal): -70386 or 978430. OLE color: 978430.
HSL color Cylindrical-coordinate representation of color #FEED0E: hue angle of 55.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEED0E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 14 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.00 |
| HSL | 55.75º | 0.99% | 0.53% | - |
| HSV(B) | 55.75º | 0.94% | 1% | - |
| XYZ | 71.24 | 81.67 | 12.42 | - |
| YUV | 216.66 | 13.63 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 14 | 0 | 0.07 | 0.94 | 0.00 | 55.75 | 0.99 | 0.53 |
| Hex | FE | ED | E | 0 | 7 | 5E | 0 | 38 | 63 | 35 |
| Octal | 376 | 355 | 16 | 0 | 7 | 136 | 0 | 70 | 143 | 65 |
| Binary | 11111110 | 11101101 | 1110 | 0 | 111 | 1011110 | 0 | 111000 | 1100011 | 110101 |
Color Harmonies of #FEED0E
Complementary color
Monochromatic Colors of #FEED0E
Black with #FEED0E
Text Example
Text Example
White with #FEED0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED0E; }
p { color: rgb(254,237,14); }
H1.HeaderClassName
{
color: #FEED0E;
}
.AnyTagClassName
{
color: #FEED0E;
}
</style>
background-color css
<style>
a { background-color: #FEED0E; }
a { background-color: rgb(254,237,14); }
div.DivClassName
{
background-color: #FEED0E;
}
.BgClassName
{
background-color: #FEED0E;
}
</style>
border-color css
<style>
span { border-color: #FEED0E; }
span { border-color: rgb(254,237,14); }
td.TdClassName
{
border-color: #FEED0E;
}
.TagClassName
{
border-color: #FEED0E;
}
</style>