#F1FE53

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

Shades of Laser Lemon #F1FE53

Tints of Laser Lemon #F1FE53

Color information

#F1FE53 (or 0xF1FE53) is unknown color: approx Laser Lemon. HEX triplet: F1, FE and 53. RGB value is (241,254,83). Sum of RGB (Red+Green+Blue) = 241+254+83=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 83 (32.81% from 255 or 14.36% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FE53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FE53 is #0E01AC. Grayscale: #E7E7E7. Windows color (decimal): -917933 or 5504753. OLE color: 5504753.

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

Color convert

RGB24125483-
CMYK0.0500.670.00
HSL64.56º98.84%66.08%-
HSV(B)64.56º67.32%99.61%-
XYZ73.2890.2121.73-
YUV230.6244.69135.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.70%
GREEN value IS 254 (99.61% from 255) = 43.94%
BLUE value IS 83 (32.81% from 255) = 14.36%
R=41.70%
G=43.94%
B=14.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal241254830.0500.670.0064.5698.8466.08
HexF1FE5350430416342
Octal361376123501030101143102
Binary11110001111111101010011101010000110100000111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FE53; }

 p { color: rgb(241,254,83); }

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

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

 a { background-color: rgb(241,254,83); }

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

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

 span { border-color: rgb(241,254,83); }

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