Color Hex Logo

#faa64d Color Hex

#FAA64D
(250,166,77)
0 Favorites   0 Comments

Color spaces of #faa64d

RGB 25016677
HSL0.090.950.64
HSV31°69°98°
CMYK 0.000.340.69   0.02
XYZ54.400148.132313.4444
Yxy48.13230.46910.4150
Hunter Lab69.377418.554537.0746
CIE-Lab74.908323.289957.1466

#faa64d color RGB value is (250,166,77).

#faa64d hex color red value is 250, green value is 166 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #faa64d hue: 0.09 , saturation: 0.95 and the lightness value of faa64d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100110 01001101
Octal 372 246 115
Decimal 250 166 77
Hex FA A6 4D

RGB Percentages of Color #faa64d

%50.71
%33.67
%15.62

CMYK Percentages of Color #faa64d

%0
%34
%69
%2

Triadic Colors of #faa64d

#faa64d #4dfaa6 #a64dfa

Analogous Colors of #faa64d

#faa64d #f8fa4d #fa504d

Monochromatic Colors of #faa64d

#faa64d

Complementary Color

#faa64d #4da1fa

#faa64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa64d Color CSS Codes

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

#faa64d Text Font Color

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

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


#faa64d Background Color

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

This div background color is #faa64d


#faa64d Border Color

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

This div border color is #faa64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa64d


Comments

No comments written yet.

Please login to write comment.