Color Hex Logo

#fe824e Color Hex

#FE824E
(254,130,78)
0 Favorites   0 Comments

Color spaces of #fe824e

RGB 25413078
HSL0.050.990.65
HSV18°69°100°
CMYK 0.000.490.69   0.00
XYZ50.230837.586211.8151
Yxy37.58620.50420.3772
Hunter Lab61.307638.961131.4890
CIE-Lab67.714543.408948.9411

#fe824e color RGB value is (254,130,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000010 01001110
Octal 376 202 116
Decimal 254 130 78
Hex FE 82 4E

RGB Percentages of Color #fe824e

%54.98
%28.14
%16.88

CMYK Percentages of Color #fe824e

%0
%49
%69
%0

Triadic Colors of #fe824e

#fe824e #4efe82 #824efe

Analogous Colors of #fe824e

#fe824e #feda4e #fe4e72

Monochromatic Colors of #fe824e

#fe824e

Complementary Color

#fe824e #4ecafe

#fe824e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe824e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe824e Color CSS Codes

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

#fe824e Text Font Color

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

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


#fe824e Background Color

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

This div background color is #fe824e


#fe824e Border Color

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

This div border color is #fe824e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe824e

Related Colors


Comments

No comments written yet.

Please login to write comment.