Color Hex Logo

#fe7b55 Color Hex

#FE7B55
(254,123,85)
0 Favorites   0 Comments

Color spaces of #fe7b55

RGB 25412385
HSL0.040.990.66
HSV13°67°100°
CMYK 0.000.520.67   0.00
XYZ49.595735.892612.9083
Yxy35.89260.50400.3648
Hunter Lab59.910442.924529.1627
CIE-Lab66.437847.201243.8840

#fe7b55 color RGB value is (254,123,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111011 01010101
Octal 376 173 125
Decimal 254 123 85
Hex FE 7B 55

RGB Percentages of Color #fe7b55

%54.98
%26.62
%18.40

CMYK Percentages of Color #fe7b55

%0
%52
%67
%0

Triadic Colors of #fe7b55

#fe7b55 #55fe7b #7b55fe

Analogous Colors of #fe7b55

#fe7b55 #fed055 #fe5584

Monochromatic Colors of #fe7b55

#fe7b55

Complementary Color

#fe7b55 #55d8fe

#fe7b55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7b55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7b55 Color CSS Codes

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

#fe7b55 Text Font Color

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

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


#fe7b55 Background Color

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

This div background color is #fe7b55


#fe7b55 Border Color

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

This div border color is #fe7b55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7b55

Related Colors


Comments

No comments written yet.

Please login to write comment.