Color Hex Logo

#faf57d Color Hex

#FAF57D
(250,245,125)
0 Favorites   0 Comments

Color spaces of #faf57d

RGB 250245125
HSL0.160.930.74
HSV58°50°98°
CMYK 0.000.020.50   0.02
XYZ75.778487.109532.2219
Yxy87.10950.38840.4465
Hunter Lab93.3325-18.404344.8636
CIE-Lab94.7847-13.889457.7295

#faf57d color RGB value is (250,245,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110101 01111101
Octal 372 365 175
Decimal 250 245 125
Hex FA F5 7D

RGB Percentages of Color #faf57d

%40.32
%39.52
%20.16

CMYK Percentages of Color #faf57d

%0
%2
%50
%2

Triadic Colors of #faf57d

#faf57d #7dfaf5 #f57dfa

Analogous Colors of #faf57d

#faf57d #c1fa7d #fab77d

Monochromatic Colors of #faf57d

#faf57d

Complementary Color

#faf57d #7d82fa

#faf57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf57d Color CSS Codes

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

#faf57d Text Font Color

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

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


#faf57d Background Color

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

This div background color is #faf57d


#faf57d Border Color

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

This div border color is #faf57d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,245,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 #faf57d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf57d


Comments

No comments written yet.

Please login to write comment.