Shades of Lemon #FEE616
Tints of Lemon #FEE616
RGB
CMYK
RGB Variations
Color information
#FEE616 (or 0xFEE616) is known color: Lemon. HEX triplet: FE, E6 and 16. RGB value is (254,230,22). Sum of RGB (Red+Green+Blue) = 254+230+22=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 22 (8.98% from 255 or 4.35% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE616 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE616 is #0119E9. Grayscale: #D6D6D6. Windows color (decimal): -72170 or 1500926. OLE color: 1500926.
HSL color Cylindrical-coordinate representation of color #FEE616: hue angle of 53.79º 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 #FEE616 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 22 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.00 |
| HSL | 53.79º | 0.99% | 0.54% | - |
| HSV(B) | 53.79º | 0.91% | 1% | - |
| XYZ | 69.31 | 77.72 | 12.11 | - |
| YUV | 213.46 | 19.95 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 22 | 0 | 0.09 | 0.91 | 0.00 | 53.79 | 0.99 | 0.54 |
| Hex | FE | E6 | 16 | 0 | 9 | 5B | 0 | 36 | 63 | 36 |
| Octal | 376 | 346 | 26 | 0 | 11 | 133 | 0 | 66 | 143 | 66 |
| Binary | 11111110 | 11100110 | 10110 | 0 | 1001 | 1011011 | 0 | 110110 | 1100011 | 110110 |
Color Harmonies of #FEE616
Complementary color
Monochromatic Colors of #FEE616
Black with #FEE616
Text Example
Text Example
White with #FEE616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE616; }
p { color: rgb(254,230,22); }
H1.HeaderClassName
{
color: #FEE616;
}
.AnyTagClassName
{
color: #FEE616;
}
</style>
background-color css
<style>
a { background-color: #FEE616; }
a { background-color: rgb(254,230,22); }
div.DivClassName
{
background-color: #FEE616;
}
.BgClassName
{
background-color: #FEE616;
}
</style>
border-color css
<style>
span { border-color: #FEE616; }
span { border-color: rgb(254,230,22); }
td.TdClassName
{
border-color: #FEE616;
}
.TagClassName
{
border-color: #FEE616;
}
</style>