Color Hex Logo

#fe523a Color Hex

#FE523A
(254,82,58)
0 Favorites   0 Comments

Color spaces of #fe523a

RGB 2548258
HSL0.020.990.61
HSV77°100°
CMYK 0.000.680.77   0.00
XYZ44.654127.41096.9403
Yxy27.41090.56520.3470
Hunter Lab52.355460.621228.7892
CIE-Lab59.352763.900550.0266

#fe523a color RGB value is (254,82,58).

#fe523a hex color red value is 254, green value is 82 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fe523a hue: 0.02 , saturation: 0.99 and the lightness value of fe523a is 0.61.

The process color (four color CMYK) of #fe523a color hex is 0.00, 0.68, 0.77, 0.00. Web safe color of #fe523a is #ff6633. Color #fe523a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010010 00111010
Octal 376 122 72
Decimal 254 82 58
Hex FE 52 3A

RGB Percentages of Color #fe523a

%64.47
%20.81
%14.72

CMYK Percentages of Color #fe523a

%0
%68
%77
%0

Triadic Colors of #fe523a

#fe523a #3afe52 #523afe

Analogous Colors of #fe523a

#fe523a #feb43a #fe3a84

Monochromatic Colors of #fe523a

#fe523a

Complementary Color

#fe523a #3ae6fe

#fe523a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe523a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe523a Color CSS Codes

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

#fe523a Text Font Color

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

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


#fe523a Background Color

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

This div background color is #fe523a


#fe523a Border Color

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

This div border color is #fe523a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe523a

Related Colors


Comments

No comments written yet.

Please login to write comment.