Color Hex Logo

#f5816a Color Hex

#F5816A
(245,129,106)
0 Favorites   0 Comments

Color spaces of #f5816a

RGB 245129106
HSL0.030.870.69
HSV10°57°96°
CMYK 0.000.470.57   0.04
XYZ48.108036.153618.0784
Yxy36.15360.47010.3533
Hunter Lab60.127937.593224.2630
CIE-Lab66.637142.276132.5528

#f5816a color RGB value is (245,129,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000001 01101010
Octal 365 201 152
Decimal 245 129 106
Hex F5 81 6A

RGB Percentages of Color #f5816a

%51.04
%26.88
%22.08

CMYK Percentages of Color #f5816a

%0
%47
%57
%4

Triadic Colors of #f5816a

#f5816a #6af581 #816af5

Analogous Colors of #f5816a

#f5816a #f5c76a #f56a99

Monochromatic Colors of #f5816a

#f5816a

Complementary Color

#f5816a #6adef5

#f5816a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5816a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5816a Color CSS Codes

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

#f5816a Text Font Color

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

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


#f5816a Background Color

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

This div background color is #f5816a


#f5816a Border Color

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

This div border color is #f5816a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,129,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 #f5816a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5816a


Comments

No comments written yet.

Please login to write comment.