#F1FA65

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

Shades of Laser Lemon #F1FA65

Tints of Laser Lemon #F1FA65

Color information

#F1FA65 (or 0xF1FA65) is unknown color: approx Laser Lemon. HEX triplet: F1, FA and 65. RGB value is (241,250,101). Sum of RGB (Red+Green+Blue) = 241+250+101=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 101 (39.84% from 255 or 17.06% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FA65 is #0E059A. Grayscale: #E6E6E6. Windows color (decimal): -918939 or 6683377. OLE color: 6683377.

HSL color Cylindrical-coordinate representation of color #F1FA65: hue angle of 63.62º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1FA65 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB241250101-
CMYK0.0400.600.02
HSL63.62º93.71%68.82%-
HSV(B)63.62º59.6%98.04%-
XYZ72.8188.0125.46-
YUV230.3255.02135.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.71%
GREEN value IS 250 (98.05% from 255) = 42.23%
BLUE value IS 101 (39.84% from 255) = 17.06%
R=40.71%
G=42.23%
B=17.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412501010.0400.600.0263.6293.7168.82
HexF1FA65403C2405e45
Octal36137214540742100136105
Binary11110001111110101100101100011110010100000010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FA65; }

 p { color: rgb(241,250,101); }

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

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

 a { background-color: rgb(241,250,101); }

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

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

 span { border-color: rgb(241,250,101); }

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