#F1E10A

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

Shades of Lemon #F1E10A

Tints of Lemon #F1E10A

Color information

#F1E10A (or 0xF1E10A) is unknown color: approx Lemon. HEX triplet: F1, E1 and 0A. RGB value is (241,225,10). Sum of RGB (Red+Green+Blue) = 241+225+10=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 10 (4.30% from 255 or 2.10% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E10A is #0E1EF5. Grayscale: #CECECE. Windows color (decimal): -925430 or 713201. OLE color: 713201.

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

Color convert

RGB24122510-
CMYK00.070.960.05
HSL55.84º92.03%49.22%-
HSV(B)55.84º95.85%94.51%-
XYZ63.2672.5710.96-
YUV205.2717.8153.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.63%
GREEN value IS 225 (88.28% from 255) = 47.27%
BLUE value IS 10 (4.30% from 255) = 2.10%
R=50.63%
G=47.27%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412251000.070.960.0555.8492.0349.22
HexF1E1A07605385c31
Octal361341120714057013461
Binary11110001111000011010011111000001011110001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E10A; }

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

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

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

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

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

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

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

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