Color Hex Logo

#fac047 Color Hex

#FAC047
(250,192,71)
0 Favorites   0 Comments

Color spaces of #fac047

RGB 25019271
HSL0.110.950.63
HSV41°72°98°
CMYK 0.000.230.72   0.02
XYZ59.411358.478214.1173
Yxy58.47820.45010.4430
Hunter Lab76.47104.854542.5842
CIE-Lab81.00399.390266.0217

#fac047 color RGB value is (250,192,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000000 01000111
Octal 372 300 107
Decimal 250 192 71
Hex FA C0 47

RGB Percentages of Color #fac047

%48.73
%37.43
%13.84

CMYK Percentages of Color #fac047

%0
%23
%72
%2

Triadic Colors of #fac047

#fac047 #47fac0 #c047fa

Analogous Colors of #fac047

#fac047 #dbfa47 #fa6747

Monochromatic Colors of #fac047

#fac047

Complementary Color

#fac047 #4781fa

#fac047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac047 Color CSS Codes

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

#fac047 Text Font Color

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

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


#fac047 Background Color

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

This div background color is #fac047


#fac047 Border Color

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

This div border color is #fac047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac047

Related Colors


Comments

No comments written yet.

Please login to write comment.