Color Hex Logo

#fac95e Color Hex

#FAC95E
(250,201,94)
0 Favorites   0 Comments

Color spaces of #fac95e

RGB 25020194
HSL0.110.940.67
HSV41°62°98°
CMYK 0.000.200.62   0.02
XYZ62.331462.905419.4464
Yxy62.90540.43080.4348
Hunter Lab79.31291.484140.9820
CIE-Lab83.39265.986758.7359

#fac95e color RGB value is (250,201,94).

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

The process color (four color CMYK) of #fac95e color hex is 0.00, 0.20, 0.62, 0.02. Web safe color of #fac95e is #ffcc66. Color #fac95e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001001 01011110
Octal 372 311 136
Decimal 250 201 94
Hex FA C9 5E

RGB Percentages of Color #fac95e

%45.87
%36.88
%17.25

CMYK Percentages of Color #fac95e

%0
%20
%62
%2

Triadic Colors of #fac95e

#fac95e #5efac9 #c95efa

Analogous Colors of #fac95e

#fac95e #ddfa5e #fa7b5e

Monochromatic Colors of #fac95e

#fac95e

Complementary Color

#fac95e #5e8ffa

#fac95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac95e Color CSS Codes

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

#fac95e Text Font Color

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

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


#fac95e Background Color

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

This div background color is #fac95e


#fac95e Border Color

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

This div border color is #fac95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac95e

Related Colors


Comments

No comments written yet.

Please login to write comment.