Color Hex Logo

#fea575 Color Hex

#FEA575
(254,165,117)
0 Favorites   0 Comments

Color spaces of #fea575

RGB 254165117
HSL0.060.990.73
HSV21°54°100°
CMYK 0.000.350.54   0.00
XYZ57.539149.265523.3062
Yxy49.26550.44220.3786
Hunter Lab70.189423.497429.4455
CIE-Lab75.616228.074538.3215

#fea575 color RGB value is (254,165,117).

#fea575 hex color red value is 254, green value is 165 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #fea575 hue: 0.06 , saturation: 0.99 and the lightness value of fea575 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100101 01110101
Octal 376 245 165
Decimal 254 165 117
Hex FE A5 75

RGB Percentages of Color #fea575

%47.39
%30.78
%21.83

CMYK Percentages of Color #fea575

%0
%35
%54
%0

Triadic Colors of #fea575

#fea575 #75fea5 #a575fe

Analogous Colors of #fea575

#fea575 #feea75 #fe758a

Monochromatic Colors of #fea575

#fea575

Complementary Color

#fea575 #75cefe

#fea575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea575 Color CSS Codes

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

#fea575 Text Font Color

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

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


#fea575 Background Color

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

This div background color is #fea575


#fea575 Border Color

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

This div border color is #fea575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea575

Related Colors


Comments

No comments written yet.

Please login to write comment.