Color Hex Logo

#fac27a Color Hex

#FAC27A
(250,194,122)
0 Favorites   0 Comments

Color spaces of #fac27a

RGB 250194122
HSL0.090.930.73
HSV34°51°98°
CMYK 0.000.220.51   0.02
XYZ62.229060.312726.7740
Yxy60.31270.41680.4039
Hunter Lab77.66137.122733.9224
CIE-Lab82.007911.717343.6800

#fac27a color RGB value is (250,194,122).

#fac27a hex color red value is 250, green value is 194 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fac27a hue: 0.09 , saturation: 0.93 and the lightness value of fac27a is 0.73.

The process color (four color CMYK) of #fac27a color hex is 0.00, 0.22, 0.51, 0.02. Web safe color of #fac27a is #ffcc66. Color #fac27a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000010 01111010
Octal 372 302 172
Decimal 250 194 122
Hex FA C2 7A

RGB Percentages of Color #fac27a

%44.17
%34.28
%21.55

CMYK Percentages of Color #fac27a

%0
%22
%51
%2

Triadic Colors of #fac27a

#fac27a #7afac2 #c27afa

Analogous Colors of #fac27a

#fac27a #f2fa7a #fa827a

Monochromatic Colors of #fac27a

#fac27a

Complementary Color

#fac27a #7ab2fa

#fac27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac27a Color CSS Codes

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

#fac27a Text Font Color

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

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


#fac27a Background Color

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

This div background color is #fac27a


#fac27a Border Color

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

This div border color is #fac27a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac27a

Related Colors


Comments

No comments written yet.

Please login to write comment.