Color Hex Logo

#fac629 Color Hex

#FAC629
(250,198,41)
0 Favorites   0 Comments

Color spaces of #fac629

RGB 25019841
HSL0.130.950.57
HSV45°84°98°
CMYK 0.000.210.84   0.02
XYZ60.018760.872310.6840
Yxy60.87230.45620.4626
Hunter Lab78.02070.777846.4954
CIE-Lab82.31005.212477.2526

#fac629 color RGB value is (250,198,41).

#fac629 hex color red value is 250, green value is 198 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #fac629 hue: 0.13 , saturation: 0.95 and the lightness value of fac629 is 0.57.

The process color (four color CMYK) of #fac629 color hex is 0.00, 0.21, 0.84, 0.02. Web safe color of #fac629 is #ffcc33. Color #fac629 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000110 00101001
Octal 372 306 51
Decimal 250 198 41
Hex FA C6 29

RGB Percentages of Color #fac629

%51.12
%40.49
%8.38

CMYK Percentages of Color #fac629

%0
%21
%84
%2

Triadic Colors of #fac629

#fac629 #29fac6 #c629fa

Analogous Colors of #fac629

#fac629 #c6fa29 #fa5e29

Monochromatic Colors of #fac629

#fac629

Complementary Color

#fac629 #295dfa

#fac629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac629 Color CSS Codes

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

#fac629 Text Font Color

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

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


#fac629 Background Color

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

This div background color is #fac629


#fac629 Border Color

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

This div border color is #fac629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac629


Comments

No comments written yet.

Please login to write comment.