Color Hex Logo

#fe462e Color Hex

#FE462E
(254,70,46)
0 Favorites   0 Comments

Color spaces of #fe462e

RGB 2547046
HSL0.020.990.59
HSV82°100°
CMYK 0.000.720.82   0.00
XYZ43.556425.64845.2397
Yxy25.64840.58510.3445
Hunter Lab50.644264.890829.3168
CIE-Lab57.701867.805254.3256

#fe462e color RGB value is (254,70,46).

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

The process color (four color CMYK) of #fe462e color hex is 0.00, 0.72, 0.82, 0.00. Web safe color of #fe462e is #ff3333. Color #fe462e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000110 00101110
Octal 376 106 56
Decimal 254 70 46
Hex FE 46 2E

RGB Percentages of Color #fe462e

%68.65
%18.92
%12.43

CMYK Percentages of Color #fe462e

%0
%72
%82
%0

Triadic Colors of #fe462e

#fe462e #2efe46 #462efe

Analogous Colors of #fe462e

#fe462e #feae2e #fe2e7e

Monochromatic Colors of #fe462e

#fe462e

Complementary Color

#fe462e #2ee6fe

#fe462e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe462e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe462e Color CSS Codes

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

#fe462e Text Font Color

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

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


#fe462e Background Color

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

This div background color is #fe462e


#fe462e Border Color

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

This div border color is #fe462e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe462e


Comments

No comments written yet.

Please login to write comment.