Color Hex Logo

#fea360 Color Hex

#FEA360
(254,163,96)
0 Favorites   0 Comments

Color spaces of #fea360

RGB 25416396
HSL0.070.990.69
HSV25°62°100°
CMYK 0.000.360.62   0.00
XYZ56.081648.109717.3966
Yxy48.10970.46120.3957
Hunter Lab69.361222.943233.6822
CIE-Lab74.894127.585248.1885

#fea360 color RGB value is (254,163,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100011 01100000
Octal 376 243 140
Decimal 254 163 96
Hex FE A3 60

RGB Percentages of Color #fea360

%49.51
%31.77
%18.71

CMYK Percentages of Color #fea360

%0
%36
%62
%0

Triadic Colors of #fea360

#fea360 #60fea3 #a360fe

Analogous Colors of #fea360

#fea360 #fef260 #fe606c

Monochromatic Colors of #fea360

#fea360

Complementary Color

#fea360 #60bbfe

#fea360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea360 Color CSS Codes

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

#fea360 Text Font Color

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

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


#fea360 Background Color

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

This div background color is #fea360


#fea360 Border Color

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

This div border color is #fea360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea360


Comments

No comments written yet.

Please login to write comment.