#F1FD6A

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

Shades of Laser Lemon #F1FD6A

Tints of Laser Lemon #F1FD6A

Color information

#F1FD6A (or 0xF1FD6A) is unknown color: approx Laser Lemon. HEX triplet: F1, FD and 6A. RGB value is (241,253,106). Sum of RGB (Red+Green+Blue) = 241+253+106=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 106 (41.80% from 255 or 17.67% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FD6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FD6A is #0E0295. Grayscale: #E9E9E9. Windows color (decimal): -918166 or 7011825. OLE color: 7011825.

HSL color Cylindrical-coordinate representation of color #F1FD6A: hue angle of 64.9º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1FD6A is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB241253106-
CMYK0.0500.580.01
HSL64.9º97.35%70.39%-
HSV(B)64.9º58.1%99.22%-
XYZ7489.9927.11-
YUV232.6556.52133.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.17%
GREEN value IS 253 (99.22% from 255) = 42.17%
BLUE value IS 106 (41.80% from 255) = 17.67%
R=40.17%
G=42.17%
B=17.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412531060.0500.580.0164.997.3570.39
HexF1FD6A503A1416146
Octal36137515250721101141106
Binary1111000111111101110101010101110101100000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FD6A; }

 p { color: rgb(241,253,106); }

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

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

 a { background-color: rgb(241,253,106); }

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

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

 span { border-color: rgb(241,253,106); }

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