Color Hex Logo

#fe551b Color Hex

#FE551B
(254,85,27)
0 Favorites   0 Comments

Color spaces of #fe551b

RGB 2548527
HSL0.040.990.55
HSV15°89°100°
CMYK 0.000.670.89   0.00
XYZ44.319427.64704.0374
Yxy27.64700.58310.3638
Hunter Lab52.580458.439832.2537
CIE-Lab59.568561.997063.5979

#fe551b color RGB value is (254,85,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010101 00011011
Octal 376 125 33
Decimal 254 85 27
Hex FE 55 1B

RGB Percentages of Color #fe551b

%69.40
%23.22
%7.38

CMYK Percentages of Color #fe551b

%0
%67
%89
%0

Triadic Colors of #fe551b

#fe551b #1bfe55 #551bfe

Analogous Colors of #fe551b

#fe551b #fec71b #fe1b52

Monochromatic Colors of #fe551b

#fe551b

Complementary Color

#fe551b #1bc4fe

#fe551b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe551b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe551b Color CSS Codes

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

#fe551b Text Font Color

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

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


#fe551b Background Color

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

This div background color is #fe551b


#fe551b Border Color

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

This div border color is #fe551b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe551b

Related Colors


Comments

No comments written yet.

Please login to write comment.