Html Css Color HEX #FAFF6A Laser Lemon

📋 copy color: '#FAFF6A'

red 250 ◦ green 255 ◦ blue 106

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

Shades of Laser Lemon #FAFF6A

Tints of Laser Lemon #FAFF6A

RGB

 RED value IS 250 (98.05% from 255) = 40.92%

 GREEN value IS 255 (100% from 255) = 41.73%

 BLUE value IS 106 (41.8% from 255) = 17.35%

R = 40.92%
G = 41.73%
B = 17.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FAFF6A (or 0xFAFF6A) is known color: Laser Lemon. HEX triplet: FA, FF and 6A. RGB value is (250,255,106). Sum of RGB (Red+Green+Blue) = 250+255+106=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 106 (41.80% from 255 or 17.35% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF6A is #050095. Grayscale: #EDEDED. Windows color (decimal): -327830 or 7012346. OLE color: 7012346.

HSL color Cylindrical-coordinate representation of color #FAFF6A: hue angle of 62.01º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAFF6A is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB 250 255 106 -
CMYK 0.02 0 0.58 0
HSL 62.01º 1% 0.71% -
HSV(B) 62.01º 0.58% 1% -
XYZ 77.79 92.88 27.46 -
YUV 236.52 54.34 137.62 -
System Red Green Blue C M Y K H S L
Decimal 250 255 106 0.02 0 0.58 0 62.01 1 0.71
Hex FA FF 6A 2 0 3A 0 3E 64 47
Octal 372 377 152 2 0 72 0 76 144 107
Binary 11111010 11111111 1101010 10 0 111010 0 111110 1100100 1000111

Color Harmonies of #FAFF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF6A

Black with #FAFF6A

Text Example


Text Example

White with #FAFF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF6A; }

 p { color: rgb(250,255,106); }

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

background-color css

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

 a { background-color: rgb(250,255,106); }

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

border-color css

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

 span { border-color: rgb(250,255,106); }

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