#FAEC15

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

Shades of Lemon #FAEC15

Tints of Lemon #FAEC15

Color information

#FAEC15 (or 0xFAEC15) is unknown color: approx Lemon. HEX triplet: FA, EC and 15. RGB value is (250,236,21). Sum of RGB (Red+Green+Blue) = 250+236+21=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 21 (8.59% from 255 or 4.14% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEC15 is #0513EA. Grayscale: #D8D8D8. Windows color (decimal): -332779 or 1436922. OLE color: 1436922.

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

Color convert

RGB25023621-
CMYK00.060.920.02
HSL56.33º95.82%53.14%-
HSV(B)56.33º91.6%98.04%-
XYZ69.5680.3712.56-
YUV215.6818.14152.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.31%
GREEN value IS 236 (92.58% from 255) = 46.55%
BLUE value IS 21 (8.59% from 255) = 4.14%
R=49.31%
G=46.55%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502362100.060.920.0256.3395.8253.14
HexFAEC15065C2386035
Octal372354250613427014065
Binary11111010111011001010101101011100101110001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEC15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEC15; }

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

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

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

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

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

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

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

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