Color Hex Logo

#fac169 Color Hex

#FAC169
(250,193,105)
0 Favorites   0 Comments

Color spaces of #fac169

RGB 250193105
HSL0.100.940.70
HSV36°58°98°
CMYK 0.000.230.58   0.02
XYZ61.044159.483821.6288
Yxy59.48380.42940.4184
Hunter Lab77.12576.310637.3610
CIE-Lab81.556810.888251.5059

#fac169 color RGB value is (250,193,105).

#fac169 hex color red value is 250, green value is 193 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fac169 hue: 0.10 , saturation: 0.94 and the lightness value of fac169 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000001 01101001
Octal 372 301 151
Decimal 250 193 105
Hex FA C1 69

RGB Percentages of Color #fac169

%45.62
%35.22
%19.16

CMYK Percentages of Color #fac169

%0
%23
%58
%2

Triadic Colors of #fac169

#fac169 #69fac1 #c169fa

Analogous Colors of #fac169

#fac169 #ebfa69 #fa7969

Monochromatic Colors of #fac169

#fac169

Complementary Color

#fac169 #69a2fa

#fac169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac169 Color CSS Codes

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

#fac169 Text Font Color

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

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


#fac169 Background Color

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

This div background color is #fac169


#fac169 Border Color

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

This div border color is #fac169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac169


Comments

No comments written yet.

Please login to write comment.