Color Hex Logo

#fac161 Color Hex

#FAC161
(250,193,97)
0 Favorites   0 Comments

Color spaces of #fac161

RGB 25019397
HSL0.100.940.68
HSV38°61°98°
CMYK 0.000.230.61   0.02
XYZ60.652059.327019.5638
Yxy59.32700.43460.4252
Hunter Lab77.02405.766538.8574
CIE-Lab81.471010.332455.1967

#fac161 color RGB value is (250,193,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000001 01100001
Octal 372 301 141
Decimal 250 193 97
Hex FA C1 61

RGB Percentages of Color #fac161

%46.30
%35.74
%17.96

CMYK Percentages of Color #fac161

%0
%23
%61
%2

Triadic Colors of #fac161

#fac161 #61fac1 #c161fa

Analogous Colors of #fac161

#fac161 #e7fa61 #fa7561

Monochromatic Colors of #fac161

#fac161

Complementary Color

#fac161 #619afa

#fac161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac161 Color CSS Codes

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

#fac161 Text Font Color

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

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


#fac161 Background Color

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

This div background color is #fac161


#fac161 Border Color

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

This div border color is #fac161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac161


Comments

No comments written yet.

Please login to write comment.