Color Hex Logo

#ffa976 Color Hex

#FFA976
(255,169,118)
0 Favorites   0 Comments

Color spaces of #ffa976

RGB 255169118
HSL0.061.000.73
HSV22°54°100°
CMYK 0.000.340.54   0.00
XYZ58.698050.943923.8790
Yxy50.94390.43960.3815
Hunter Lab71.375021.890230.1266
CIE-Lab76.645026.460839.1231

#ffa976 color RGB value is (255,169,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 01110110
Octal 377 251 166
Decimal 255 169 118
Hex FF A9 76

RGB Percentages of Color #ffa976

%47.05
%31.18
%21.77

CMYK Percentages of Color #ffa976

%0
%34
%54
%0

Triadic Colors of #ffa976

#ffa976 #76ffa9 #a976ff

Analogous Colors of #ffa976

#ffa976 #ffee76 #ff7688

Monochromatic Colors of #ffa976

#ffa976

Complementary Color

#ffa976 #76ccff

#ffa976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa976 Color CSS Codes

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

#ffa976 Text Font Color

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

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


#ffa976 Background Color

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

This div background color is #ffa976


#ffa976 Border Color

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

This div border color is #ffa976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa976

Related Colors

#ffa976 Color Palettes


Comments

No comments written yet.

Please login to write comment.