#F1FC5B

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

Shades of Laser Lemon #F1FC5B

Tints of Laser Lemon #F1FC5B

Color information

#F1FC5B (or 0xF1FC5B) is unknown color: approx Laser Lemon. HEX triplet: F1, FC and 5B. RGB value is (241,252,91). Sum of RGB (Red+Green+Blue) = 241+252+91=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 91 (35.94% from 255 or 15.58% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FC5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FC5B is #0E03A4. Grayscale: #E6E6E6. Windows color (decimal): -918437 or 6028529. OLE color: 6028529.

HSL color Cylindrical-coordinate representation of color #F1FC5B: hue angle of 64.1º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F1FC5B is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB24125291-
CMYK0.0400.640.01
HSL64.1º96.41%67.25%-
HSV(B)64.1º63.89%98.82%-
XYZ72.9789.0823.24-
YUV230.3649.36135.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.27%
GREEN value IS 252 (98.83% from 255) = 43.15%
BLUE value IS 91 (35.94% from 255) = 15.58%
R=41.27%
G=43.15%
B=15.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal241252910.0400.640.0164.196.4167.25
HexF1FC5B40401406043
Octal361374133401001100140103
Binary11110001111111001011011100010000001100000011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FC5B; }

 p { color: rgb(241,252,91); }

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

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

 a { background-color: rgb(241,252,91); }

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

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

 span { border-color: rgb(241,252,91); }

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