Color Hex Logo

#fd5e26 Color Hex

#FD5E26
(253,94,38)
0 Favorites   0 Comments

Color spaces of #fd5e26

RGB 2539438
HSL0.040.980.57
HSV16°85°99°
CMYK 0.000.630.85   0.01
XYZ44.860629.02805.0723
Yxy29.02800.56810.3676
Hunter Lab53.877654.340132.1325
CIE-Lab60.806358.233360.4613

#fd5e26 color RGB value is (253,94,38).

#fd5e26 hex color red value is 253, green value is 94 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #fd5e26 hue: 0.04 , saturation: 0.98 and the lightness value of fd5e26 is 0.57.

The process color (four color CMYK) of #fd5e26 color hex is 0.00, 0.63, 0.85, 0.01. Web safe color of #fd5e26 is #ff6633. Color #fd5e26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011110 00100110
Octal 375 136 46
Decimal 253 94 38
Hex FD 5E 26

RGB Percentages of Color #fd5e26

%65.71
%24.42
%9.87

CMYK Percentages of Color #fd5e26

%0
%63
%85
%1

Triadic Colors of #fd5e26

#fd5e26 #26fd5e #5e26fd

Analogous Colors of #fd5e26

#fd5e26 #fdca26 #fd265a

Monochromatic Colors of #fd5e26

#fd5e26

Complementary Color

#fd5e26 #26c5fd

#fd5e26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd5e26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd5e26 Color CSS Codes

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

#fd5e26 Text Font Color

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

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


#fd5e26 Background Color

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

This div background color is #fd5e26


#fd5e26 Border Color

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

This div border color is #fd5e26


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,94,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd5e26; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd5e26;
  -webkit-box-shadow: 1px 1px 3px 2px #fd5e26;
  box-shadow:         1px 1px 3px 2px #fd5e26; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,94,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd5e26


Comments

No comments written yet.

Please login to write comment.