Color Hex Logo

#ffa872 Color Hex

#FFA872
(255,168,114)
0 Favorites   0 Comments

Color spaces of #ffa872

RGB 255168114
HSL0.061.000.72
HSV23°55°100°
CMYK 0.000.340.55   0.00
XYZ58.279950.480222.5916
Yxy50.48020.44370.3843
Hunter Lab71.049422.082230.8821
CIE-Lab76.363126.662840.8447

#ffa872 color RGB value is (255,168,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101000 01110010
Octal 377 250 162
Decimal 255 168 114
Hex FF A8 72

RGB Percentages of Color #ffa872

%47.49
%31.28
%21.23

CMYK Percentages of Color #ffa872

%0
%34
%55
%0

Triadic Colors of #ffa872

#ffa872 #72ffa8 #a872ff

Analogous Colors of #ffa872

#ffa872 #ffef72 #ff7283

Monochromatic Colors of #ffa872

#ffa872

Complementary Color

#ffa872 #72c9ff

#ffa872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa872 Color CSS Codes

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

#ffa872 Text Font Color

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

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


#ffa872 Background Color

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

This div background color is #ffa872


#ffa872 Border Color

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

This div border color is #ffa872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa872

Related Colors


Comments

No comments written yet.

Please login to write comment.