Color Hex Logo

#fe742d Color Hex

#FE742D
(254,116,45)
0 Favorites   0 Comments

Color spaces of #fe742d

RGB 25411645
HSL0.060.990.59
HSV20°82°100°
CMYK 0.000.540.82   0.00
XYZ47.592133.75116.4889
Yxy33.75110.54190.3843
Hunter Lab58.095744.560134.0447
CIE-Lab64.764548.918261.1283

#fe742d color RGB value is (254,116,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110100 00101101
Octal 376 164 55
Decimal 254 116 45
Hex FE 74 2D

RGB Percentages of Color #fe742d

%61.20
%27.95
%10.84

CMYK Percentages of Color #fe742d

%0
%54
%82
%0

Triadic Colors of #fe742d

#fe742d #2dfe74 #742dfe

Analogous Colors of #fe742d

#fe742d #fedd2d #fe2d4f

Monochromatic Colors of #fe742d

#fe742d

Complementary Color

#fe742d #2db7fe

#fe742d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe742d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe742d Color CSS Codes

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

#fe742d Text Font Color

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

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


#fe742d Background Color

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

This div background color is #fe742d


#fe742d Border Color

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

This div border color is #fe742d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe742d


Comments

No comments written yet.

Please login to write comment.