#F5EC1E

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

Shades of Lemon #F5EC1E

Tints of Lemon #F5EC1E

Color information

#F5EC1E (or 0xF5EC1E) is unknown color: approx Lemon. HEX triplet: F5, EC and 1E. RGB value is (245,236,30). Sum of RGB (Red+Green+Blue) = 245+236+30=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 30 (12.11% from 255 or 5.87% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EC1E is #0A13E1. Grayscale: #D8D8D8. Windows color (decimal): -660450 or 2026741. OLE color: 2026741.

HSL color Cylindrical-coordinate representation of color #F5EC1E: hue angle of 57.49º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5EC1E is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB24523630-
CMYK00.040.880.04
HSL57.49º91.49%53.92%-
HSV(B)57.49º87.76%96.08%-
XYZ67.8979.512.99-
YUV215.2123.48149.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.95%
GREEN value IS 236 (92.58% from 255) = 46.18%
BLUE value IS 30 (12.11% from 255) = 5.87%
R=47.95%
G=46.18%
B=5.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452363000.040.880.0457.4991.4953.92
HexF5EC1E04584395b36
Octal365354360413047113366
Binary111101011110110011110010010110001001110011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EC1E; }

 p { color: rgb(245,236,30); }

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

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

 a { background-color: rgb(245,236,30); }

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

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

 span { border-color: rgb(245,236,30); }

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