Html Css Color HEX #FAFA65 Laser Lemon

📋 copy color: '#FAFA65'

red 250 ◦ green 250 ◦ blue 101

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

Shades of Laser Lemon #FAFA65

Tints of Laser Lemon #FAFA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 16.81%

R = 41.6%
G = 41.6%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAFA65 (or 0xFAFA65) is known color: Laser Lemon. HEX triplet: FA, FA and 65. RGB value is (250,250,101). Sum of RGB (Red+Green+Blue) = 250+250+101=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 101 (39.84% from 255 or 16.81% from 601); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA65 is #05059A. Grayscale: #E9E9E9. Windows color (decimal): -329115 or 6683386. OLE color: 6683386.

HSL color Cylindrical-coordinate representation of color #FAFA65: 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 #FAFA65 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 250 101 -
CMYK 0 0 0.60 0.02
HSL 60º 0.94% 0.69% -
HSV(B) 60º 0.6% 0.98% -
XYZ 75.96 89.63 25.61 -
YUV 233.01 53.5 140.12 -
System Red Green Blue C M Y K H S L
Decimal 250 250 101 0 0 0.60 0.02 60 0.94 0.69
Hex FA FA 65 0 0 3C 2 3C 5E 45
Octal 372 372 145 0 0 74 2 74 136 105
Binary 11111010 11111010 1100101 0 0 111100 10 111100 1011110 1000101

Color Harmonies of #FAFA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA65

Black with #FAFA65

Text Example


Text Example

White with #FAFA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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