#F1FA61

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

Shades of Laser Lemon #F1FA61

Tints of Laser Lemon #F1FA61

Color information

#F1FA61 (or 0xF1FA61) is unknown color: approx Laser Lemon. HEX triplet: F1, FA and 61. RGB value is (241,250,97). Sum of RGB (Red+Green+Blue) = 241+250+97=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 97 (38.28% from 255 or 16.50% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FA61 is #0E059E. Grayscale: #E6E6E6. Windows color (decimal): -918943 or 6421233. OLE color: 6421233.

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

Color convert

RGB24125097-
CMYK0.0400.610.02
HSL63.53º93.87%68.04%-
HSV(B)63.53º61.2%98.04%-
XYZ72.6287.9424.46-
YUV229.8753.02135.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.99%
GREEN value IS 250 (98.05% from 255) = 42.52%
BLUE value IS 97 (38.28% from 255) = 16.50%
R=40.99%
G=42.52%
B=16.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241250970.0400.610.0263.5393.8768.04
HexF1FA61403D2405e44
Octal36137214140752100136104
Binary11110001111110101100001100011110110100000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FA61; }

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

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

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

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

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

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

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

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