Color Hex Logo

#fe462f Color Hex

#FE462F
(254,70,47)
0 Favorites   0 Comments

Color spaces of #fe462f

RGB 2547047
HSL0.020.990.59
HSV81°100°
CMYK 0.000.720.81   0.00
XYZ43.576325.65645.3448
Yxy25.65640.58430.3440
Hunter Lab50.652164.923229.2002
CIE-Lab57.709567.830853.8556

#fe462f color RGB value is (254,70,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000110 00101111
Octal 376 106 57
Decimal 254 70 47
Hex FE 46 2F

RGB Percentages of Color #fe462f

%68.46
%18.87
%12.67

CMYK Percentages of Color #fe462f

%0
%72
%81
%0

Triadic Colors of #fe462f

#fe462f #2ffe46 #462ffe

Analogous Colors of #fe462f

#fe462f #feae2f #fe2f80

Monochromatic Colors of #fe462f

#fe462f

Complementary Color

#fe462f #2fe7fe

#fe462f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe462f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe462f Color CSS Codes

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

#fe462f Text Font Color

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

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


#fe462f Background Color

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

This div background color is #fe462f


#fe462f Border Color

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

This div border color is #fe462f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe462f


Comments

No comments written yet.

Please login to write comment.