Color Hex Logo

#fe7423 Color Hex

#FE7423
(254,116,35)
0 Favorites   0 Comments

Color spaces of #fe7423

RGB 25411635
HSL0.060.990.57
HSV22°86°100°
CMYK 0.000.540.86   0.00
XYZ47.421833.68305.5922
Yxy33.68300.54700.3885
Hunter Lab58.037144.286634.9130
CIE-Lab64.710248.678364.8129

#fe7423 color RGB value is (254,116,35).

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

The process color (four color CMYK) of #fe7423 color hex is 0.00, 0.54, 0.86, 0.00. Web safe color of #fe7423 is #ff6633. Color #fe7423 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110100 00100011
Octal 376 164 43
Decimal 254 116 35
Hex FE 74 23

RGB Percentages of Color #fe7423

%62.72
%28.64
%8.64

CMYK Percentages of Color #fe7423

%0
%54
%86
%0

Triadic Colors of #fe7423

#fe7423 #23fe74 #7423fe

Analogous Colors of #fe7423

#fe7423 #fee223 #fe2340

Monochromatic Colors of #fe7423

#fe7423

Complementary Color

#fe7423 #23adfe

#fe7423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7423 Color CSS Codes

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

#fe7423 Text Font Color

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

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


#fe7423 Background Color

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

This div background color is #fe7423


#fe7423 Border Color

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

This div border color is #fe7423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7423

Related Colors


Comments

No comments written yet.

Please login to write comment.