Color Hex Logo

#ffa971 Color Hex

#FFA971
(255,169,113)
0 Favorites   0 Comments

Color spaces of #ffa971

RGB 255169113
HSL0.071.000.72
HSV24°56°100°
CMYK 0.000.340.56   0.00
XYZ58.408650.828222.3551
Yxy50.82820.44390.3863
Hunter Lab71.293921.474531.3146
CIE-Lab76.574826.062541.6244

#ffa971 color RGB value is (255,169,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 01110001
Octal 377 251 161
Decimal 255 169 113
Hex FF A9 71

RGB Percentages of Color #ffa971

%47.49
%31.47
%21.04

CMYK Percentages of Color #ffa971

%0
%34
%56
%0

Triadic Colors of #ffa971

#ffa971 #71ffa9 #a971ff

Analogous Colors of #ffa971

#ffa971 #fff071 #ff7180

Monochromatic Colors of #ffa971

#ffa971

Complementary Color

#ffa971 #71c7ff

#ffa971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa971 Color CSS Codes

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

#ffa971 Text Font Color

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

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


#ffa971 Background Color

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

This div background color is #ffa971


#ffa971 Border Color

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

This div border color is #ffa971


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,169,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 #ffa971">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa971


Comments

No comments written yet.

Please login to write comment.