#F1FF1E

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

Shades of Lemon #F1FF1E

Tints of Lemon #F1FF1E

Color information

#F1FF1E (or 0xF1FF1E) is unknown color: approx Lemon. HEX triplet: F1, FF and 1E. RGB value is (241,255,30). Sum of RGB (Red+Green+Blue) = 241+255+30=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 30 (12.11% from 255 or 5.70% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FF1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FF1E is #0E00E1. Grayscale: #E2E2E2. Windows color (decimal): -917730 or 2031601. OLE color: 2031601.

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

Color convert

RGB24125530-
CMYK0.0500.880
HSL63.73º100%55.88%-
HSV(B)63.73º88.24%100%-
XYZ72.2790.3114.85-
YUV225.1617.86139.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.82%
GREEN value IS 255 (100% from 255) = 48.48%
BLUE value IS 30 (12.11% from 255) = 5.70%
R=45.82%
G=48.48%
B=5.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal241255300.0500.88063.7310055.88
HexF1FF1E50580406438
Octal3613773650130010014470
Binary11110001111111111111010101011000010000001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FF1E; }

 p { color: rgb(241,255,30); }

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

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

 a { background-color: rgb(241,255,30); }

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

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

 span { border-color: rgb(241,255,30); }

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