Color Hex Logo

#ffa473 Color Hex

#FFA473
(255,164,115)
0 Favorites   0 Comments

Color spaces of #ffa473

RGB 255164115
HSL0.061.000.73
HSV21°55°100°
CMYK 0.000.360.55   0.00
XYZ57.610049.048722.6506
Yxy49.04870.44550.3793
Hunter Lab70.034824.271729.8488
CIE-Lab75.481628.828339.2220

#ffa473 color RGB value is (255,164,115).

#ffa473 hex color red value is 255, green value is 164 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ffa473 hue: 0.06 , saturation: 1.00 and the lightness value of ffa473 is 0.73.

The process color (four color CMYK) of #ffa473 color hex is 0.00, 0.36, 0.55, 0.00. Web safe color of #ffa473 is #ff9966. Color #ffa473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 01110011
Octal 377 244 163
Decimal 255 164 115
Hex FF A4 73

RGB Percentages of Color #ffa473

%47.75
%30.71
%21.54

CMYK Percentages of Color #ffa473

%0
%36
%55
%0

Triadic Colors of #ffa473

#ffa473 #73ffa4 #a473ff

Analogous Colors of #ffa473

#ffa473 #ffea73 #ff7388

Monochromatic Colors of #ffa473

#ffa473

Complementary Color

#ffa473 #73ceff

#ffa473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa473 Color CSS Codes

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

#ffa473 Text Font Color

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

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


#ffa473 Background Color

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

This div background color is #ffa473


#ffa473 Border Color

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

This div border color is #ffa473


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,164,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffa473; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffa473;
  -webkit-box-shadow: 1px 1px 3px 2px #ffa473;
  box-shadow:         1px 1px 3px 2px #ffa473; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,164,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa473

#ffa473 Color Palettes


Comments

No comments written yet.

Please login to write comment.