Shades of Lemon #FEE61D
Tints of Lemon #FEE61D
RGB
CMYK
RGB Variations
Color information
#FEE61D (or 0xFEE61D) is known color: Lemon. HEX triplet: FE, E6 and 1D. RGB value is (254,230,29). Sum of RGB (Red+Green+Blue) = 254+230+29=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 29 (11.72% from 255 or 5.65% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE61D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE61D is #0119E2. Grayscale: #D7D7D7. Windows color (decimal): -72163 or 1959678. OLE color: 1959678.
HSL color Cylindrical-coordinate representation of color #FEE61D: hue angle of 53.6º 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 #FEE61D is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 29 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.00 |
| HSL | 53.6º | 0.99% | 0.55% | - |
| HSV(B) | 53.6º | 0.89% | 1% | - |
| XYZ | 69.39 | 77.75 | 12.51 | - |
| YUV | 214.26 | 23.45 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 29 | 0 | 0.09 | 0.89 | 0.00 | 53.6 | 0.99 | 0.55 |
| Hex | FE | E6 | 1D | 0 | 9 | 59 | 0 | 36 | 63 | 37 |
| Octal | 376 | 346 | 35 | 0 | 11 | 131 | 0 | 66 | 143 | 67 |
| Binary | 11111110 | 11100110 | 11101 | 0 | 1001 | 1011001 | 0 | 110110 | 1100011 | 110111 |
Color Harmonies of #FEE61D
Complementary color
Monochromatic Colors of #FEE61D
Black with #FEE61D
Text Example
Text Example
White with #FEE61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE61D; }
p { color: rgb(254,230,29); }
H1.HeaderClassName
{
color: #FEE61D;
}
.AnyTagClassName
{
color: #FEE61D;
}
</style>
background-color css
<style>
a { background-color: #FEE61D; }
a { background-color: rgb(254,230,29); }
div.DivClassName
{
background-color: #FEE61D;
}
.BgClassName
{
background-color: #FEE61D;
}
</style>
border-color css
<style>
span { border-color: #FEE61D; }
span { border-color: rgb(254,230,29); }
td.TdClassName
{
border-color: #FEE61D;
}
.TagClassName
{
border-color: #FEE61D;
}
</style>