Color Hex Logo

#fea760 Color Hex

#FEA760
(254,167,96)
0 Favorites   0 Comments

Color spaces of #fea760

RGB 25416796
HSL0.070.990.69
HSV27°62°100°
CMYK 0.000.340.62   0.00
XYZ56.803149.552817.6371
Yxy49.55280.45810.3996
Hunter Lab70.393720.848634.4206
CIE-Lab75.793925.497249.2422

#fea760 color RGB value is (254,167,96).

#fea760 hex color red value is 254, green value is 167 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #fea760 hue: 0.07 , saturation: 0.99 and the lightness value of fea760 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100111 01100000
Octal 376 247 140
Decimal 254 167 96
Hex FE A7 60

RGB Percentages of Color #fea760

%49.13
%32.30
%18.57

CMYK Percentages of Color #fea760

%0
%34
%62
%0

Triadic Colors of #fea760

#fea760 #60fea7 #a760fe

Analogous Colors of #fea760

#fea760 #fef660 #fe6068

Monochromatic Colors of #fea760

#fea760

Complementary Color

#fea760 #60b7fe

#fea760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea760 Color CSS Codes

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

#fea760 Text Font Color

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

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


#fea760 Background Color

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

This div background color is #fea760


#fea760 Border Color

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

This div border color is #fea760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea760


Comments

No comments written yet.

Please login to write comment.