Html Css Color HEX #FAFF66 Laser Lemon

📋 copy color: '#FAFF66'

red 250 ◦ green 255 ◦ blue 102

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

Shades of Laser Lemon #FAFF66

Tints of Laser Lemon #FAFF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 16.8%

R = 41.19%
G = 42.01%
B = 16.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FAFF66 (or 0xFAFF66) is known color: Laser Lemon. HEX triplet: FA, FF and 66. RGB value is (250,255,102). Sum of RGB (Red+Green+Blue) = 250+255+102=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 102 (40.23% from 255 or 16.80% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF66 is #050099. Grayscale: #ECECEC. Windows color (decimal): -327834 or 6750202. OLE color: 6750202.

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

Color convert

RGB 250 255 102 -
CMYK 0.02 0 0.6 0
HSL 61.96º 1% 0.7% -
HSV(B) 61.96º 0.6% 1% -
XYZ 77.58 92.8 26.39 -
YUV 236.06 52.34 137.94 -
System Red Green Blue C M Y K H S L
Decimal 250 255 102 0.02 0 0.6 0 61.96 1 0.7
Hex FA FF 66 2 0 3C 0 3E 64 46
Octal 372 377 146 2 0 74 0 76 144 106
Binary 11111010 11111111 1100110 10 0 111100 0 111110 1100100 1000110

Color Harmonies of #FAFF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF66

Black with #FAFF66

Text Example


Text Example

White with #FAFF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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