Shades of Lemon #FEEC17
Tints of Lemon #FEEC17
RGB
CMYK
RGB Variations
Color information
#FEEC17 (or 0xFEEC17) is known color: Lemon. HEX triplet: FE, EC and 17. RGB value is (254,236,23). Sum of RGB (Red+Green+Blue) = 254+236+23=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 23 (9.38% from 255 or 4.48% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEC17 is #0113E8. Grayscale: #D9D9D9. Windows color (decimal): -70633 or 1567998. OLE color: 1567998.
HSL color Cylindrical-coordinate representation of color #FEEC17: hue angle of 55.32º 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 #FEEC17 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 23 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.00 |
| HSL | 55.32º | 0.99% | 0.54% | - |
| HSV(B) | 55.32º | 0.91% | 1% | - |
| XYZ | 71.02 | 81.12 | 12.73 | - |
| YUV | 217.1 | 18.46 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 23 | 0 | 0.07 | 0.91 | 0.00 | 55.32 | 0.99 | 0.54 |
| Hex | FE | EC | 17 | 0 | 7 | 5B | 0 | 37 | 63 | 36 |
| Octal | 376 | 354 | 27 | 0 | 7 | 133 | 0 | 67 | 143 | 66 |
| Binary | 11111110 | 11101100 | 10111 | 0 | 111 | 1011011 | 0 | 110111 | 1100011 | 110110 |
Color Harmonies of #FEEC17
Complementary color
Monochromatic Colors of #FEEC17
Black with #FEEC17
Text Example
Text Example
White with #FEEC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC17; }
p { color: rgb(254,236,23); }
H1.HeaderClassName
{
color: #FEEC17;
}
.AnyTagClassName
{
color: #FEEC17;
}
</style>
background-color css
<style>
a { background-color: #FEEC17; }
a { background-color: rgb(254,236,23); }
div.DivClassName
{
background-color: #FEEC17;
}
.BgClassName
{
background-color: #FEEC17;
}
</style>
border-color css
<style>
span { border-color: #FEEC17; }
span { border-color: rgb(254,236,23); }
td.TdClassName
{
border-color: #FEEC17;
}
.TagClassName
{
border-color: #FEEC17;
}
</style>