Shades of Lemon #FEED17
Tints of Lemon #FEED17
RGB
CMYK
RGB Variations
Color information
#FEED17 (or 0xFEED17) is known color: Lemon. HEX triplet: FE, ED and 17. RGB value is (254,237,23). Sum of RGB (Red+Green+Blue) = 254+237+23=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 23 (9.38% from 255 or 4.47% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEED17 is #0112E8. Grayscale: #DADADA. Windows color (decimal): -70377 or 1568254. OLE color: 1568254.
HSL color Cylindrical-coordinate representation of color #FEED17: hue angle of 55.58º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEED17 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 23 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.00 |
| HSL | 55.58º | 0.99% | 0.54% | - |
| HSV(B) | 55.58º | 0.91% | 1% | - |
| XYZ | 71.31 | 81.7 | 12.82 | - |
| YUV | 217.69 | 18.13 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 23 | 0 | 0.07 | 0.91 | 0.00 | 55.58 | 0.99 | 0.54 |
| Hex | FE | ED | 17 | 0 | 7 | 5B | 0 | 38 | 63 | 36 |
| Octal | 376 | 355 | 27 | 0 | 7 | 133 | 0 | 70 | 143 | 66 |
| Binary | 11111110 | 11101101 | 10111 | 0 | 111 | 1011011 | 0 | 111000 | 1100011 | 110110 |
Color Harmonies of #FEED17
Complementary color
Monochromatic Colors of #FEED17
Black with #FEED17
Text Example
Text Example
White with #FEED17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED17; }
p { color: rgb(254,237,23); }
H1.HeaderClassName
{
color: #FEED17;
}
.AnyTagClassName
{
color: #FEED17;
}
</style>
background-color css
<style>
a { background-color: #FEED17; }
a { background-color: rgb(254,237,23); }
div.DivClassName
{
background-color: #FEED17;
}
.BgClassName
{
background-color: #FEED17;
}
</style>
border-color css
<style>
span { border-color: #FEED17; }
span { border-color: rgb(254,237,23); }
td.TdClassName
{
border-color: #FEED17;
}
.TagClassName
{
border-color: #FEED17;
}
</style>