COLOR #F5B68D

HEX: #F5B68D
RGB: (245,182,141)

Renk bilgisi

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

RGB renk modeli

#F5B68D color RGB value is (245,182,141).

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

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 182 of 255 = 71%
B 141 of 255 = 55%

245
182
141

R + G + B ~ 74%. #F5B68D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 182 + 141 = 568 (100%)
R 245 of 568 ~ 43.13%
G 182 of 568 ~ 32.04%
B 141 of 568 ~ 24.82%

%43.13
%32.04
%24.82

CMYK RENK MODELİ

#F5B68D rengi CMYK tonu (0,26,42,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.71%
  • sarı tonu 42.45%
  • ana renk tonu 3.92%
CMYK:
(0,26,42,4)
C0M26Y42K4 
(0%,26%,42%,4%)
(0.00/0.26/0.42/0.04)	

CMYK yüzdeleri

%0
%25.71
%42.45
%3.92

Codes

Color #F5B68D in popluar color models

F5B68D
RGB245182141
HSL24°83.87%75.69%
HSB/HSV24°42.45%96.08%
CMYK0.00%25.71%42.45%
3.92%

Color #F5B68D in popluar number systems.

HEXF5B68D
Decimal245182141
Binary111101011011011010001101
Octal365266215

Shades and tints

Shades of #F5B68D

#F5B68D
(245,182,141)
#DFA681
(223,166,129)
#C99675
(201,150,117)
#B38669
(179,134,105)
#9D765D
(157,118,93)
#876651
(135,102,81)
#715645
(113,86,69)
#5B4639
(91,70,57)
#45362D
(69,54,45)
#2F2621
(47,38,33)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #F5B68D

#F5B68D
(245,182,141)
#F5BC97
(245,188,151)
#F5C2A1
(245,194,161)
#F5C8AB
(245,200,171)
#F5CEB5
(245,206,181)
#F5D4BF
(245,212,191)
#F5DAC9
(245,218,201)
#F5E0D3
(245,224,211)
#F5E6DD
(245,230,221)
#F5ECE7
(245,236,231)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5B68D; }

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

This text font color is #F5B68D.


Background Color

.myBgColor { background-color: #F5B68D; }

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

This div background color is #F5B68D.


Border color

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

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

This div border color is #F5B68D.


Opacity

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

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

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

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

This text has shadow with #F5B68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B68D on black background.


Color preview on white background

This text has color #F5B68D on white background.



Black color preview on #F5B68D background

This text has black color on #F5B68D background.


White color preview on #F5B68D background

This text has white color on #F5B68D background.