Color Hex Logo

#fe530d Color Hex

#FE530D
(254,83,13)
0 Favorites   0 Comments

Color spaces of #fe530d

RGB 2548313
HSL0.050.990.52
HSV17°95°100°
CMYK 0.000.670.95   0.00
XYZ44.039027.28643.3265
Yxy27.28640.58990.3655
Hunter Lab52.236459.074632.7898
CIE-Lab59.238562.600067.1986

#fe530d color RGB value is (254,83,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010011 00001101
Octal 376 123 15
Decimal 254 83 13
Hex FE 53 D

RGB Percentages of Color #fe530d

%72.57
%23.71
%3.71

CMYK Percentages of Color #fe530d

%0
%67
%95
%0

Triadic Colors of #fe530d

#fe530d #0dfe53 #530dfe

Analogous Colors of #fe530d

#fe530d #fecc0d #fe0d40

Monochromatic Colors of #fe530d

#fe530d

Complementary Color

#fe530d #0db8fe

#fe530d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe530d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe530d Color CSS Codes

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

#fe530d Text Font Color

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

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


#fe530d Background Color

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

This div background color is #fe530d


#fe530d Border Color

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

This div border color is #fe530d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,83,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 #fe530d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe530d


Comments

No comments written yet.

Please login to write comment.