Color Hex Logo

#fafa6a Color Hex

#FAFA6A
(250,250,106)
0 Favorites   0 Comments

Color spaces of #fafa6a

RGB 250250106
HSL0.170.940.70
HSV60°58°98°
CMYK 0.000.000.58   0.02
XYZ76.211589.735826.9396
Yxy89.73580.39510.4652
Hunter Lab94.7290-22.168649.4490
CIE-Lab95.8871-17.759467.3519

#fafa6a color RGB value is (250,250,106).

#fafa6a hex color red value is 250, green value is 250 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fafa6a hue: 0.17 , saturation: 0.94 and the lightness value of fafa6a is 0.70.

The process color (four color CMYK) of #fafa6a color hex is 0.00, 0.00, 0.58, 0.02. Web safe color of #fafa6a is #ffff66. Color #fafa6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111010 01101010
Octal 372 372 152
Decimal 250 250 106
Hex FA FA 6A

RGB Percentages of Color #fafa6a

%41.25
%41.25
%17.49

CMYK Percentages of Color #fafa6a

%0
%0
%58
%2

Triadic Colors of #fafa6a

#fafa6a #6afafa #fa6afa

Analogous Colors of #fafa6a

#fafa6a #b2fa6a #fab26a

Monochromatic Colors of #fafa6a

#fafa6a

Complementary Color

#fafa6a #6a6afa

#fafa6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafa6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafa6a Color CSS Codes

.mybgcolor {background-color:#fafa6a; } 
.myforecolor {color:#fafa6a; }
.mybordercolor {border:3px solid #fafa6a; }

#fafa6a Text Font Color

<p style="color:#fafa6a">Text here</p>

This sample text font color is #fafa6a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fafa6a Background Color

<div style="background-color:#fafa6a">
Div content here</div>

This div background color is #fafa6a


#fafa6a Border Color

<div style="border:3px solid #fafa6a">
Div here</div>

This div border color is #fafa6a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,250,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fafa6a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fafa6a;
  -webkit-box-shadow: 1px 1px 3px 2px #fafa6a;
  box-shadow:         1px 1px 3px 2px #fafa6a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,250,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fafa6a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fafa6a;
  -webkit-box-shadow: 1px 1px 3px 2px #fafa6a;
  box-shadow:         1px 1px 3px 2px #fafa6a;">
Div content here</div>

This div box has shadow with color #fafa6a

Related Colors


Comments

No comments written yet.

Please login to write comment.