Color Hex Logo

#fac149 Color Hex

#FAC149
(250,193,73)
0 Favorites   0 Comments

Color spaces of #fac149

RGB 25019373
HSL0.110.950.63
HSV41°71°98°
CMYK 0.000.230.71   0.02
XYZ59.696958.945014.5345
Yxy58.94500.44830.4426
Hunter Lab76.77564.435342.5187
CIE-Lab81.26148.964665.4781

#fac149 color RGB value is (250,193,73).

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

The process color (four color CMYK) of #fac149 color hex is 0.00, 0.23, 0.71, 0.02. Web safe color of #fac149 is #ffcc33. Color #fac149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000001 01001001
Octal 372 301 111
Decimal 250 193 73
Hex FA C1 49

RGB Percentages of Color #fac149

%48.45
%37.40
%14.15

CMYK Percentages of Color #fac149

%0
%23
%71
%2

Triadic Colors of #fac149

#fac149 #49fac1 #c149fa

Analogous Colors of #fac149

#fac149 #dbfa49 #fa6949

Monochromatic Colors of #fac149

#fac149

Complementary Color

#fac149 #4982fa

#fac149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac149 Color CSS Codes

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

#fac149 Text Font Color

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

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


#fac149 Background Color

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

This div background color is #fac149


#fac149 Border Color

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

This div border color is #fac149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac149


Comments

No comments written yet.

Please login to write comment.