Color Hex Logo

#f58c5e Color Hex

#F58C5E
(245,140,94)
0 Favorites   0 Comments

Color spaces of #f58c5e

RGB 24514094
HSL0.050.880.66
HSV18°62°96°
CMYK 0.000.430.62   0.04
XYZ49.054738.976815.5275
Yxy38.97680.47370.3764
Hunter Lab62.431430.999228.9558
CIE-Lab68.734535.832741.6033

#f58c5e color RGB value is (245,140,94).

#f58c5e hex color red value is 245, green value is 140 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f58c5e hue: 0.05 , saturation: 0.88 and the lightness value of f58c5e is 0.66.

The process color (four color CMYK) of #f58c5e color hex is 0.00, 0.43, 0.62, 0.04. Web safe color of #f58c5e is #ff9966. Color #f58c5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001100 01011110
Octal 365 214 136
Decimal 245 140 94
Hex F5 8C 5E

RGB Percentages of Color #f58c5e

%51.15
%29.23
%19.62

CMYK Percentages of Color #f58c5e

%0
%43
%62
%4

Triadic Colors of #f58c5e

#f58c5e #5ef58c #8c5ef5

Analogous Colors of #f58c5e

#f58c5e #f5d85e #f55e7c

Monochromatic Colors of #f58c5e

#f58c5e

Complementary Color

#f58c5e #5ec7f5

#f58c5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58c5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58c5e Color CSS Codes

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

#f58c5e Text Font Color

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

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


#f58c5e Background Color

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

This div background color is #f58c5e


#f58c5e Border Color

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

This div border color is #f58c5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58c5e


Comments

No comments written yet.

Please login to write comment.