Shades of Lemon #FEE71C
Tints of Lemon #FEE71C
RGB
CMYK
RGB Variations
Color information
#FEE71C (or 0xFEE71C) is known color: Lemon. HEX triplet: FE, E7 and 1C. RGB value is (254,231,28). Sum of RGB (Red+Green+Blue) = 254+231+28=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 28 (11.33% from 255 or 5.46% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE71C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE71C is #0118E3. Grayscale: #D7D7D7. Windows color (decimal): -71908 or 1894398. OLE color: 1894398.
HSL color Cylindrical-coordinate representation of color #FEE71C: hue angle of 53.89º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEE71C is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 28 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.00 |
| HSL | 53.89º | 0.99% | 0.55% | - |
| HSV(B) | 53.89º | 0.89% | 1% | - |
| XYZ | 69.66 | 78.31 | 12.54 | - |
| YUV | 214.74 | 22.62 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 28 | 0 | 0.09 | 0.89 | 0.00 | 53.89 | 0.99 | 0.55 |
| Hex | FE | E7 | 1C | 0 | 9 | 59 | 0 | 36 | 63 | 37 |
| Octal | 376 | 347 | 34 | 0 | 11 | 131 | 0 | 66 | 143 | 67 |
| Binary | 11111110 | 11100111 | 11100 | 0 | 1001 | 1011001 | 0 | 110110 | 1100011 | 110111 |
Color Harmonies of #FEE71C
Complementary color
Monochromatic Colors of #FEE71C
Black with #FEE71C
Text Example
Text Example
White with #FEE71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE71C; }
p { color: rgb(254,231,28); }
H1.HeaderClassName
{
color: #FEE71C;
}
.AnyTagClassName
{
color: #FEE71C;
}
</style>
background-color css
<style>
a { background-color: #FEE71C; }
a { background-color: rgb(254,231,28); }
div.DivClassName
{
background-color: #FEE71C;
}
.BgClassName
{
background-color: #FEE71C;
}
</style>
border-color css
<style>
span { border-color: #FEE71C; }
span { border-color: rgb(254,231,28); }
td.TdClassName
{
border-color: #FEE71C;
}
.TagClassName
{
border-color: #FEE71C;
}
</style>