Shades of Lemon #FEEB17
Tints of Lemon #FEEB17
RGB
CMYK
RGB Variations
Color information
#FEEB17 (or 0xFEEB17) is known color: Lemon. HEX triplet: FE, EB and 17. RGB value is (254,235,23). Sum of RGB (Red+Green+Blue) = 254+235+23=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 23 (9.38% from 255 or 4.49% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEB17 is #0114E8. Grayscale: #D9D9D9. Windows color (decimal): -70889 or 1567742. OLE color: 1567742.
HSL color Cylindrical-coordinate representation of color #FEEB17: hue angle of 55.06º 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 #FEEB17 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 23 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.00 |
| HSL | 55.06º | 0.99% | 0.54% | - |
| HSV(B) | 55.06º | 0.91% | 1% | - |
| XYZ | 70.74 | 80.55 | 12.63 | - |
| YUV | 216.51 | 18.79 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 23 | 0 | 0.07 | 0.91 | 0.00 | 55.06 | 0.99 | 0.54 |
| Hex | FE | EB | 17 | 0 | 7 | 5B | 0 | 37 | 63 | 36 |
| Octal | 376 | 353 | 27 | 0 | 7 | 133 | 0 | 67 | 143 | 66 |
| Binary | 11111110 | 11101011 | 10111 | 0 | 111 | 1011011 | 0 | 110111 | 1100011 | 110110 |
Color Harmonies of #FEEB17
Complementary color
Monochromatic Colors of #FEEB17
Black with #FEEB17
Text Example
Text Example
White with #FEEB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB17; }
p { color: rgb(254,235,23); }
H1.HeaderClassName
{
color: #FEEB17;
}
.AnyTagClassName
{
color: #FEEB17;
}
</style>
background-color css
<style>
a { background-color: #FEEB17; }
a { background-color: rgb(254,235,23); }
div.DivClassName
{
background-color: #FEEB17;
}
.BgClassName
{
background-color: #FEEB17;
}
</style>
border-color css
<style>
span { border-color: #FEEB17; }
span { border-color: rgb(254,235,23); }
td.TdClassName
{
border-color: #FEEB17;
}
.TagClassName
{
border-color: #FEEB17;
}
</style>