Color Hex Logo

#faa965 Color Hex

#FAA965
(250,169,101)
0 Favorites   0 Comments

Color spaces of #faa965

RGB 250169101
HSL0.080.940.69
HSV27°60°98°
CMYK 0.000.320.60   0.02
XYZ55.961349.639518.9438
Yxy49.63950.44930.3986
Hunter Lab70.455318.482333.3770
CIE-Lab75.847523.175746.7059

#faa965 color RGB value is (250,169,101).

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

The process color (four color CMYK) of #faa965 color hex is 0.00, 0.32, 0.60, 0.02. Web safe color of #faa965 is #ff9966. Color #faa965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101001 01100101
Octal 372 251 145
Decimal 250 169 101
Hex FA A9 65

RGB Percentages of Color #faa965

%48.08
%32.50
%19.42

CMYK Percentages of Color #faa965

%0
%32
%60
%2

Triadic Colors of #faa965

#faa965 #65faa9 #a965fa

Analogous Colors of #faa965

#faa965 #faf465 #fa656c

Monochromatic Colors of #faa965

#faa965

Complementary Color

#faa965 #65b6fa

#faa965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa965 Color CSS Codes

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

#faa965 Text Font Color

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

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


#faa965 Background Color

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

This div background color is #faa965


#faa965 Border Color

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

This div border color is #faa965


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,169,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 #faa965">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa965

Related Colors


Comments

No comments written yet.

Please login to write comment.