#FEE521

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

Shades of Lemon #FEE521

Tints of Lemon #FEE521

Color information

#FEE521 (or 0xFEE521) is unknown color: approx Lemon. HEX triplet: FE, E5 and 21. RGB value is (254,229,33). Sum of RGB (Red+Green+Blue) = 254+229+33=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 33 (13.28% from 255 or 6.40% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE521 is #011ADE. Grayscale: #D6D6D6. Windows color (decimal): -72415 or 2221566. OLE color: 2221566.

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

Color convert

RGB25422933-
CMYK00.100.870.00
HSL53.21º99.1%56.27%-
HSV(B)53.21º87.01%99.61%-
XYZ69.1777.2212.7-
YUV214.1325.78156.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.22%
GREEN value IS 229 (89.84% from 255) = 44.38%
BLUE value IS 33 (13.28% from 255) = 6.40%
R=49.22%
G=44.38%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542293300.100.870.0053.2199.156.27
HexFEE5210A570356338
Octal3763454101212706514370
Binary111111101110010110000101010101011101101011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE521; }

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

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

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

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

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

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

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

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