Color Hex Logo

#ffa471 Color Hex

#FFA471
(255,164,113)
0 Favorites   0 Comments

Color spaces of #ffa471

RGB 255164113
HSL0.061.000.72
HSV22°56°100°
CMYK 0.000.360.56   0.00
XYZ57.496149.003222.0510
Yxy49.00320.44730.3812
Hunter Lab70.002324.106330.3250
CIE-Lab75.453328.671240.2282

#ffa471 color RGB value is (255,164,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 01110001
Octal 377 244 161
Decimal 255 164 113
Hex FF A4 71

RGB Percentages of Color #ffa471

%47.93
%30.83
%21.24

CMYK Percentages of Color #ffa471

%0
%36
%56
%0

Triadic Colors of #ffa471

#ffa471 #71ffa4 #a471ff

Analogous Colors of #ffa471

#ffa471 #ffeb71 #ff7185

Monochromatic Colors of #ffa471

#ffa471

Complementary Color

#ffa471 #71ccff

#ffa471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa471 Color CSS Codes

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

#ffa471 Text Font Color

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

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


#ffa471 Background Color

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

This div background color is #ffa471


#ffa471 Border Color

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

This div border color is #ffa471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa471

Related Colors


Comments

No comments written yet.

Please login to write comment.