#faec11

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

Shades of Lemon #FAEC11

Tints of Lemon #FAEC11

Color information

#FAEC11 (or 0xFAEC11) is unknown color: approx Lemon. HEX triplet: FA, EC and 11. RGB value is (250,236,17). Sum of RGB (Red+Green+Blue) = 250+236+17=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 17 (7.03% from 255 or 3.38% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEC11 is #0513EE. Grayscale: #D8D8D8. Windows color (decimal): -332783 or 1174778. OLE color: 1174778.

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

Color convert

RGB25023617-
CMYK00.060.930.02
HSL56.39º95.88%52.35%-
HSV(B)56.39º93.2%98.04%-
XYZ69.5280.3612.38-
YUV215.2216.14152.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.70%
GREEN value IS 236 (92.58% from 255) = 46.92%
BLUE value IS 17 (7.03% from 255) = 3.38%
R=49.70%
G=46.92%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502361700.060.930.0256.3995.8852.35
HexFAEC11065D2386034
Octal372354210613527014064
Binary11111010111011001000101101011101101110001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #faec11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #faec11; }

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

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

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

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

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

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

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

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