Color Hex Logo

#faae64 Color Hex

#FAAE64
(250,174,100)
0 Favorites   0 Comments

Color spaces of #faae64

RGB 250174100
HSL0.080.940.69
HSV30°60°98°
CMYK 0.000.300.60   0.02
XYZ56.860651.516219.0033
Yxy51.51620.44640.4044
Hunter Lab71.774815.803434.5446
CIE-Lab76.990620.481148.5601

#faae64 color RGB value is (250,174,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 01100100
Octal 372 256 144
Decimal 250 174 100
Hex FA AE 64

RGB Percentages of Color #faae64

%47.71
%33.21
%19.08

CMYK Percentages of Color #faae64

%0
%30
%60
%2

Triadic Colors of #faae64

#faae64 #64faae #ae64fa

Analogous Colors of #faae64

#faae64 #faf964 #fa6465

Monochromatic Colors of #faae64

#faae64

Complementary Color

#faae64 #64b0fa

#faae64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faae64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faae64 Color CSS Codes

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

#faae64 Text Font Color

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

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


#faae64 Background Color

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

This div background color is #faae64


#faae64 Border Color

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

This div border color is #faae64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faae64


Comments

No comments written yet.

Please login to write comment.