COLOR #F5B771

HEX: #F5B771
RGB: (245,183,113)

Renk bilgisi

#F5B771 contains mainly red color. #F5B771 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#F5B771 color RGB value is (245,183,113).

  • kırmız ton 245;
  • yeşil ton 183;
  • mavi ton 113.
RGB:
(245,183,113)
(96%,72%,44%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 183 of 255 = 72%
B 113 of 255 = 44%

245
183
113

R + G + B ~ 71%. #F5B771 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 183 + 113 = 541 (100%)
R 245 of 541 ~ 45.29%
G 183 of 541 ~ 33.83%
B 113 of 541 ~ 20.89%

%45.29
%33.83
%20.89

CMYK RENK MODELİ

#F5B771 rengi CMYK tonu (0,25,54,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.31%
  • sarı tonu 53.88%
  • ana renk tonu 3.92%
CMYK:
(0,25,54,4)
C0M25Y54K4 
(0%,25%,54%,4%)
(0.00/0.25/0.54/0.04)	

CMYK yüzdeleri

%0
%25.31
%53.88
%3.92

Codes

Color #F5B771 in popluar color models

F5B771
RGB245183113
HSL32°86.84%70.20%
HSB/HSV32°53.88%96.08%
CMYK0.00%25.31%53.88%
3.92%

Color #F5B771 in popluar number systems.

HEXF5B771
Decimal245183113
Binary11110101101101111110001
Octal365267161

Shades and tints

Shades of #F5B771

#F5B771
(245,183,113)
#DFA767
(223,167,103)
#C9975D
(201,151,93)
#B38753
(179,135,83)
#9D7749
(157,119,73)
#87673F
(135,103,63)
#715735
(113,87,53)
#5B472B
(91,71,43)
#453721
(69,55,33)
#2F2717
(47,39,23)
#19170D
(25,23,13)
#000000
(0,0,0)

Tints of #F5B771

#F5B771
(245,183,113)
#F5BD7D
(245,189,125)
#F5C389
(245,195,137)
#F5C995
(245,201,149)
#F5CFA1
(245,207,161)
#F5D5AD
(245,213,173)
#F5DBB9
(245,219,185)
#F5E1C5
(245,225,197)
#F5E7D1
(245,231,209)
#F5EDDD
(245,237,221)
#F5F3E9
(245,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B771 color. Also use rgb(245,183,113) instead hex code.

Text Font Color

.myTextColor { color: #F5B771; }

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

This text font color is #F5B771.


Background Color

.myBgColor { background-color: #F5B771; }

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

This div background color is #F5B771.


Border color

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

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

This div border color is #F5B771.


Opacity

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

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

Text with #F5B771 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 #F5B771;}

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

This text has shadow with #F5B771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B771 on black background.


Color preview on white background

This text has color #F5B771 on white background.



Black color preview on #F5B771 background

This text has black color on #F5B771 background.


White color preview on #F5B771 background

This text has white color on #F5B771 background.