COLOR #F5B992

HEX: #F5B992
RGB: (245,185,146)

Renk bilgisi

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

RGB renk modeli

#F5B992 color RGB value is (245,185,146).

  • kırmız ton 245;
  • yeşil ton 185;
  • mavi ton 146.
RGB:
(245,185,146)
(96%,73%,57%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 185 of 255 = 73%
B 146 of 255 = 57%

245
185
146

R + G + B ~ 75%. #F5B992 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 185 + 146 = 576 (100%)
R 245 of 576 ~ 42.53%
G 185 of 576 ~ 32.12%
B 146 of 576 ~ 25.35%

%42.53
%32.12
%25.35

CMYK RENK MODELİ

#F5B992 rengi CMYK tonu (0,24,40,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.49%
  • sarı tonu 40.41%
  • ana renk tonu 3.92%
CMYK:
(0,24,40,4)
C0M24Y40K4 
(0%,24%,40%,4%)
(0.00/0.24/0.40/0.04)	

CMYK yüzdeleri

%0
%24.49
%40.41
%3.92

Codes

Color #F5B992 in popluar color models

F5B992
RGB245185146
HSL24°83.19%76.67%
HSB/HSV24°40.41%96.08%
CMYK0.00%24.49%40.41%
3.92%

Color #F5B992 in popluar number systems.

HEXF5B992
Decimal245185146
Binary111101011011100110010010
Octal365271222

Shades and tints

Shades of #F5B992

#F5B992
(245,185,146)
#DFA985
(223,169,133)
#C99978
(201,153,120)
#B3896B
(179,137,107)
#9D795E
(157,121,94)
#876951
(135,105,81)
#715944
(113,89,68)
#5B4937
(91,73,55)
#45392A
(69,57,42)
#2F291D
(47,41,29)
#191910
(25,25,16)
#000000
(0,0,0)

Tints of #F5B992

#F5B992
(245,185,146)
#F5BF9B
(245,191,155)
#F5C5A4
(245,197,164)
#F5CBAD
(245,203,173)
#F5D1B6
(245,209,182)
#F5D7BF
(245,215,191)
#F5DDC8
(245,221,200)
#F5E3D1
(245,227,209)
#F5E9DA
(245,233,218)
#F5EFE3
(245,239,227)
#F5F5EC
(245,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B992 color. Also use rgb(245,185,146) instead hex code.

Text Font Color

.myTextColor { color: #F5B992; }

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

This text font color is #F5B992.


Background Color

.myBgColor { background-color: #F5B992; }

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

This div background color is #F5B992.


Border color

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

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

This div border color is #F5B992.


Opacity

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

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

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

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

This text has shadow with #F5B992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B992 on black background.


Color preview on white background

This text has color #F5B992 on white background.



Black color preview on #F5B992 background

This text has black color on #F5B992 background.


White color preview on #F5B992 background

This text has white color on #F5B992 background.