Color Hex Logo

#faa277 Color Hex

#FAA277
(250,162,119)
0 Favorites   0 Comments

Color spaces of #faa277

RGB 250162119
HSL0.050.930.72
HSV20°52°98°
CMYK 0.000.350.52   0.02
XYZ55.674447.496623.6862
Yxy47.49660.43890.3744
Hunter Lab68.917823.593027.8652
CIE-Lab74.506328.239135.7612

#faa277 color RGB value is (250,162,119).

#faa277 hex color red value is 250, green value is 162 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #faa277 hue: 0.05 , saturation: 0.93 and the lightness value of faa277 is 0.72.

The process color (four color CMYK) of #faa277 color hex is 0.00, 0.35, 0.52, 0.02. Web safe color of #faa277 is #ff9966. Color #faa277 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100010 01110111
Octal 372 242 167
Decimal 250 162 119
Hex FA A2 77

RGB Percentages of Color #faa277

%47.08
%30.51
%22.41

CMYK Percentages of Color #faa277

%0
%35
%52
%2

Triadic Colors of #faa277

#faa277 #77faa2 #a277fa

Analogous Colors of #faa277

#faa277 #fae477 #fa778e

Monochromatic Colors of #faa277

#faa277

Complementary Color

#faa277 #77cffa

#faa277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa277 Color CSS Codes

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

#faa277 Text Font Color

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

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


#faa277 Background Color

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

This div background color is #faa277


#faa277 Border Color

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

This div border color is #faa277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa277


Comments

No comments written yet.

Please login to write comment.