Color Hex Logo

#faad4f Color Hex

#FAAD4F
(250,173,79)
0 Favorites   0 Comments

Color spaces of #faad4f

RGB 25017379
HSL0.090.940.65
HSV33°68°98°
CMYK 0.000.310.68   0.02
XYZ55.779250.775614.2579
Yxy50.77560.46170.4203
Hunter Lab71.257015.028138.0165
CIE-Lab76.542919.723157.9953

#faad4f color RGB value is (250,173,79).

#faad4f hex color red value is 250, green value is 173 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #faad4f hue: 0.09 , saturation: 0.94 and the lightness value of faad4f is 0.65.

The process color (four color CMYK) of #faad4f color hex is 0.00, 0.31, 0.68, 0.02. Web safe color of #faad4f is #ff9966. Color #faad4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 01001111
Octal 372 255 117
Decimal 250 173 79
Hex FA AD 4F

RGB Percentages of Color #faad4f

%49.80
%34.46
%15.74

CMYK Percentages of Color #faad4f

%0
%31
%68
%2

Triadic Colors of #faad4f

#faad4f #4ffaad #ad4ffa

Analogous Colors of #faad4f

#faad4f #f2fa4f #fa574f

Monochromatic Colors of #faad4f

#faad4f

Complementary Color

#faad4f #4f9cfa

#faad4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faad4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faad4f Color CSS Codes

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

#faad4f Text Font Color

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

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


#faad4f Background Color

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

This div background color is #faad4f


#faad4f Border Color

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

This div border color is #faad4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faad4f

Related Colors


Comments

No comments written yet.

Please login to write comment.