Color Hex Logo

#ffa572 Color Hex

#FFA572
(255,165,114)
0 Favorites   0 Comments

Color spaces of #ffa572

RGB 255165114
HSL0.061.000.72
HSV22°55°100°
CMYK 0.000.350.55   0.00
XYZ57.732449.385222.4091
Yxy49.38520.44570.3813
Hunter Lab70.274623.661830.2859
CIE-Lab75.690328.228140.0045

#ffa572 color RGB value is (255,165,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 01110010
Octal 377 245 162
Decimal 255 165 114
Hex FF A5 72

RGB Percentages of Color #ffa572

%47.75
%30.90
%21.35

CMYK Percentages of Color #ffa572

%0
%35
%55
%0

Triadic Colors of #ffa572

#ffa572 #72ffa5 #a572ff

Analogous Colors of #ffa572

#ffa572 #ffec72 #ff7286

Monochromatic Colors of #ffa572

#ffa572

Complementary Color

#ffa572 #72ccff

#ffa572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa572 Color CSS Codes

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

#ffa572 Text Font Color

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

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


#ffa572 Background Color

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

This div background color is #ffa572


#ffa572 Border Color

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

This div border color is #ffa572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa572


Comments

No comments written yet.

Please login to write comment.