COLOR #F5B09D

HEX: #F5B09D
RGB: (245,176,157)

Renk bilgisi

#F5B09D contains mainly red color. #F5B09D ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#F5B09D color RGB value is (245,176,157).

  • kırmız ton 245;
  • yeşil ton 176;
  • mavi ton 157.
RGB:
(245,176,157)
(96%,69%,62%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 176 of 255 = 69%
B 157 of 255 = 62%

245
176
157

R + G + B ~ 76%. #F5B09D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 176 + 157 = 578 (100%)
R 245 of 578 ~ 42.39%
G 176 of 578 ~ 30.45%
B 157 of 578 ~ 27.16%

%42.39
%30.45
%27.16

CMYK RENK MODELİ

#F5B09D rengi CMYK tonu (0,28,36,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.16%
  • sarı tonu 35.92%
  • ana renk tonu 3.92%
CMYK:
(0,28,36,4)
C0M28Y36K4 
(0%,28%,36%,4%)
(0.00/0.28/0.36/0.04)	

CMYK yüzdeleri

%0
%28.16
%35.92
%3.92

Codes

Color #F5B09D in popluar color models

F5B09D
RGB245176157
HSL13°81.48%78.82%
HSB/HSV13°35.92%96.08%
CMYK0.00%28.16%35.92%
3.92%

Color #F5B09D in popluar number systems.

HEXF5B09D
Decimal245176157
Binary111101011011000010011101
Octal365260235

Shades and tints

Shades of #F5B09D

#F5B09D
(245,176,157)
#DFA08F
(223,160,143)
#C99081
(201,144,129)
#B38073
(179,128,115)
#9D7065
(157,112,101)
#876057
(135,96,87)
#715049
(113,80,73)
#5B403B
(91,64,59)
#45302D
(69,48,45)
#2F201F
(47,32,31)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #F5B09D

#F5B09D
(245,176,157)
#F5B7A5
(245,183,165)
#F5BEAD
(245,190,173)
#F5C5B5
(245,197,181)
#F5CCBD
(245,204,189)
#F5D3C5
(245,211,197)
#F5DACD
(245,218,205)
#F5E1D5
(245,225,213)
#F5E8DD
(245,232,221)
#F5EFE5
(245,239,229)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B09D color. Also use rgb(245,176,157) instead hex code.

Text Font Color

.myTextColor { color: #F5B09D; }

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

This text font color is #F5B09D.


Background Color

.myBgColor { background-color: #F5B09D; }

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

This div background color is #F5B09D.


Border color

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

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

This div border color is #F5B09D.


Opacity

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

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

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

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

This text has shadow with #F5B09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B09D on black background.


Color preview on white background

This text has color #F5B09D on white background.



Black color preview on #F5B09D background

This text has black color on #F5B09D background.


White color preview on #F5B09D background

This text has white color on #F5B09D background.