Color Hex Logo

#fea350 Color Hex

#FEA350
(254,163,80)
0 Favorites   0 Comments

Color spaces of #fea350

RGB 25416380
HSL0.080.990.65
HSV29°69°100°
CMYK 0.000.360.69   0.00
XYZ55.418247.844413.9035
Yxy47.84440.47300.4083
Hunter Lab69.169621.966036.5011
CIE-Lab74.726726.646555.7125

#fea350 color RGB value is (254,163,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100011 01010000
Octal 376 243 120
Decimal 254 163 80
Hex FE A3 50

RGB Percentages of Color #fea350

%51.11
%32.80
%16.10

CMYK Percentages of Color #fea350

%0
%36
%69
%0

Triadic Colors of #fea350

#fea350 #50fea3 #a350fe

Analogous Colors of #fea350

#fea350 #fefa50 #fe5054

Monochromatic Colors of #fea350

#fea350

Complementary Color

#fea350 #50abfe

#fea350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea350 Color CSS Codes

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

#fea350 Text Font Color

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

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


#fea350 Background Color

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

This div background color is #fea350


#fea350 Border Color

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

This div border color is #fea350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea350


Comments

No comments written yet.

Please login to write comment.