Color Hex Logo

#facf6a Color Hex

#FACF6A
(250,207,106)
0 Favorites   0 Comments

Color spaces of #facf6a

RGB 250207106
HSL0.120.940.70
HSV42°58°98°
CMYK 0.000.170.58   0.02
XYZ64.338765.990222.9820
Yxy65.99020.41970.4304
Hunter Lab81.2344-0.785740.0903
CIE-Lab84.99143.709155.0430

#facf6a color RGB value is (250,207,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001111 01101010
Octal 372 317 152
Decimal 250 207 106
Hex FA CF 6A

RGB Percentages of Color #facf6a

%44.40
%36.77
%18.83

CMYK Percentages of Color #facf6a

%0
%17
%58
%2

Triadic Colors of #facf6a

#facf6a #6afacf #cf6afa

Analogous Colors of #facf6a

#facf6a #ddfa6a #fa876a

Monochromatic Colors of #facf6a

#facf6a

Complementary Color

#facf6a #6a95fa

#facf6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facf6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#facf6a Color CSS Codes

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

#facf6a Text Font Color

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

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


#facf6a Background Color

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

This div background color is #facf6a


#facf6a Border Color

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

This div border color is #facf6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facf6a

#facf6a Color Palettes


Comments

No comments written yet.

Please login to write comment.