Color Hex Logo

#fac565 Color Hex

#FAC565
(250,197,101)
0 Favorites   0 Comments

Color spaces of #fac565

RGB 250197101
HSL0.110.940.69
HSV39°60°98°
CMYK 0.000.210.60   0.02
XYZ61.739661.196120.8699
Yxy61.19610.42930.4255
Hunter Lab78.22793.978138.9420
CIE-Lab82.48418.523654.4857

#fac565 color RGB value is (250,197,101).

#fac565 hex color red value is 250, green value is 197 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #fac565 hue: 0.11 , saturation: 0.94 and the lightness value of fac565 is 0.69.

The process color (four color CMYK) of #fac565 color hex is 0.00, 0.21, 0.60, 0.02. Web safe color of #fac565 is #ffcc66. Color #fac565 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000101 01100101
Octal 372 305 145
Decimal 250 197 101
Hex FA C5 65

RGB Percentages of Color #fac565

%45.62
%35.95
%18.43

CMYK Percentages of Color #fac565

%0
%21
%60
%2

Triadic Colors of #fac565

#fac565 #65fac5 #c565fa

Analogous Colors of #fac565

#fac565 #e5fa65 #fa7b65

Monochromatic Colors of #fac565

#fac565

Complementary Color

#fac565 #659afa

#fac565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac565 Color CSS Codes

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

#fac565 Text Font Color

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

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


#fac565 Background Color

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

This div background color is #fac565


#fac565 Border Color

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

This div border color is #fac565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac565


Comments

No comments written yet.

Please login to write comment.