#F1E307

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

Shades of Lemon #F1E307

Tints of Lemon #F1E307

Color information

#F1E307 (or 0xF1E307) is unknown color: approx Lemon. HEX triplet: F1, E3 and 07. RGB value is (241,227,7). Sum of RGB (Red+Green+Blue) = 241+227+7=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 7 (3.12% from 255 or 1.47% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E307 is #0E1CF8. Grayscale: #CFCFCF. Windows color (decimal): -924921 or 517105. OLE color: 517105.

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

Color convert

RGB2412277-
CMYK00.060.970.05
HSL56.41º94.35%48.63%-
HSV(B)56.41º97.1%94.51%-
XYZ63.7873.6511.06-
YUV206.1115.64152.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.74%
GREEN value IS 227 (89.06% from 255) = 47.79%
BLUE value IS 7 (3.12% from 255) = 1.47%
R=50.74%
G=47.79%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.97
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241227700.060.970.0556.4194.3548.63
HexF1E3706615385e31
Octal36134370614157013661
Binary1111000111100011111011011000011011110001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E307; }

 p { color: rgb(241,227,7); }

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

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

 a { background-color: rgb(241,227,7); }

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

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

 span { border-color: rgb(241,227,7); }

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