Color Hex Logo

#fea146 Color Hex

#FEA146
(254,161,70)
0 Favorites   0 Comments

Color spaces of #fea146

RGB 25416170
HSL0.080.990.64
HSV30°72°100°
CMYK 0.000.370.72   0.00
XYZ54.723447.002811.9826
Yxy47.00280.48130.4134
Hunter Lab68.558622.501037.6284
CIE-Lab74.191627.200159.6597

#fea146 color RGB value is (254,161,70).

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

The process color (four color CMYK) of #fea146 color hex is 0.00, 0.37, 0.72, 0.00. Web safe color of #fea146 is #ff9933. Color #fea146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100001 01000110
Octal 376 241 106
Decimal 254 161 70
Hex FE A1 46

RGB Percentages of Color #fea146

%52.37
%33.20
%14.43

CMYK Percentages of Color #fea146

%0
%37
%72
%0

Triadic Colors of #fea146

#fea146 #46fea1 #a146fe

Analogous Colors of #fea146

#fea146 #fefd46 #fe4647

Monochromatic Colors of #fea146

#fea146

Complementary Color

#fea146 #46a3fe

#fea146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea146 Color CSS Codes

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

#fea146 Text Font Color

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

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


#fea146 Background Color

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

This div background color is #fea146


#fea146 Border Color

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

This div border color is #fea146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea146

Related Colors


Comments

No comments written yet.

Please login to write comment.