Html Css Color HEX #F2FC5A Laser Lemon

📋 copy color: '#F2FC5A'

red 242 ◦ green 252 ◦ blue 90

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

Shades of Laser Lemon #F2FC5A

Tints of Laser Lemon #F2FC5A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.15%

 BLUE value IS 90 (35.55% from 255) = 15.41%

R = 41.44%
G = 43.15%
B = 15.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#F2FC5A (or 0xF2FC5A) is known color: Laser Lemon. HEX triplet: F2, FC and 5A. RGB value is (242,252,90). Sum of RGB (Red+Green+Blue) = 242+252+90=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 90 (35.55% from 255 or 15.41% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FC5A is #0D03A5. Grayscale: #E7E7E7. Windows color (decimal): -852902 or 5962994. OLE color: 5962994.

HSL color Cylindrical-coordinate representation of color #F2FC5A: hue angle of 63.7º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2FC5A is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 252 90 -
CMYK 0.04 0 0.64 0.01
HSL 63.7º 0.96% 0.67% -
HSV(B) 63.7º 0.64% 0.99% -
XYZ 73.27 89.24 23.04 -
YUV 230.54 48.69 136.17 -
System Red Green Blue C M Y K H S L
Decimal 242 252 90 0.04 0 0.64 0.01 63.7 0.96 0.67
Hex F2 FC 5A 4 0 40 1 40 60 43
Octal 362 374 132 4 0 100 1 100 140 103
Binary 11110010 11111100 1011010 100 0 1000000 1 1000000 1100000 1000011

Color Harmonies of #F2FC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC5A

Black with #F2FC5A

Text Example


Text Example

White with #F2FC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC5A; }

 p { color: rgb(242,252,90); }

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

background-color css

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

 a { background-color: rgb(242,252,90); }

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

border-color css

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

 span { border-color: rgb(242,252,90); }

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