Color Hex Logo

#faf77d Color Hex

#FAF77D
(250,247,125)
0 Favorites   0 Comments

Color spaces of #faf77d

RGB 250247125
HSL0.160.930.74
HSV59°50°98°
CMYK 0.000.010.50   0.02
XYZ76.386888.326232.4247
Yxy88.32620.38750.4480
Hunter Lab93.9820-19.387145.3318
CIE-Lab95.2981-14.864958.3357

#faf77d color RGB value is (250,247,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 01111101
Octal 372 367 175
Decimal 250 247 125
Hex FA F7 7D

RGB Percentages of Color #faf77d

%40.19
%39.71
%20.10

CMYK Percentages of Color #faf77d

%0
%1
%50
%2

Triadic Colors of #faf77d

#faf77d #7dfaf7 #f77dfa

Analogous Colors of #faf77d

#faf77d #bffa7d #fab97d

Monochromatic Colors of #faf77d

#faf77d

Complementary Color

#faf77d #7d80fa

#faf77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf77d Color CSS Codes

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

#faf77d Text Font Color

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

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


#faf77d Background Color

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

This div background color is #faf77d


#faf77d Border Color

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

This div border color is #faf77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf77d

Related Colors

#faf77d Color Palettes


Comments

No comments written yet.

Please login to write comment.