COLOR #F5A676

HEX: #F5A676
RGB: (245,166,118)

Renk bilgisi

#F5A676 contains mainly red color. #F5A676 ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#F5A676 color RGB value is (245,166,118).

  • kırmız ton 245;
  • yeşil ton 166;
  • mavi ton 118.
RGB:
(245,166,118)
(96%,65%,46%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 166 of 255 = 65%
B 118 of 255 = 46%

245
166
118

R + G + B ~ 69%. #F5A676 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 166 + 118 = 529 (100%)
R 245 of 529 ~ 46.31%
G 166 of 529 ~ 31.38%
B 118 of 529 ~ 22.31%

%46.31
%31.38
%22.31

CMYK RENK MODELİ

#F5A676 rengi CMYK tonu (0,32,52,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.24%
  • sarı tonu 51.84%
  • ana renk tonu 3.92%
CMYK:
(0,32,52,4)
C0M32Y52K4 
(0%,32%,52%,4%)
(0.00/0.32/0.52/0.04)	

CMYK yüzdeleri

%0
%32.24
%51.84
%3.92

Codes

Color #F5A676 in popluar color models

F5A676
RGB245166118
HSL23°86.39%71.18%
HSB/HSV23°51.84%96.08%
CMYK0.00%32.24%51.84%
3.92%

Color #F5A676 in popluar number systems.

HEXF5A676
Decimal245166118
Binary11110101101001101110110
Octal365246166

Shades and tints

Shades of #F5A676

#F5A676
(245,166,118)
#DF976C
(223,151,108)
#C98862
(201,136,98)
#B37958
(179,121,88)
#9D6A4E
(157,106,78)
#875B44
(135,91,68)
#714C3A
(113,76,58)
#5B3D30
(91,61,48)
#452E26
(69,46,38)
#2F1F1C
(47,31,28)
#191012
(25,16,18)
#000000
(0,0,0)

Tints of #F5A676

#F5A676
(245,166,118)
#F5AE82
(245,174,130)
#F5B68E
(245,182,142)
#F5BE9A
(245,190,154)
#F5C6A6
(245,198,166)
#F5CEB2
(245,206,178)
#F5D6BE
(245,214,190)
#F5DECA
(245,222,202)
#F5E6D6
(245,230,214)
#F5EEE2
(245,238,226)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5A676 color. Also use rgb(245,166,118) instead hex code.

Text Font Color

.myTextColor { color: #F5A676; }

<p style="color:#F5A676">This sample text font color is #F5A676.</p>

This text font color is #F5A676.


Background Color

.myBgColor { background-color: #F5A676; }

<div style="background-color:#F5A676">Inner text</div>

This div background color is #F5A676.


Border color

.myBorderColor { border: 1px solid #F5A676; }

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

This div border color is #F5A676.


Opacity

.myOpacity80 { color: #F5A676; opacity: 0.8; }

<p style="color:#F5A676;opacity:0.8;">80%</p>

Text with #F5A676 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F5A676;}

<p style="text-shadow: 3px 3px 1px #F5A676">Text here.</p>

This text has shadow with #F5A676 color.

.textShadow {text-shadow: 3px 3px 1px #F5A676, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F5A676, 5px 5px 20px red">Text here.</p>

This text has shadow with #F5A676 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5A676, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F5A676, Direction=45, Strength=4)">Text</p>

This text has shadow with #F5A676 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F5A676;
  -webkit-box-shadow:	1px 1px 3px 2px #F5A676;
  box-shadow:		1px 1px 3px 2px #F5A676;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5A676;
-webkit-box-shadow: 1px 1px 3px 2px #F5A676;
box-shadow:1px 1px 3px 2px #F5A676;">
Div content here</div>
This div box has shadow with color #F5A676.

Preview

Color preview on black background

This text has color #F5A676 on black background.


Color preview on white background

This text has color #F5A676 on white background.



Black color preview on #F5A676 background

This text has black color on #F5A676 background.


White color preview on #F5A676 background

This text has white color on #F5A676 background.