Color Hex Logo

#f5896a Color Hex

#F5896A
(245,137,106)
0 Favorites   0 Comments

Color spaces of #f5896a

RGB 245137106
HSL0.040.870.69
HSV13°57°96°
CMYK 0.000.440.57   0.04
XYZ49.203438.344418.4436
Yxy38.34440.46420.3618
Hunter Lab61.922933.469725.6866
CIE-Lab68.273738.223734.6391

#f5896a color RGB value is (245,137,106).

#f5896a hex color red value is 245, green value is 137 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #f5896a hue: 0.04 , saturation: 0.87 and the lightness value of f5896a is 0.69.

The process color (four color CMYK) of #f5896a color hex is 0.00, 0.44, 0.57, 0.04. Web safe color of #f5896a is #ff9966. Color #f5896a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001001 01101010
Octal 365 211 152
Decimal 245 137 106
Hex F5 89 6A

RGB Percentages of Color #f5896a

%50.20
%28.07
%21.72

CMYK Percentages of Color #f5896a

%0
%44
%57
%4

Triadic Colors of #f5896a

#f5896a #6af589 #896af5

Analogous Colors of #f5896a

#f5896a #f5cf6a #f56a91

Monochromatic Colors of #f5896a

#f5896a

Complementary Color

#f5896a #6ad6f5

#f5896a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5896a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5896a Color CSS Codes

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

#f5896a Text Font Color

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

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


#f5896a Background Color

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

This div background color is #f5896a


#f5896a Border Color

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

This div border color is #f5896a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5896a


Comments

No comments written yet.

Please login to write comment.