color codes Logo

#fea072 color codes

#FEA072
(254,160,114)
0 Favorites   0 Comments

Color spaces of #fea072

RGB 254160114
HSL0.050.990.72
HSV20°55°100°
CMYK 0.000.370.55   0.00
XYZ56.481147.427322.0971
Yxy47.42730.44820.3764
Hunter Lab68.867525.877229.1832
CIE-Lab74.462330.439938.4377

#fea072 color RGB value is (254,160,114).

#fea072 hex color red value is 254, green value is 160 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #fea072 hue: 0.05 , saturation: 0.99 and the lightness value of fea072 is 0.72.

The process color (four color CMYK) of #fea072 color code is 0.00, 0.37, 0.55, 0.00. Web safe color of #fea072 is #ff9966. Color #fea072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 01110010
Octal 376 240 162
Decimal 254 160 114
Hex FE A0 72

RGB Percentages of Color #fea072

%48.11
%30.30
%21.59

CMYK Percentages of Color #fea072

%0
%37
%55
%0

Triadic Colors of #fea072

#fea072 #72fea0 #a072fe

Analogous Colors of #fea072

#fea072 #fee672 #fe728a

Monochromatic Colors of #fea072

#fea072

Complementary Color

#fea072 #72d0fe

#fea072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea072 Color CSS Codes

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

#fea072 Text Font Color

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

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


#fea072 Background Color

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

This div background color is #fea072


#fea072 Border Color

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

This div border color is #fea072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea072


Comments

No comments written yet.

Please login to write comment.