Shades of Lemon #FEE620
Tints of Lemon #FEE620
RGB
CMYK
RGB Variations
Color information
#FEE620 (or 0xFEE620) is known color: Lemon. HEX triplet: FE, E6 and 20. RGB value is (254,230,32). Sum of RGB (Red+Green+Blue) = 254+230+32=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 32 (12.89% from 255 or 6.20% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE620 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE620 is #0119DF. Grayscale: #D7D7D7. Windows color (decimal): -72160 or 2156286. OLE color: 2156286.
HSL color Cylindrical-coordinate representation of color #FEE620: hue angle of 53.51º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEE620 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 32 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.00 |
| HSL | 53.51º | 0.99% | 0.56% | - |
| HSV(B) | 53.51º | 0.87% | 1% | - |
| XYZ | 69.43 | 77.77 | 12.72 | - |
| YUV | 214.6 | 24.95 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 32 | 0 | 0.09 | 0.87 | 0.00 | 53.51 | 0.99 | 0.56 |
| Hex | FE | E6 | 20 | 0 | 9 | 57 | 0 | 36 | 63 | 38 |
| Octal | 376 | 346 | 40 | 0 | 11 | 127 | 0 | 66 | 143 | 70 |
| Binary | 11111110 | 11100110 | 100000 | 0 | 1001 | 1010111 | 0 | 110110 | 1100011 | 111000 |
Color Harmonies of #FEE620
Complementary color
Monochromatic Colors of #FEE620
Black with #FEE620
Text Example
Text Example
White with #FEE620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE620; }
p { color: rgb(254,230,32); }
H1.HeaderClassName
{
color: #FEE620;
}
.AnyTagClassName
{
color: #FEE620;
}
</style>
background-color css
<style>
a { background-color: #FEE620; }
a { background-color: rgb(254,230,32); }
div.DivClassName
{
background-color: #FEE620;
}
.BgClassName
{
background-color: #FEE620;
}
</style>
border-color css
<style>
span { border-color: #FEE620; }
span { border-color: rgb(254,230,32); }
td.TdClassName
{
border-color: #FEE620;
}
.TagClassName
{
border-color: #FEE620;
}
</style>