Color Hex Logo

#faf85d Color Hex

#FAF85D
(250,248,93)
0 Favorites   0 Comments

Color spaces of #faf85d

RGB 25024893
HSL0.160.940.67
HSV59°63°98°
CMYK 0.000.010.63   0.02
XYZ74.967588.249123.4385
Yxy88.24910.40160.4728
Hunter Lab93.9410-21.948850.9657
CIE-Lab95.2657-17.622571.9741

#faf85d color RGB value is (250,248,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 01011101
Octal 372 370 135
Decimal 250 248 93
Hex FA F8 5D

RGB Percentages of Color #faf85d

%42.30
%41.96
%15.74

CMYK Percentages of Color #faf85d

%0
%1
%63
%2

Triadic Colors of #faf85d

#faf85d #5dfaf8 #f85dfa

Analogous Colors of #faf85d

#faf85d #aefa5d #faaa5d

Monochromatic Colors of #faf85d

#faf85d

Complementary Color

#faf85d #5d5ffa

#faf85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf85d Color CSS Codes

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

#faf85d Text Font Color

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

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


#faf85d Background Color

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

This div background color is #faf85d


#faf85d Border Color

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

This div border color is #faf85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf85d

Related Colors


Comments

No comments written yet.

Please login to write comment.