Color Hex Logo

#faa665 Color Hex

#FAA665
(250,166,101)
0 Favorites   0 Comments

Color spaces of #faa665

RGB 250166101
HSL0.070.940.69
HSV26°60°98°
CMYK 0.000.340.60   0.02
XYZ55.409548.536018.7599
Yxy48.53600.45160.3955
Hunter Lab69.667820.049432.8020
CIE-Lab75.161724.749445.8861

#faa665 color RGB value is (250,166,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100110 01100101
Octal 372 246 145
Decimal 250 166 101
Hex FA A6 65

RGB Percentages of Color #faa665

%48.36
%32.11
%19.54

CMYK Percentages of Color #faa665

%0
%34
%60
%2

Triadic Colors of #faa665

#faa665 #65faa6 #a665fa

Analogous Colors of #faa665

#faa665 #faf165 #fa656f

Monochromatic Colors of #faa665

#faa665

Complementary Color

#faa665 #65b9fa

#faa665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa665 Color CSS Codes

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

#faa665 Text Font Color

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

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


#faa665 Background Color

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

This div background color is #faa665


#faa665 Border Color

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

This div border color is #faa665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa665


Comments

No comments written yet.

Please login to write comment.