Color Hex Logo

#ffa76a Color Hex

#FFA76A
(255,167,106)
0 Favorites   0 Comments

Color spaces of #ffa76a

RGB 255167106
HSL0.071.000.71
HSV25°58°100°
CMYK 0.000.350.58   0.00
XYZ57.660249.938020.2357
Yxy49.93800.45110.3906
Hunter Lab70.666821.979132.4889
CIE-Lab76.031226.582344.5402

#ffa76a color RGB value is (255,167,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100111 01101010
Octal 377 247 152
Decimal 255 167 106
Hex FF A7 6A

RGB Percentages of Color #ffa76a

%48.30
%31.63
%20.08

CMYK Percentages of Color #ffa76a

%0
%35
%58
%0

Triadic Colors of #ffa76a

#ffa76a #6affa7 #a76aff

Analogous Colors of #ffa76a

#ffa76a #fff26a #ff6a78

Monochromatic Colors of #ffa76a

#ffa76a

Complementary Color

#ffa76a #6ac2ff

#ffa76a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa76a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa76a Color CSS Codes

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

#ffa76a Text Font Color

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

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


#ffa76a Background Color

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

This div background color is #ffa76a


#ffa76a Border Color

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

This div border color is #ffa76a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa76a


Comments

No comments written yet.

Please login to write comment.