#FEE011

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

Shades of Lemon #FEE011

Tints of Lemon #FEE011

Color information

#FEE011 (or 0xFEE011) is unknown color: approx Lemon. HEX triplet: FE, E0 and 11. RGB value is (254,224,17). Sum of RGB (Red+Green+Blue) = 254+224+17=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 17 (7.03% from 255 or 3.43% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE011 is #011FEE. Grayscale: #D2D2D2. Windows color (decimal): -73711 or 1171710. OLE color: 1171710.

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

Color convert

RGB25422417-
CMYK00.120.930.00
HSL52.41º99.16%53.14%-
HSV(B)52.41º93.31%99.61%-
XYZ67.6374.4211.33-
YUV209.3719.44159.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.31%
GREEN value IS 224 (87.89% from 255) = 45.25%
BLUE value IS 17 (7.03% from 255) = 3.43%
R=51.31%
G=45.25%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542241700.120.930.0052.4199.1653.14
HexFEE0110C5D0346335
Octal3763402101413506414365
Binary11111110111000001000101100101110101101001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE011; }

 p { color: rgb(254,224,17); }

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

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

 a { background-color: rgb(254,224,17); }

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

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

 span { border-color: rgb(254,224,17); }

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