Color Hex Logo

#fe520d Color Hex

#FE520D
(254,82,13)
0 Favorites   0 Comments

Color spaces of #fe520d

RGB 2548213
HSL0.050.990.52
HSV17°95°100°
CMYK 0.000.680.95   0.00
XYZ43.963027.13453.3011
Yxy27.13450.59090.3647
Hunter Lab52.090859.489632.7062
CIE-Lab59.098662.980267.1170

#fe520d color RGB value is (254,82,13).

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

The process color (four color CMYK) of #fe520d color hex is 0.00, 0.68, 0.95, 0.00. Web safe color of #fe520d is #ff6600. Color #fe520d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010010 00001101
Octal 376 122 15
Decimal 254 82 13
Hex FE 52 D

RGB Percentages of Color #fe520d

%72.78
%23.50
%3.72

CMYK Percentages of Color #fe520d

%0
%68
%95
%0

Triadic Colors of #fe520d

#fe520d #0dfe52 #520dfe

Analogous Colors of #fe520d

#fe520d #fecb0d #fe0d41

Monochromatic Colors of #fe520d

#fe520d

Complementary Color

#fe520d #0db9fe

#fe520d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe520d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe520d Color CSS Codes

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

#fe520d Text Font Color

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

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


#fe520d Background Color

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

This div background color is #fe520d


#fe520d Border Color

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

This div border color is #fe520d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe520d


Comments

No comments written yet.

Please login to write comment.