Color Hex Logo

#faf87a Color Hex

#FAF87A
(250,248,122)
0 Favorites   0 Comments

Color spaces of #faf87a

RGB 250248122
HSL0.160.930.73
HSV59°51°98°
CMYK 0.000.010.51   0.02
XYZ76.504688.863931.5326
Yxy88.86390.38850.4513
Hunter Lab94.2677-20.103546.1548
CIE-Lab95.5235-15.597659.9606

#faf87a color RGB value is (250,248,122).

#faf87a hex color red value is 250, green value is 248 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #faf87a hue: 0.16 , saturation: 0.93 and the lightness value of faf87a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 01111010
Octal 372 370 172
Decimal 250 248 122
Hex FA F8 7A

RGB Percentages of Color #faf87a

%40.32
%40.00
%19.68

CMYK Percentages of Color #faf87a

%0
%1
%51
%2

Triadic Colors of #faf87a

#faf87a #7afaf8 #f87afa

Analogous Colors of #faf87a

#faf87a #bcfa7a #fab87a

Monochromatic Colors of #faf87a

#faf87a

Complementary Color

#faf87a #7a7cfa

#faf87a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf87a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf87a Color CSS Codes

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

#faf87a Text Font Color

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

This sample text font color is #faf87a
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.


#faf87a Background Color

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

This div background color is #faf87a


#faf87a Border Color

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

This div border color is #faf87a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf87a

Related Colors


Comments

No comments written yet.

Please login to write comment.