Html Css Color HEX #F2FA5E Laser Lemon

📋 copy color: '#F2FA5E'

red 242 ◦ green 250 ◦ blue 94

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

Shades of Laser Lemon #F2FA5E

Tints of Laser Lemon #F2FA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.04%

R = 41.3%
G = 42.66%
B = 16.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F2FA5E (or 0xF2FA5E) is known color: Laser Lemon. HEX triplet: F2, FA and 5E. RGB value is (242,250,94). Sum of RGB (Red+Green+Blue) = 242+250+94=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 94 (37.11% from 255 or 16.04% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FA5E is #0D05A1. Grayscale: #E6E6E6. Windows color (decimal): -853410 or 6224626. OLE color: 6224626.

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

Color convert

RGB 242 250 94 -
CMYK 0.03 0 0.62 0.02
HSL 63.08º 0.94% 0.67% -
HSV(B) 63.08º 0.62% 0.98% -
XYZ 72.82 88.06 23.75 -
YUV 229.82 51.35 136.68 -
System Red Green Blue C M Y K H S L
Decimal 242 250 94 0.03 0 0.62 0.02 63.08 0.94 0.67
Hex F2 FA 5E 3 0 3E 2 3F 5E 43
Octal 362 372 136 3 0 76 2 77 136 103
Binary 11110010 11111010 1011110 11 0 111110 10 111111 1011110 1000011

Color Harmonies of #F2FA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA5E

Black with #F2FA5E

Text Example


Text Example

White with #F2FA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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