Color Hex Logo

#fe562a Color Hex

#FE562A
(254,86,42)
0 Favorites   0 Comments

Color spaces of #fe562a

RGB 2548642
HSL0.030.990.58
HSV12°83°100°
CMYK 0.000.660.83   0.00
XYZ44.618827.89365.2228
Yxy27.89360.57400.3588
Hunter Lab52.814458.375731.1069
CIE-Lab59.792561.902658.0085

#fe562a color RGB value is (254,86,42).

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

The process color (four color CMYK) of #fe562a color hex is 0.00, 0.66, 0.83, 0.00. Web safe color of #fe562a is #ff6633. Color #fe562a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010110 00101010
Octal 376 126 52
Decimal 254 86 42
Hex FE 56 2A

RGB Percentages of Color #fe562a

%66.49
%22.51
%10.99

CMYK Percentages of Color #fe562a

%0
%66
%83
%0

Triadic Colors of #fe562a

#fe562a #2afe56 #562afe

Analogous Colors of #fe562a

#fe562a #fec02a #fe2a68

Monochromatic Colors of #fe562a

#fe562a

Complementary Color

#fe562a #2ad2fe

#fe562a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe562a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe562a Color CSS Codes

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

#fe562a Text Font Color

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

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


#fe562a Background Color

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

This div background color is #fe562a


#fe562a Border Color

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

This div border color is #fe562a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe562a

Related Colors


Comments

No comments written yet.

Please login to write comment.