Shades of Lemon #FEEA17
Tints of Lemon #FEEA17
RGB
CMYK
RGB Variations
Color information
#FEEA17 (or 0xFEEA17) is known color: Lemon. HEX triplet: FE, EA and 17. RGB value is (254,234,23). Sum of RGB (Red+Green+Blue) = 254+234+23=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 23 (9.38% from 255 or 4.50% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEA17 is #0115E8. Grayscale: #D8D8D8. Windows color (decimal): -71145 or 1567486. OLE color: 1567486.
HSL color Cylindrical-coordinate representation of color #FEEA17: hue angle of 54.81º 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 #FEEA17 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 23 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.00 |
| HSL | 54.81º | 0.99% | 0.54% | - |
| HSV(B) | 54.81º | 0.91% | 1% | - |
| XYZ | 70.45 | 79.98 | 12.53 | - |
| YUV | 215.93 | 19.13 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 23 | 0 | 0.08 | 0.91 | 0.00 | 54.81 | 0.99 | 0.54 |
| Hex | FE | EA | 17 | 0 | 8 | 5B | 0 | 37 | 63 | 36 |
| Octal | 376 | 352 | 27 | 0 | 10 | 133 | 0 | 67 | 143 | 66 |
| Binary | 11111110 | 11101010 | 10111 | 0 | 1000 | 1011011 | 0 | 110111 | 1100011 | 110110 |
Color Harmonies of #FEEA17
Complementary color
Monochromatic Colors of #FEEA17
Black with #FEEA17
Text Example
Text Example
White with #FEEA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA17; }
p { color: rgb(254,234,23); }
H1.HeaderClassName
{
color: #FEEA17;
}
.AnyTagClassName
{
color: #FEEA17;
}
</style>
background-color css
<style>
a { background-color: #FEEA17; }
a { background-color: rgb(254,234,23); }
div.DivClassName
{
background-color: #FEEA17;
}
.BgClassName
{
background-color: #FEEA17;
}
</style>
border-color css
<style>
span { border-color: #FEEA17; }
span { border-color: rgb(254,234,23); }
td.TdClassName
{
border-color: #FEEA17;
}
.TagClassName
{
border-color: #FEEA17;
}
</style>