Color Hex Logo

#fea565 Color Hex

#FEA565
(254,165,101)
0 Favorites   0 Comments

Color spaces of #fea565

RGB 254165101
HSL0.070.990.70
HSV25°60°100°
CMYK 0.000.350.60   0.00
XYZ56.677148.920718.7673
Yxy48.92070.45570.3934
Hunter Lab69.943322.242933.0516
CIE-Lab75.402026.875146.2857

#fea565 color RGB value is (254,165,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100101 01100101
Octal 376 245 145
Decimal 254 165 101
Hex FE A5 65

RGB Percentages of Color #fea565

%48.85
%31.73
%19.42

CMYK Percentages of Color #fea565

%0
%35
%60
%0

Triadic Colors of #fea565

#fea565 #65fea5 #a565fe

Analogous Colors of #fea565

#fea565 #fef265 #fe6572

Monochromatic Colors of #fea565

#fea565

Complementary Color

#fea565 #65befe

#fea565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea565 Color CSS Codes

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

#fea565 Text Font Color

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

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


#fea565 Background Color

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

This div background color is #fea565


#fea565 Border Color

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

This div border color is #fea565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea565

Related Colors


Comments

No comments written yet.

Please login to write comment.