Color Hex Logo

#fe8143 Color Hex

#FE8143
(254,129,67)
0 Favorites   0 Comments

Color spaces of #fe8143

RGB 25412967
HSL0.060.990.63
HSV20°74°100°
CMYK 0.000.490.74   0.00
XYZ49.736437.17669.8646
Yxy37.17660.51390.3841
Hunter Lab60.972638.903433.0885
CIE-Lab67.409343.393853.9829

#fe8143 color RGB value is (254,129,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000001 01000011
Octal 376 201 103
Decimal 254 129 67
Hex FE 81 43

RGB Percentages of Color #fe8143

%56.44
%28.67
%14.89

CMYK Percentages of Color #fe8143

%0
%49
%74
%0

Triadic Colors of #fe8143

#fe8143 #43fe81 #8143fe

Analogous Colors of #fe8143

#fe8143 #fedf43 #fe4362

Monochromatic Colors of #fe8143

#fe8143

Complementary Color

#fe8143 #43c0fe

#fe8143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8143 Color CSS Codes

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

#fe8143 Text Font Color

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

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


#fe8143 Background Color

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

This div background color is #fe8143


#fe8143 Border Color

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

This div border color is #fe8143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8143

Related Colors


Comments

No comments written yet.

Please login to write comment.