Shades of Lemon #FEE61A
Tints of Lemon #FEE61A
RGB
CMYK
RGB Variations
Color information
#FEE61A (or 0xFEE61A) is known color: Lemon. HEX triplet: FE, E6 and 1A. RGB value is (254,230,26). Sum of RGB (Red+Green+Blue) = 254+230+26=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 230 (90.23% from 255 or 45.10% from 510); Blue value is 26 (10.55% from 255 or 5.10% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE61A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE61A is #0119E5. Grayscale: #D6D6D6. Windows color (decimal): -72166 or 1763070. OLE color: 1763070.
HSL color Cylindrical-coordinate representation of color #FEE61A: hue angle of 53.68º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEE61A is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 26 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.00 |
| HSL | 53.68º | 0.99% | 0.55% | - |
| HSV(B) | 53.68º | 0.9% | 1% | - |
| XYZ | 69.36 | 77.74 | 12.33 | - |
| YUV | 213.92 | 21.95 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 26 | 0 | 0.09 | 0.90 | 0.00 | 53.68 | 0.99 | 0.55 |
| Hex | FE | E6 | 1A | 0 | 9 | 5A | 0 | 36 | 63 | 37 |
| Octal | 376 | 346 | 32 | 0 | 11 | 132 | 0 | 66 | 143 | 67 |
| Binary | 11111110 | 11100110 | 11010 | 0 | 1001 | 1011010 | 0 | 110110 | 1100011 | 110111 |
Color Harmonies of #FEE61A
Complementary color
Monochromatic Colors of #FEE61A
Black with #FEE61A
Text Example
Text Example
White with #FEE61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE61A; }
p { color: rgb(254,230,26); }
H1.HeaderClassName
{
color: #FEE61A;
}
.AnyTagClassName
{
color: #FEE61A;
}
</style>
background-color css
<style>
a { background-color: #FEE61A; }
a { background-color: rgb(254,230,26); }
div.DivClassName
{
background-color: #FEE61A;
}
.BgClassName
{
background-color: #FEE61A;
}
</style>
border-color css
<style>
span { border-color: #FEE61A; }
span { border-color: rgb(254,230,26); }
td.TdClassName
{
border-color: #FEE61A;
}
.TagClassName
{
border-color: #FEE61A;
}
</style>