Color Hex Logo

#ffa472 Color Hex

#FFA472
(255,164,114)
0 Favorites   0 Comments

Color spaces of #ffa472

RGB 255164114
HSL0.061.000.72
HSV21°55°100°
CMYK 0.000.360.55   0.00
XYZ57.552749.025822.3492
Yxy49.02580.44640.3803
Hunter Lab70.018424.188530.0881
CIE-Lab75.467428.749339.7254

#ffa472 color RGB value is (255,164,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 01110010
Octal 377 244 162
Decimal 255 164 114
Hex FF A4 72

RGB Percentages of Color #ffa472

%47.84
%30.77
%21.39

CMYK Percentages of Color #ffa472

%0
%36
%55
%0

Triadic Colors of #ffa472

#ffa472 #72ffa4 #a472ff

Analogous Colors of #ffa472

#ffa472 #ffeb72 #ff7287

Monochromatic Colors of #ffa472

#ffa472

Complementary Color

#ffa472 #72cdff

#ffa472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa472 Color CSS Codes

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

#ffa472 Text Font Color

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

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


#ffa472 Background Color

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

This div background color is #ffa472


#ffa472 Border Color

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

This div border color is #ffa472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa472


Comments

No comments written yet.

Please login to write comment.