Color Hex Logo

#fe553d Color Hex

#FE553D
(254,85,61)
0 Favorites   0 Comments

Color spaces of #fe553d

RGB 2548561
HSL0.020.990.62
HSV76°100°
CMYK 0.000.670.76   0.00
XYZ44.963927.90487.4312
Yxy27.90480.55990.3475
Hunter Lab52.825059.493028.6368
CIE-Lab59.802662.858148.9614

#fe553d color RGB value is (254,85,61).

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

The process color (four color CMYK) of #fe553d color hex is 0.00, 0.67, 0.76, 0.00. Web safe color of #fe553d is #ff6633. Color #fe553d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010101 00111101
Octal 376 125 75
Decimal 254 85 61
Hex FE 55 3D

RGB Percentages of Color #fe553d

%63.50
%21.25
%15.25

CMYK Percentages of Color #fe553d

%0
%67
%76
%0

Triadic Colors of #fe553d

#fe553d #3dfe55 #553dfe

Analogous Colors of #fe553d

#fe553d #feb63d #fe3d86

Monochromatic Colors of #fe553d

#fe553d

Complementary Color

#fe553d #3de6fe

#fe553d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe553d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe553d Color CSS Codes

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

#fe553d Text Font Color

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

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


#fe553d Background Color

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

This div background color is #fe553d


#fe553d Border Color

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

This div border color is #fe553d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe553d


Comments

No comments written yet.

Please login to write comment.