COLOR #F5B682

HEX: #F5B682
RGB: (245,182,130)

Renk bilgisi

#F5B682 contains mainly red color. #F5B682 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F5B682 color RGB value is (245,182,130).

  • kırmız ton 245;
  • yeşil ton 182;
  • mavi ton 130.
RGB:
(245,182,130)
(96%,71%,51%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 182 of 255 = 71%
B 130 of 255 = 51%

245
182
130

R + G + B ~ 73%. #F5B682 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 182 + 130 = 557 (100%)
R 245 of 557 ~ 43.99%
G 182 of 557 ~ 32.68%
B 130 of 557 ~ 23.34%

%43.99
%32.68
%23.34

CMYK RENK MODELİ

#F5B682 rengi CMYK tonu (0,26,47,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.71%
  • sarı tonu 46.94%
  • ana renk tonu 3.92%
CMYK:
(0,26,47,4)
C0M26Y47K4 
(0%,26%,47%,4%)
(0.00/0.26/0.47/0.04)	

CMYK yüzdeleri

%0
%25.71
%46.94
%3.92

Codes

Color #F5B682 in popluar color models

F5B682
RGB245182130
HSL27°85.19%73.53%
HSB/HSV27°46.94%96.08%
CMYK0.00%25.71%46.94%
3.92%

Color #F5B682 in popluar number systems.

HEXF5B682
Decimal245182130
Binary111101011011011010000010
Octal365266202

Shades and tints

Shades of #F5B682

#F5B682
(245,182,130)
#DFA677
(223,166,119)
#C9966C
(201,150,108)
#B38661
(179,134,97)
#9D7656
(157,118,86)
#87664B
(135,102,75)
#715640
(113,86,64)
#5B4635
(91,70,53)
#45362A
(69,54,42)
#2F261F
(47,38,31)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #F5B682

#F5B682
(245,182,130)
#F5BC8D
(245,188,141)
#F5C298
(245,194,152)
#F5C8A3
(245,200,163)
#F5CEAE
(245,206,174)
#F5D4B9
(245,212,185)
#F5DAC4
(245,218,196)
#F5E0CF
(245,224,207)
#F5E6DA
(245,230,218)
#F5ECE5
(245,236,229)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B682 color. Also use rgb(245,182,130) instead hex code.

Text Font Color

.myTextColor { color: #F5B682; }

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

This text font color is #F5B682.


Background Color

.myBgColor { background-color: #F5B682; }

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

This div background color is #F5B682.


Border color

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

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

This div border color is #F5B682.


Opacity

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

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

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

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

This text has shadow with #F5B682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B682 on black background.


Color preview on white background

This text has color #F5B682 on white background.



Black color preview on #F5B682 background

This text has black color on #F5B682 background.


White color preview on #F5B682 background

This text has white color on #F5B682 background.