Shades of Lemon #FEED10
Tints of Lemon #FEED10
RGB
CMYK
RGB Variations
Color information
#FEED10 (or 0xFEED10) is known color: Lemon. HEX triplet: FE, ED and 10. RGB value is (254,237,16). Sum of RGB (Red+Green+Blue) = 254+237+16=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 16 (6.64% from 255 or 3.16% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEED10 is #0112EF. Grayscale: #D9D9D9. Windows color (decimal): -70384 or 1109502. OLE color: 1109502.
HSL color Cylindrical-coordinate representation of color #FEED10: hue angle of 55.71º 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 #FEED10 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 16 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.00 |
| HSL | 55.71º | 0.99% | 0.53% | - |
| HSV(B) | 55.71º | 0.94% | 1% | - |
| XYZ | 71.25 | 81.68 | 12.5 | - |
| YUV | 216.89 | 14.63 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 16 | 0 | 0.07 | 0.94 | 0.00 | 55.71 | 0.99 | 0.53 |
| Hex | FE | ED | 10 | 0 | 7 | 5E | 0 | 38 | 63 | 35 |
| Octal | 376 | 355 | 20 | 0 | 7 | 136 | 0 | 70 | 143 | 65 |
| Binary | 11111110 | 11101101 | 10000 | 0 | 111 | 1011110 | 0 | 111000 | 1100011 | 110101 |
Color Harmonies of #FEED10
Complementary color
Monochromatic Colors of #FEED10
Black with #FEED10
Text Example
Text Example
White with #FEED10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED10; }
p { color: rgb(254,237,16); }
H1.HeaderClassName
{
color: #FEED10;
}
.AnyTagClassName
{
color: #FEED10;
}
</style>
background-color css
<style>
a { background-color: #FEED10; }
a { background-color: rgb(254,237,16); }
div.DivClassName
{
background-color: #FEED10;
}
.BgClassName
{
background-color: #FEED10;
}
</style>
border-color css
<style>
span { border-color: #FEED10; }
span { border-color: rgb(254,237,16); }
td.TdClassName
{
border-color: #FEED10;
}
.TagClassName
{
border-color: #FEED10;
}
</style>