#FEE50E

Color #FEE50E Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #FEE50E

Tints of Lemon #FEE50E

Color information

#FEE50E (or 0xFEE50E) is unknown color: approx Lemon. HEX triplet: FE, E5 and 0E. RGB value is (254,229,14). Sum of RGB (Red+Green+Blue) = 254+229+14=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 14 (5.86% from 255 or 2.82% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE50E is #011AF1. Grayscale: #D4D4D4. Windows color (decimal): -72434 or 976382. OLE color: 976382.

HSL color Cylindrical-coordinate representation of color #FEE50E: hue angle of 53.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEE50E is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB25422914-
CMYK00.100.940.00
HSL53.75º99.17%52.55%-
HSV(B)53.75º94.49%99.61%-
XYZ68.9777.1411.67-
YUV211.9616.28157.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 51.11%
GREEN value IS 229 (89.84% from 255) = 46.08%
BLUE value IS 14 (5.86% from 255) = 2.82%
R=51.11%
G=46.08%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542291400.100.940.0053.7599.1752.55
HexFEE5E0A5E0366335
Octal3763451601213606614365
Binary1111111011100101111001010101111001101101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE50E; }

 p { color: rgb(254,229,14); }

 H1.HeaderClassName
 {
   color: #FEE50E;
 }
 .AnyTagClassName
 {
   color: #FEE50E;
 }
</style>
background-color css

<style>
 a { background-color: #FEE50E; }

 a { background-color: rgb(254,229,14); }

 div.DivClassName
 {
   background-color: #FEE50E;
 }
 .BgClassName
 {
   background-color: #FEE50E;
 }
</style>
border-color css

<style>
 span { border-color: #FEE50E; }

 span { border-color: rgb(254,229,14); }

 td.TdClassName
 {
   border-color: #FEE50E;
 }
 .TagClassName
 {
   border-color: #FEE50E;
 }
</style>