Html Css Color HEX #F1FD6A Laser Lemon

📋 copy color: '#F1FD6A'

red 241 ◦ green 253 ◦ blue 106

#F1FD6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser Lemon #F1FD6A

Tints of Laser Lemon #F1FD6A

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.8% from 255) = 17.67%

R = 40.17%
G = 42.17%
B = 17.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#F1FD6A (or 0xF1FD6A) is known color: 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

RGB 241 253 106 -
CMYK 0.05 0 0.58 0.01
HSL 64.9º 0.97% 0.7% -
HSV(B) 64.9º 0.58% 0.99% -
XYZ 74 89.99 27.11 -
YUV 232.65 56.52 133.95 -
System Red Green Blue C M Y K H S L
Decimal 241 253 106 0.05 0 0.58 0.01 64.9 0.97 0.7
Hex F1 FD 6A 5 0 3A 1 41 61 46
Octal 361 375 152 5 0 72 1 101 141 106
Binary 11110001 11111101 1101010 101 0 111010 1 1000001 1100001 1000110

Color Harmonies of #F1FD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FD6A

Black with #F1FD6A

Text Example


Text Example

White with #F1FD6A

Text Example


Text Example

HTML Codes & Css Web 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>