Color Hex Logo

#fe560d Color Hex

#FE560D
(254,86,13)
0 Favorites   0 Comments

Color spaces of #fe560d

RGB 2548613
HSL0.050.990.52
HSV18°95°100°
CMYK 0.000.660.95   0.00
XYZ44.273527.75553.4046
Yxy27.75550.58690.3679
Hunter Lab52.683557.809533.0469
CIE-Lab59.667261.437667.4523

#fe560d color RGB value is (254,86,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010110 00001101
Octal 376 126 15
Decimal 254 86 13
Hex FE 56 D

RGB Percentages of Color #fe560d

%71.95
%24.36
%3.68

CMYK Percentages of Color #fe560d

%0
%66
%95
%0

Triadic Colors of #fe560d

#fe560d #0dfe56 #560dfe

Analogous Colors of #fe560d

#fe560d #fecf0d #fe0d3c

Monochromatic Colors of #fe560d

#fe560d

Complementary Color

#fe560d #0db5fe

#fe560d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe560d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe560d Color CSS Codes

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

#fe560d Text Font Color

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

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


#fe560d Background Color

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

This div background color is #fe560d


#fe560d Border Color

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

This div border color is #fe560d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe560d


Comments

No comments written yet.

Please login to write comment.