Shades of Lemon #FEED0F
Tints of Lemon #FEED0F
RGB
CMYK
RGB Variations
Color information
#FEED0F (or 0xFEED0F) is known color: Lemon. HEX triplet: FE, ED and 0F. RGB value is (254,237,15). Sum of RGB (Red+Green+Blue) = 254+237+15=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 15 (6.25% from 255 or 2.96% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEED0F is #0112F0. Grayscale: #D9D9D9. Windows color (decimal): -70385 or 1043966. OLE color: 1043966.
HSL color Cylindrical-coordinate representation of color #FEED0F: hue angle of 55.73º 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 #FEED0F is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 15 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.00 |
| HSL | 55.73º | 0.99% | 0.53% | - |
| HSV(B) | 55.73º | 0.94% | 1% | - |
| XYZ | 71.24 | 81.67 | 12.46 | - |
| YUV | 216.78 | 14.13 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 15 | 0 | 0.07 | 0.94 | 0.00 | 55.73 | 0.99 | 0.53 |
| Hex | FE | ED | F | 0 | 7 | 5E | 0 | 38 | 63 | 35 |
| Octal | 376 | 355 | 17 | 0 | 7 | 136 | 0 | 70 | 143 | 65 |
| Binary | 11111110 | 11101101 | 1111 | 0 | 111 | 1011110 | 0 | 111000 | 1100011 | 110101 |
Color Harmonies of #FEED0F
Complementary color
Monochromatic Colors of #FEED0F
Black with #FEED0F
Text Example
Text Example
White with #FEED0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED0F; }
p { color: rgb(254,237,15); }
H1.HeaderClassName
{
color: #FEED0F;
}
.AnyTagClassName
{
color: #FEED0F;
}
</style>
background-color css
<style>
a { background-color: #FEED0F; }
a { background-color: rgb(254,237,15); }
div.DivClassName
{
background-color: #FEED0F;
}
.BgClassName
{
background-color: #FEED0F;
}
</style>
border-color css
<style>
span { border-color: #FEED0F; }
span { border-color: rgb(254,237,15); }
td.TdClassName
{
border-color: #FEED0F;
}
.TagClassName
{
border-color: #FEED0F;
}
</style>