Shades of Lemon #FEED23
Tints of Lemon #FEED23
RGB
CMYK
RGB Variations
Color information
#FEED23 (or 0xFEED23) is known color: Lemon. HEX triplet: FE, ED and 23. RGB value is (254,237,35). Sum of RGB (Red+Green+Blue) = 254+237+35=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 35 (14.06% from 255 or 6.65% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED23 is #0112DC. Grayscale: #DBDBDB. Windows color (decimal): -70365 or 2354686. OLE color: 2354686.
HSL color Cylindrical-coordinate representation of color #FEED23: hue angle of 55.34º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEED23 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 35 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.00 |
| HSL | 55.34º | 0.99% | 0.57% | - |
| HSV(B) | 55.34º | 0.86% | 1% | - |
| XYZ | 71.46 | 81.76 | 13.61 | - |
| YUV | 219.06 | 24.13 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 35 | 0 | 0.07 | 0.86 | 0.00 | 55.34 | 0.99 | 0.57 |
| Hex | FE | ED | 23 | 0 | 7 | 56 | 0 | 37 | 63 | 39 |
| Octal | 376 | 355 | 43 | 0 | 7 | 126 | 0 | 67 | 143 | 71 |
| Binary | 11111110 | 11101101 | 100011 | 0 | 111 | 1010110 | 0 | 110111 | 1100011 | 111001 |
Color Harmonies of #FEED23
Complementary color
Monochromatic Colors of #FEED23
Black with #FEED23
Text Example
Text Example
White with #FEED23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED23; }
p { color: rgb(254,237,35); }
H1.HeaderClassName
{
color: #FEED23;
}
.AnyTagClassName
{
color: #FEED23;
}
</style>
background-color css
<style>
a { background-color: #FEED23; }
a { background-color: rgb(254,237,35); }
div.DivClassName
{
background-color: #FEED23;
}
.BgClassName
{
background-color: #FEED23;
}
</style>
border-color css
<style>
span { border-color: #FEED23; }
span { border-color: rgb(254,237,35); }
td.TdClassName
{
border-color: #FEED23;
}
.TagClassName
{
border-color: #FEED23;
}
</style>