Color Hex Logo

#fea543 Color Hex

#FEA543
(254,165,67)
0 Favorites   0 Comments

Color spaces of #fea543

RGB 25416567
HSL0.090.990.63
HSV31°74°100°
CMYK 0.000.350.74   0.00
XYZ55.341348.386311.7329
Yxy48.38630.47930.4191
Hunter Lab69.560320.282038.6916
CIE-Lab75.067924.982361.8411

#fea543 color RGB value is (254,165,67).

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

The process color (four color CMYK) of #fea543 color hex is 0.00, 0.35, 0.74, 0.00. Web safe color of #fea543 is #ff9933. Color #fea543 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100101 01000011
Octal 376 245 103
Decimal 254 165 67
Hex FE A5 43

RGB Percentages of Color #fea543

%52.26
%33.95
%13.79

CMYK Percentages of Color #fea543

%0
%35
%74
%0

Triadic Colors of #fea543

#fea543 #43fea5 #a543fe

Analogous Colors of #fea543

#fea543 #fafe43 #fe4843

Monochromatic Colors of #fea543

#fea543

Complementary Color

#fea543 #439cfe

#fea543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea543 Color CSS Codes

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

#fea543 Text Font Color

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

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


#fea543 Background Color

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

This div background color is #fea543


#fea543 Border Color

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

This div border color is #fea543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea543


Comments

No comments written yet.

Please login to write comment.