Color Hex Logo

#fe9353 Color Hex

#FE9353
(254,147,83)
0 Favorites   0 Comments

Color spaces of #fe9353

RGB 25414783
HSL0.060.990.66
HSV22°67°100°
CMYK 0.000.420.67   0.00
XYZ52.868142.562813.6126
Yxy42.56280.48480.3903
Hunter Lab65.240230.479233.2970
CIE-Lab71.257235.093250.4380

#fe9353 color RGB value is (254,147,83).

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

The process color (four color CMYK) of #fe9353 color hex is 0.00, 0.42, 0.67, 0.00. Web safe color of #fe9353 is #ff9966. Color #fe9353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010011 01010011
Octal 376 223 123
Decimal 254 147 83
Hex FE 93 53

RGB Percentages of Color #fe9353

%52.48
%30.37
%17.15

CMYK Percentages of Color #fe9353

%0
%42
%67
%0

Triadic Colors of #fe9353

#fe9353 #53fe93 #9353fe

Analogous Colors of #fe9353

#fe9353 #fee953 #fe5369

Monochromatic Colors of #fe9353

#fe9353

Complementary Color

#fe9353 #53befe

#fe9353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9353 Color CSS Codes

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

#fe9353 Text Font Color

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

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


#fe9353 Background Color

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

This div background color is #fe9353


#fe9353 Border Color

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

This div border color is #fe9353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9353


Comments

No comments written yet.

Please login to write comment.