#FFE522

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

Shades of Lemon #FFE522

Tints of Lemon #FFE522

Color information

#FFE522 (or 0xFFE522) is unknown color: approx Lemon. HEX triplet: FF, E5 and 22. RGB value is (255,229,34). Sum of RGB (Red+Green+Blue) = 255+229+34=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 34 (13.67% from 255 or 6.56% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE522 is #001ADD. Grayscale: #D7D7D7. Windows color (decimal): -6878 or 2287103. OLE color: 2287103.

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

Color convert

RGB25522934-
CMYK00.100.870
HSL52.94º100%56.67%-
HSV(B)52.94º86.67%100%-
XYZ69.5577.4112.79-
YUV214.5426.11156.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.23%
GREEN value IS 229 (89.84% from 255) = 44.21%
BLUE value IS 34 (13.67% from 255) = 6.56%
R=49.23%
G=44.21%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552293400.100.87052.9410056.67
HexFFE5220A570356439
Octal3773454201212706514471
Binary111111111110010110001001010101011101101011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE522; }

 p { color: rgb(255,229,34); }

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

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

 a { background-color: rgb(255,229,34); }

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

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

 span { border-color: rgb(255,229,34); }

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