#FAEC19

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

Shades of Lemon #FAEC19

Tints of Lemon #FAEC19

Color information

#FAEC19 (or 0xFAEC19) is unknown color: approx Lemon. HEX triplet: FA, EC and 19. RGB value is (250,236,25). Sum of RGB (Red+Green+Blue) = 250+236+25=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 25 (10.16% from 255 or 4.89% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEC19 is #0513E6. Grayscale: #D8D8D8. Windows color (decimal): -332775 or 1699066. OLE color: 1699066.

HSL color Cylindrical-coordinate representation of color #FAEC19: hue angle of 56.27º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAEC19 is Cyan = 0, Magento = 0.06, Yellow = 0.9 and Black (K on CMYK) = 0.02.

Color convert

RGB25023625-
CMYK00.060.90.02
HSL56.27º95.74%53.92%-
HSV(B)56.27º90%98.04%-
XYZ69.680.3912.77-
YUV216.1320.14152.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.92%
GREEN value IS 236 (92.58% from 255) = 46.18%
BLUE value IS 25 (10.16% from 255) = 4.89%
R=48.92%
G=46.18%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.9
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502362500.060.90.0256.2795.7453.92
HexFAEC19065A2386036
Octal372354310613227014066
Binary11111010111011001100101101011010101110001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEC19; }

 p { color: rgb(250,236,25); }

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

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

 a { background-color: rgb(250,236,25); }

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

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

 span { border-color: rgb(250,236,25); }

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