Color Hex Logo

#ffa76f Color Hex

#FFA76F
(255,167,111)
0 Favorites   0 Comments

Color spaces of #ffa76f

RGB 255167111
HSL0.061.000.72
HSV23°56°100°
CMYK 0.000.350.56   0.00
XYZ57.928050.045121.6455
Yxy50.04510.44690.3861
Hunter Lab70.742622.366431.3785
CIE-Lab76.096926.953242.0623

#ffa76f color RGB value is (255,167,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100111 01101111
Octal 377 247 157
Decimal 255 167 111
Hex FF A7 6F

RGB Percentages of Color #ffa76f

%47.84
%31.33
%20.83

CMYK Percentages of Color #ffa76f

%0
%35
%56
%0

Triadic Colors of #ffa76f

#ffa76f #6fffa7 #a76fff

Analogous Colors of #ffa76f

#ffa76f #ffef6f #ff6f7f

Monochromatic Colors of #ffa76f

#ffa76f

Complementary Color

#ffa76f #6fc7ff

#ffa76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa76f Color CSS Codes

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

#ffa76f Text Font Color

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

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


#ffa76f Background Color

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

This div background color is #ffa76f


#ffa76f Border Color

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

This div border color is #ffa76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa76f

#ffa76f Color Palettes


Comments

No comments written yet.

Please login to write comment.