Color Hex Logo

#faaf44 Color Hex

#FAAF44
(250,175,68)
0 Favorites   0 Comments

Color spaces of #faaf44

RGB 25017568
HSL0.100.950.62
HSV35°73°98°
CMYK 0.000.300.73   0.02
XYZ55.797751.401312.4494
Yxy51.40130.46630.4296
Hunter Lab71.694713.455139.8909
CIE-Lab76.921518.137663.1377

#faaf44 color RGB value is (250,175,68).

#faaf44 hex color red value is 250, green value is 175 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #faaf44 hue: 0.10 , saturation: 0.95 and the lightness value of faaf44 is 0.62.

The process color (four color CMYK) of #faaf44 color hex is 0.00, 0.30, 0.73, 0.02. Web safe color of #faaf44 is #ff9933. Color #faaf44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 01000100
Octal 372 257 104
Decimal 250 175 68
Hex FA AF 44

RGB Percentages of Color #faaf44

%50.71
%35.50
%13.79

CMYK Percentages of Color #faaf44

%0
%30
%73
%2

Triadic Colors of #faaf44

#faaf44 #44faaf #af44fa

Analogous Colors of #faaf44

#faaf44 #eafa44 #fa5444

Monochromatic Colors of #faaf44

#faaf44

Complementary Color

#faaf44 #448ffa

#faaf44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaf44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaf44 Color CSS Codes

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

#faaf44 Text Font Color

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

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


#faaf44 Background Color

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

This div background color is #faaf44


#faaf44 Border Color

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

This div border color is #faaf44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaf44


Comments

No comments written yet.

Please login to write comment.