#FEE513

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

Shades of Lemon #FEE513

Tints of Lemon #FEE513

Color information

#FEE513 (or 0xFEE513) is unknown color: approx Lemon. HEX triplet: FE, E5 and 13. RGB value is (254,229,19). Sum of RGB (Red+Green+Blue) = 254+229+19=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 19 (7.81% from 255 or 3.78% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE513 is #011AEC. Grayscale: #D5D5D5. Windows color (decimal): -72429 or 1304062. OLE color: 1304062.

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

Color convert

RGB25422919-
CMYK00.100.930.00
HSL53.62º99.16%53.53%-
HSV(B)53.62º92.52%99.61%-
XYZ69.0177.1611.87-
YUV212.5418.78157.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.60%
GREEN value IS 229 (89.84% from 255) = 45.62%
BLUE value IS 19 (7.81% from 255) = 3.78%
R=50.60%
G=45.62%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542291900.100.930.0053.6299.1653.53
HexFEE5130A5D0366336
Octal3763452301213506614366
Binary11111110111001011001101010101110101101101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE513; }

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

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

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

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

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

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

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

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