Color Hex Logo

#faa65f Color Hex

#FAA65F
(250,166,95)
0 Favorites   0 Comments

Color spaces of #faa65f

RGB 25016695
HSL0.080.940.68
HSV27°62°98°
CMYK 0.000.340.62   0.02
XYZ55.126148.422717.2675
Yxy48.42270.45630.4008
Hunter Lab69.586419.630833.9980
CIE-Lab75.090824.342048.7967

#faa65f color RGB value is (250,166,95).

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

The process color (four color CMYK) of #faa65f color hex is 0.00, 0.34, 0.62, 0.02. Web safe color of #faa65f is #ff9966. Color #faa65f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100110 01011111
Octal 372 246 137
Decimal 250 166 95
Hex FA A6 5F

RGB Percentages of Color #faa65f

%48.92
%32.49
%18.59

CMYK Percentages of Color #faa65f

%0
%34
%62
%2

Triadic Colors of #faa65f

#faa65f #5ffaa6 #a65ffa

Analogous Colors of #faa65f

#faa65f #faf45f #fa5f66

Monochromatic Colors of #faa65f

#faa65f

Complementary Color

#faa65f #5fb3fa

#faa65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa65f Color CSS Codes

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

#faa65f Text Font Color

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

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


#faa65f Background Color

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

This div background color is #faa65f


#faa65f Border Color

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

This div border color is #faa65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa65f


Comments

No comments written yet.

Please login to write comment.