Color Hex Logo

#f59060 Color Hex

#F59060
(245,144,96)
0 Favorites   0 Comments

Color spaces of #f59060

RGB 24514496
HSL0.050.880.67
HSV19°61°96°
CMYK 0.000.410.61   0.04
XYZ49.740840.203516.2048
Yxy40.20350.46860.3787
Hunter Lab63.406229.068429.2316
CIE-Lab69.614233.901841.6225

#f59060 color RGB value is (245,144,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010000 01100000
Octal 365 220 140
Decimal 245 144 96
Hex F5 90 60

RGB Percentages of Color #f59060

%50.52
%29.69
%19.79

CMYK Percentages of Color #f59060

%0
%41
%61
%4

Triadic Colors of #f59060

#f59060 #60f590 #9060f5

Analogous Colors of #f59060

#f59060 #f5db60 #f5607b

Monochromatic Colors of #f59060

#f59060

Complementary Color

#f59060 #60c5f5

#f59060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59060 Color CSS Codes

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

#f59060 Text Font Color

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

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


#f59060 Background Color

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

This div background color is #f59060


#f59060 Border Color

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

This div border color is #f59060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59060


Comments

No comments written yet.

Please login to write comment.