#FFE121

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

Shades of Lemon #FFE121

Tints of Lemon #FFE121

Color information

#FFE121 (or 0xFFE121) is unknown color: approx Lemon. HEX triplet: FF, E1 and 21. RGB value is (255,225,33). Sum of RGB (Red+Green+Blue) = 255+225+33=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 33 (13.28% from 255 or 6.43% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE121 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE121 is #001EDE. Grayscale: #D4D4D4. Windows color (decimal): -7903 or 2220543. OLE color: 2220543.

HSL color Cylindrical-coordinate representation of color #FFE121: hue angle of 51.89º 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 #FFE121 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB25522533-
CMYK00.120.870
HSL51.89º100%56.47%-
HSV(B)51.89º87.06%100%-
XYZ68.4475.2212.35-
YUV212.0826.94158.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 225 (88.28% from 255) = 43.86%
BLUE value IS 33 (13.28% from 255) = 6.43%
R=49.71%
G=43.86%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552253300.120.87051.8910056.47
HexFFE1210C570346438
Octal3773414101412706414470
Binary111111111110000110000101100101011101101001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE121; }

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

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

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

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

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

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

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

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