Color Hex Logo

#fe453e Color Hex

#FE453E
(254,69,62)
0 Favorites   0 Comments

Color spaces of #fe453e

RGB 2546962
HSL0.010.990.62
HSV76°100°
CMYK 0.000.730.76   0.00
XYZ43.870725.67497.2009
Yxy25.67490.57160.3345
Hunter Lab50.670465.873027.0434
CIE-Lab57.727268.620846.2362

#fe453e color RGB value is (254,69,62).

#fe453e hex color red value is 254, green value is 69 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fe453e hue: 0.01 , saturation: 0.99 and the lightness value of fe453e is 0.62.

The process color (four color CMYK) of #fe453e color hex is 0.00, 0.73, 0.76, 0.00. Web safe color of #fe453e is #ff3333. Color #fe453e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000101 00111110
Octal 376 105 76
Decimal 254 69 62
Hex FE 45 3E

RGB Percentages of Color #fe453e

%65.97
%17.92
%16.10

CMYK Percentages of Color #fe453e

%0
%73
%76
%0

Triadic Colors of #fe453e

#fe453e #3efe45 #453efe

Analogous Colors of #fe453e

#fe453e #fea53e #fe3e97

Monochromatic Colors of #fe453e

#fe453e

Complementary Color

#fe453e #3ef7fe

#fe453e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe453e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe453e Color CSS Codes

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

#fe453e Text Font Color

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

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


#fe453e Background Color

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

This div background color is #fe453e


#fe453e Border Color

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

This div border color is #fe453e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe453e

Related Colors


Comments

No comments written yet.

Please login to write comment.