Color Hex Logo

#f59061 Color Hex

#F59061
(245,144,97)
0 Favorites   0 Comments

Color spaces of #f59061

RGB 24514497
HSL0.050.880.67
HSV19°60°96°
CMYK 0.000.410.60   0.04
XYZ49.787140.222116.4488
Yxy40.22210.46770.3778
Hunter Lab63.420929.140729.0172
CIE-Lab69.627433.969941.1159

#f59061 color RGB value is (245,144,97).

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

The process color (four color CMYK) of #f59061 color hex is 0.00, 0.41, 0.60, 0.04. Web safe color of #f59061 is #ff9966. Color #f59061 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010000 01100001
Octal 365 220 141
Decimal 245 144 97
Hex F5 90 61

RGB Percentages of Color #f59061

%50.41
%29.63
%19.96

CMYK Percentages of Color #f59061

%0
%41
%60
%4

Triadic Colors of #f59061

#f59061 #61f590 #9061f5

Analogous Colors of #f59061

#f59061 #f5da61 #f5617c

Monochromatic Colors of #f59061

#f59061

Complementary Color

#f59061 #61c6f5

#f59061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59061 Color CSS Codes

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

#f59061 Text Font Color

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

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


#f59061 Background Color

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

This div background color is #f59061


#f59061 Border Color

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

This div border color is #f59061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59061


Comments

No comments written yet.

Please login to write comment.