Color Hex Logo

#f57e50 Color Hex

#F57E50
(245,126,80)
0 Favorites   0 Comments

Color spaces of #f57e50

RGB 24512680
HSL0.050.890.64
HSV17°67°96°
CMYK 0.000.490.67   0.04
XYZ46.565034.913411.8741
Yxy34.91340.49880.3740
Hunter Lab59.087637.266929.4465
CIE-Lab65.681242.090045.2768

#f57e50 color RGB value is (245,126,80).

#f57e50 hex color red value is 245, green value is 126 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #f57e50 hue: 0.05 , saturation: 0.89 and the lightness value of f57e50 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111110 01010000
Octal 365 176 120
Decimal 245 126 80
Hex F5 7E 50

RGB Percentages of Color #f57e50

%54.32
%27.94
%17.74

CMYK Percentages of Color #f57e50

%0
%49
%67
%4

Triadic Colors of #f57e50

#f57e50 #50f57e #7e50f5

Analogous Colors of #f57e50

#f57e50 #f5d150 #f55075

Monochromatic Colors of #f57e50

#f57e50

Complementary Color

#f57e50 #50c7f5

#f57e50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57e50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57e50 Color CSS Codes

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

#f57e50 Text Font Color

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

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


#f57e50 Background Color

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

This div background color is #f57e50


#f57e50 Border Color

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

This div border color is #f57e50


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,126,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f57e50; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f57e50;
  -webkit-box-shadow: 1px 1px 3px 2px #f57e50;
  box-shadow:         1px 1px 3px 2px #f57e50; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,126,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57e50


Comments

No comments written yet.

Please login to write comment.