Color Hex Logo

#faa963 Color Hex

#FAA963
(250,169,99)
0 Favorites   0 Comments

Color spaces of #faa963

RGB 25016999
HSL0.080.940.68
HSV28°60°98°
CMYK 0.000.320.60   0.02
XYZ55.864449.600818.4339
Yxy49.60080.45090.4003
Hunter Lab70.427818.340133.7808
CIE-Lab75.823623.036647.6756

#faa963 color RGB value is (250,169,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101001 01100011
Octal 372 251 143
Decimal 250 169 99
Hex FA A9 63

RGB Percentages of Color #faa963

%48.26
%32.63
%19.11

CMYK Percentages of Color #faa963

%0
%32
%60
%2

Triadic Colors of #faa963

#faa963 #63faa9 #a963fa

Analogous Colors of #faa963

#faa963 #faf563 #fa6369

Monochromatic Colors of #faa963

#faa963

Complementary Color

#faa963 #63b4fa

#faa963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa963 Color CSS Codes

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

#faa963 Text Font Color

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

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


#faa963 Background Color

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

This div background color is #faa963


#faa963 Border Color

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

This div border color is #faa963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa963


Comments

No comments written yet.

Please login to write comment.