Html Css Color HEX #FAFA66 Laser Lemon

📋 copy color: '#FAFA66'

red 250 ◦ green 250 ◦ blue 102

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

Shades of Laser Lemon #FAFA66

Tints of Laser Lemon #FAFA66

RGB

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

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

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

R = 41.53%
G = 41.53%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAFA66 (or 0xFAFA66) is known color: Laser Lemon. HEX triplet: FA, FA and 66. RGB value is (250,250,102). Sum of RGB (Red+Green+Blue) = 250+250+102=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 102 (40.23% from 255 or 16.94% from 602); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA66 is #050599. Grayscale: #E9E9E9. Windows color (decimal): -329114 or 6748922. OLE color: 6748922.

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

Color convert

RGB 250 250 102 -
CMYK 0 0 0.59 0.02
HSL 60º 0.94% 0.69% -
HSV(B) 60º 0.59% 0.98% -
XYZ 76.01 89.65 25.87 -
YUV 233.13 54 140.03 -
System Red Green Blue C M Y K H S L
Decimal 250 250 102 0 0 0.59 0.02 60 0.94 0.69
Hex FA FA 66 0 0 3B 2 3C 5E 45
Octal 372 372 146 0 0 73 2 74 136 105
Binary 11111010 11111010 1100110 0 0 111011 10 111100 1011110 1000101

Color Harmonies of #FAFA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA66

Black with #FAFA66

Text Example


Text Example

White with #FAFA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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