Color Hex Logo

#fe7124 Color Hex

#FE7124
(254,113,36)
0 Favorites   0 Comments

Color spaces of #fe7124

RGB 25411336
HSL0.060.990.57
HSV21°86°100°
CMYK 0.000.560.86   0.00
XYZ47.096633.00855.5581
Yxy33.00850.54980.3853
Hunter Lab57.453045.781034.4813
CIE-Lab64.167850.107664.0292

#fe7124 color RGB value is (254,113,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110001 00100100
Octal 376 161 44
Decimal 254 113 36
Hex FE 71 24

RGB Percentages of Color #fe7124

%63.03
%28.04
%8.93

CMYK Percentages of Color #fe7124

%0
%56
%86
%0

Triadic Colors of #fe7124

#fe7124 #24fe71 #7124fe

Analogous Colors of #fe7124

#fe7124 #fede24 #fe2444

Monochromatic Colors of #fe7124

#fe7124

Complementary Color

#fe7124 #24b1fe

#fe7124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7124 Color CSS Codes

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

#fe7124 Text Font Color

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

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


#fe7124 Background Color

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

This div background color is #fe7124


#fe7124 Border Color

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

This div border color is #fe7124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7124

Related Colors


Comments

No comments written yet.

Please login to write comment.