Color Hex Logo

#f59e7f Color Hex

#F59E7F
(245,158,127)
0 Favorites   0 Comments

Color spaces of #f59e7f

RGB 245158127
HSL0.040.860.73
HSV16°48°96°
CMYK 0.000.360.48   0.04
XYZ53.713845.398526.0104
Yxy45.39850.42930.3628
Hunter Lab67.378424.387324.2769
CIE-Lab73.153529.100529.6166

#f59e7f color RGB value is (245,158,127).

#f59e7f hex color red value is 245, green value is 158 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #f59e7f hue: 0.04 , saturation: 0.86 and the lightness value of f59e7f is 0.73.

The process color (four color CMYK) of #f59e7f color hex is 0.00, 0.36, 0.48, 0.04. Web safe color of #f59e7f is #ff9966. Color #f59e7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011110 01111111
Octal 365 236 177
Decimal 245 158 127
Hex F5 9E 7F

RGB Percentages of Color #f59e7f

%46.23
%29.81
%23.96

CMYK Percentages of Color #f59e7f

%0
%36
%48
%4

Triadic Colors of #f59e7f

#f59e7f #7ff59e #9e7ff5

Analogous Colors of #f59e7f

#f59e7f #f5d97f #f57f9b

Monochromatic Colors of #f59e7f

#f59e7f

Complementary Color

#f59e7f #7fd6f5

#f59e7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59e7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59e7f Color CSS Codes

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

#f59e7f Text Font Color

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

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


#f59e7f Background Color

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

This div background color is #f59e7f


#f59e7f Border Color

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

This div border color is #f59e7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59e7f

#f59e7f Color Palettes


Comments

No comments written yet.

Please login to write comment.