#FFE221

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

Shades of Lemon #FFE221

Tints of Lemon #FFE221

Color information

#FFE221 (or 0xFFE221) is unknown color: approx Lemon. HEX triplet: FF, E2 and 21. RGB value is (255,226,33). Sum of RGB (Red+Green+Blue) = 255+226+33=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 33 (13.28% from 255 or 6.42% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE221 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE221 is #001DDE. Grayscale: #D5D5D5. Windows color (decimal): -7647 or 2220799. OLE color: 2220799.

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

Color convert

RGB25522633-
CMYK00.110.870
HSL52.16º100%56.47%-
HSV(B)52.16º87.06%100%-
XYZ68.7175.7612.44-
YUV212.6726.61158.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.61%
GREEN value IS 226 (88.67% from 255) = 43.97%
BLUE value IS 33 (13.28% from 255) = 6.42%
R=49.61%
G=43.97%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552263300.110.87052.1610056.47
HexFFE2210B570346438
Octal3773424101312706414470
Binary111111111110001010000101011101011101101001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE221; }

 p { color: rgb(255,226,33); }

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

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

 a { background-color: rgb(255,226,33); }

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

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

 span { border-color: rgb(255,226,33); }

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