#F1E00A

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

Shades of Lemon #F1E00A

Tints of Lemon #F1E00A

Color information

#F1E00A (or 0xF1E00A) is unknown color: approx Lemon. HEX triplet: F1, E0 and 0A. RGB value is (241,224,10). Sum of RGB (Red+Green+Blue) = 241+224+10=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 10 (4.30% from 255 or 2.11% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E00A is #0E1FF5. Grayscale: #CDCDCD. Windows color (decimal): -925686 or 712945. OLE color: 712945.

HSL color Cylindrical-coordinate representation of color #F1E00A: hue angle of 55.58º 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 #F1E00A is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB24122410-
CMYK00.070.960.05
HSL55.58º92.03%49.22%-
HSV(B)55.58º95.85%94.51%-
XYZ62.9972.0310.87-
YUV204.6918.13153.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.74%
GREEN value IS 224 (87.89% from 255) = 47.16%
BLUE value IS 10 (4.30% from 255) = 2.11%
R=50.74%
G=47.16%
B=2.11%

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
Decimal2412241000.070.960.0555.5892.0349.22
HexF1E0A07605385c31
Octal361340120714057013461
Binary11110001111000001010011111000001011110001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E00A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E00A; }

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

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

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

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

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

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

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

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