Color Hex Logo

#f59970 Color Hex

#F59970
(245,153,112)
0 Favorites   0 Comments

Color spaces of #f59970

RGB 245153112
HSL0.050.870.70
HSV18°54°96°
CMYK 0.000.380.54   0.04
XYZ51.972143.364820.9603
Yxy43.36480.44690.3729
Hunter Lab65.852025.636027.2247
CIE-Lab71.801930.409335.9019

#f59970 color RGB value is (245,153,112).

#f59970 hex color red value is 245, green value is 153 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #f59970 hue: 0.05 , saturation: 0.87 and the lightness value of f59970 is 0.70.

The process color (four color CMYK) of #f59970 color hex is 0.00, 0.38, 0.54, 0.04. Web safe color of #f59970 is #ff9966. Color #f59970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011001 01110000
Octal 365 231 160
Decimal 245 153 112
Hex F5 99 70

RGB Percentages of Color #f59970

%48.04
%30.00
%21.96

CMYK Percentages of Color #f59970

%0
%38
%54
%4

Triadic Colors of #f59970

#f59970 #70f599 #9970f5

Analogous Colors of #f59970

#f59970 #f5dc70 #f5708a

Monochromatic Colors of #f59970

#f59970

Complementary Color

#f59970 #70ccf5

#f59970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59970 Color CSS Codes

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

#f59970 Text Font Color

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

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


#f59970 Background Color

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

This div background color is #f59970


#f59970 Border Color

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

This div border color is #f59970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59970

#f59970 Color Palettes


Comments

No comments written yet.

Please login to write comment.