Html Css Color HEX #FAFA64 Laser Lemon

📋 copy color: '#FAFA64'

red 250 ◦ green 250 ◦ blue 100

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

Shades of Laser Lemon #FAFA64

Tints of Laser Lemon #FAFA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 16.67%

R = 41.67%
G = 41.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAFA64 (or 0xFAFA64) is known color: Laser Lemon. HEX triplet: FA, FA and 64. RGB value is (250,250,100). Sum of RGB (Red+Green+Blue) = 250+250+100=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 100 (39.45% from 255 or 16.67% from 600); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA64 is #05059B. Grayscale: #E9E9E9. Windows color (decimal): -329116 or 6617850. OLE color: 6617850.

HSL color Cylindrical-coordinate representation of color #FAFA64: 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.6%. Process color model (Four color, CMYK) of #FAFA64 is Cyan = 0, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 250 100 -
CMYK 0 0 0.6 0.02
HSL 60º 0.94% 0.69% -
HSV(B) 60º 0.6% 0.98% -
XYZ 75.91 89.62 25.35 -
YUV 232.9 53 140.2 -
System Red Green Blue C M Y K H S L
Decimal 250 250 100 0 0 0.6 0.02 60 0.94 0.69
Hex FA FA 64 0 0 3C 2 3C 5E 45
Octal 372 372 144 0 0 74 2 74 136 105
Binary 11111010 11111010 1100100 0 0 111100 10 111100 1011110 1000101

Color Harmonies of #FAFA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA64

Black with #FAFA64

Text Example


Text Example

White with #FAFA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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