Color Hex Logo

#fac14e Color Hex

#FAC14E
(250,193,78)
0 Favorites   0 Comments

Color spaces of #fac14e

RGB 25019378
HSL0.110.950.64
HSV40°69°98°
CMYK 0.000.230.69   0.02
XYZ59.869559.014015.4431
Yxy59.01400.44570.4393
Hunter Lab76.82064.676641.8554
CIE-Lab81.29939.213363.4565

#fac14e color RGB value is (250,193,78).

#fac14e hex color red value is 250, green value is 193 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fac14e hue: 0.11 , saturation: 0.95 and the lightness value of fac14e is 0.64.

The process color (four color CMYK) of #fac14e color hex is 0.00, 0.23, 0.69, 0.02. Web safe color of #fac14e is #ffcc66. Color #fac14e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000001 01001110
Octal 372 301 116
Decimal 250 193 78
Hex FA C1 4E

RGB Percentages of Color #fac14e

%47.98
%37.04
%14.97

CMYK Percentages of Color #fac14e

%0
%23
%69
%2

Triadic Colors of #fac14e

#fac14e #4efac1 #c14efa

Analogous Colors of #fac14e

#fac14e #ddfa4e #fa6b4e

Monochromatic Colors of #fac14e

#fac14e

Complementary Color

#fac14e #4e87fa

#fac14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac14e Color CSS Codes

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

#fac14e Text Font Color

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

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


#fac14e Background Color

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

This div background color is #fac14e


#fac14e Border Color

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

This div border color is #fac14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac14e

Related Colors


Comments

No comments written yet.

Please login to write comment.