Color Hex Logo

#fea963 Color Hex

#FEA963
(254,169,99)
0 Favorites   0 Comments

Color spaces of #fea963

RGB 25416999
HSL0.080.990.69
HSV27°61°100°
CMYK 0.000.330.61   0.00
XYZ57.313150.347618.5017
Yxy50.34760.45430.3991
Hunter Lab70.956020.006234.2094
CIE-Lab76.282124.649748.3307

#fea963 color RGB value is (254,169,99).

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

The process color (four color CMYK) of #fea963 color hex is 0.00, 0.33, 0.61, 0.00. Web safe color of #fea963 is #ff9966. Color #fea963 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 01100011
Octal 376 251 143
Decimal 254 169 99
Hex FE A9 63

RGB Percentages of Color #fea963

%48.66
%32.38
%18.97

CMYK Percentages of Color #fea963

%0
%33
%61
%0

Triadic Colors of #fea963

#fea963 #63fea9 #a963fe

Analogous Colors of #fea963

#fea963 #fef763 #fe636b

Monochromatic Colors of #fea963

#fea963

Complementary Color

#fea963 #63b8fe

#fea963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea963 Color CSS Codes

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

#fea963 Text Font Color

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

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


#fea963 Background Color

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

This div background color is #fea963


#fea963 Border Color

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

This div border color is #fea963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea963

Related Colors


Comments

No comments written yet.

Please login to write comment.