Color Hex Logo

#fe934c Color Hex

#FE934C
(254,147,76)
0 Favorites   0 Comments

Color spaces of #fe934c

RGB 25414776
HSL0.070.990.65
HSV24°70°100°
CMYK 0.000.420.70   0.00
XYZ52.611342.460112.2602
Yxy42.46010.49020.3956
Hunter Lab65.161430.088434.4575
CIE-Lab71.187034.729153.7449

#fe934c color RGB value is (254,147,76).

#fe934c hex color red value is 254, green value is 147 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fe934c hue: 0.07 , saturation: 0.99 and the lightness value of fe934c is 0.65.

The process color (four color CMYK) of #fe934c color hex is 0.00, 0.42, 0.70, 0.00. Web safe color of #fe934c is #ff9933. Color #fe934c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010011 01001100
Octal 376 223 114
Decimal 254 147 76
Hex FE 93 4C

RGB Percentages of Color #fe934c

%53.25
%30.82
%15.93

CMYK Percentages of Color #fe934c

%0
%42
%70
%0

Triadic Colors of #fe934c

#fe934c #4cfe93 #934cfe

Analogous Colors of #fe934c

#fe934c #feec4c #fe4c5e

Monochromatic Colors of #fe934c

#fe934c

Complementary Color

#fe934c #4cb7fe

#fe934c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe934c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe934c Color CSS Codes

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

#fe934c Text Font Color

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

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


#fe934c Background Color

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

This div background color is #fe934c


#fe934c Border Color

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

This div border color is #fe934c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe934c


Comments

No comments written yet.

Please login to write comment.