Color Hex Logo

#fe554f Color Hex

#FE554F
(254,85,79)
0 Favorites   0 Comments

Color spaces of #fe554f

RGB 2548579
HSL0.010.990.65
HSV69°100°
CMYK 0.000.670.69   0.00
XYZ45.532828.132310.4274
Yxy28.13230.54150.3345
Hunter Lab53.039960.415925.4718
CIE-Lab60.008163.608839.5454

#fe554f color RGB value is (254,85,79).

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

The process color (four color CMYK) of #fe554f color hex is 0.00, 0.67, 0.69, 0.00. Web safe color of #fe554f is #ff6666. Color #fe554f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010101 01001111
Octal 376 125 117
Decimal 254 85 79
Hex FE 55 4F

RGB Percentages of Color #fe554f

%60.77
%20.33
%18.90

CMYK Percentages of Color #fe554f

%0
%67
%69
%0

Triadic Colors of #fe554f

#fe554f #4ffe55 #554ffe

Analogous Colors of #fe554f

#fe554f #fead4f #fe4fa1

Monochromatic Colors of #fe554f

#fe554f

Complementary Color

#fe554f #4ff8fe

#fe554f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe554f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe554f Color CSS Codes

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

#fe554f Text Font Color

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

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


#fe554f Background Color

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

This div background color is #fe554f


#fe554f Border Color

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

This div border color is #fe554f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe554f

Related Colors


Comments

No comments written yet.

Please login to write comment.