Html Css Color HEX #F2FA65 Laser Lemon

📋 copy color: '#F2FA65'

red 242 ◦ green 250 ◦ blue 101

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

Shades of Laser Lemon #F2FA65

Tints of Laser Lemon #F2FA65

RGB

 RED value IS 242 (94.92% from 255) = 40.81%

 GREEN value IS 250 (98.05% from 255) = 42.16%

 BLUE value IS 101 (39.84% from 255) = 17.03%

R = 40.81%
G = 42.16%
B = 17.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F2FA65 (or 0xF2FA65) is known color: Laser Lemon. HEX triplet: F2, FA and 65. RGB value is (242,250,101). Sum of RGB (Red+Green+Blue) = 242+250+101=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 101 (39.84% from 255 or 17.03% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FA65 is #0D059A. Grayscale: #E7E7E7. Windows color (decimal): -853403 or 6683378. OLE color: 6683378.

HSL color Cylindrical-coordinate representation of color #F2FA65: hue angle of 63.22º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2FA65 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 250 101 -
CMYK 0.03 0 0.60 0.02
HSL 63.22º 0.94% 0.69% -
HSV(B) 63.22º 0.6% 0.98% -
XYZ 73.15 88.19 25.48 -
YUV 230.62 54.85 136.12 -
System Red Green Blue C M Y K H S L
Decimal 242 250 101 0.03 0 0.60 0.02 63.22 0.94 0.69
Hex F2 FA 65 3 0 3C 2 3F 5E 45
Octal 362 372 145 3 0 74 2 77 136 105
Binary 11110010 11111010 1100101 11 0 111100 10 111111 1011110 1000101

Color Harmonies of #F2FA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA65

Black with #F2FA65

Text Example


Text Example

White with #F2FA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA65; }

 p { color: rgb(242,250,101); }

 H1.HeaderClassName
 {
   color: #F2FA65;
 }
 .AnyTagClassName
 {
   color: #F2FA65;
 }
</style>

background-color css

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

 a { background-color: rgb(242,250,101); }

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

border-color css

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

 span { border-color: rgb(242,250,101); }

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