#F1E11A

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

Shades of Lemon #F1E11A

Tints of Lemon #F1E11A

Color information

#F1E11A (or 0xF1E11A) is unknown color: approx Lemon. HEX triplet: F1, E1 and 1A. RGB value is (241,225,26). Sum of RGB (Red+Green+Blue) = 241+225+26=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 26 (10.55% from 255 or 5.28% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E11A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E11A is #0E1EE5. Grayscale: #CFCFCF. Windows color (decimal): -925414 or 1761777. OLE color: 1761777.

HSL color Cylindrical-coordinate representation of color #F1E11A: hue angle of 55.53º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1E11A is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB24122526-
CMYK00.070.890.05
HSL55.53º88.48%52.35%-
HSV(B)55.53º89.21%94.51%-
XYZ63.3972.6311.65-
YUV207.125.8152.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.98%
GREEN value IS 225 (88.28% from 255) = 45.73%
BLUE value IS 26 (10.55% from 255) = 5.28%
R=48.98%
G=45.73%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412252600.070.890.0555.5388.4852.35
HexF1E11A07595385834
Octal361341320713157013064
Binary111100011110000111010011110110011011110001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E11A; }

 p { color: rgb(241,225,26); }

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

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

 a { background-color: rgb(241,225,26); }

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

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

 span { border-color: rgb(241,225,26); }

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