Shades of Lemon #FEEF17
Tints of Lemon #FEEF17
RGB
CMYK
RGB Variations
Color information
#FEEF17 (or 0xFEEF17) is known color: Lemon. HEX triplet: FE, EF and 17. RGB value is (254,239,23). Sum of RGB (Red+Green+Blue) = 254+239+23=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 23 (9.38% from 255 or 4.46% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEF17 is #0110E8. Grayscale: #DBDBDB. Windows color (decimal): -69865 or 1568766. OLE color: 1568766.
HSL color Cylindrical-coordinate representation of color #FEEF17: hue angle of 56.1º 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 #FEEF17 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 23 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.00 |
| HSL | 56.1º | 0.99% | 0.54% | - |
| HSV(B) | 56.1º | 0.91% | 1% | - |
| XYZ | 71.89 | 82.87 | 13.02 | - |
| YUV | 218.86 | 17.47 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 23 | 0 | 0.06 | 0.91 | 0.00 | 56.1 | 0.99 | 0.54 |
| Hex | FE | EF | 17 | 0 | 6 | 5B | 0 | 38 | 63 | 36 |
| Octal | 376 | 357 | 27 | 0 | 6 | 133 | 0 | 70 | 143 | 66 |
| Binary | 11111110 | 11101111 | 10111 | 0 | 110 | 1011011 | 0 | 111000 | 1100011 | 110110 |
Color Harmonies of #FEEF17
Complementary color
Monochromatic Colors of #FEEF17
Black with #FEEF17
Text Example
Text Example
White with #FEEF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF17; }
p { color: rgb(254,239,23); }
H1.HeaderClassName
{
color: #FEEF17;
}
.AnyTagClassName
{
color: #FEEF17;
}
</style>
background-color css
<style>
a { background-color: #FEEF17; }
a { background-color: rgb(254,239,23); }
div.DivClassName
{
background-color: #FEEF17;
}
.BgClassName
{
background-color: #FEEF17;
}
</style>
border-color css
<style>
span { border-color: #FEEF17; }
span { border-color: rgb(254,239,23); }
td.TdClassName
{
border-color: #FEEF17;
}
.TagClassName
{
border-color: #FEEF17;
}
</style>