COLOR #F5C88B

HEX: #F5C88B
RGB: (245,200,139)

Renk bilgisi

#F5C88B contains mainly red and green colors. #F5C88B ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F5C88B color RGB value is (245,200,139).

  • kırmız ton 245;
  • yeşil ton 200;
  • mavi ton 139.
RGB:
(245,200,139)
(96%,78%,55%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 200 of 255 = 78%
B 139 of 255 = 55%

245
200
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 200 + 139 = 584 (100%)
R 245 of 584 ~ 41.95%
G 200 of 584 ~ 34.25%
B 139 of 584 ~ 23.8%

%41.95
%34.25
%23.8

CMYK RENK MODELİ

#F5C88B rengi CMYK tonu (0,18,43,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.37%
  • sarı tonu 43.27%
  • ana renk tonu 3.92%
CMYK:
(0,18,43,4)
C0M18Y43K4 
(0%,18%,43%,4%)
(0.00/0.18/0.43/0.04)	

CMYK yüzdeleri

%0
%18.37
%43.27
%3.92

Codes

Color #F5C88B in popluar color models

F5C88B
RGB245200139
HSL35°84.13%75.29%
HSB/HSV35°43.27%96.08%
CMYK0.00%18.37%43.27%
3.92%

Color #F5C88B in popluar number systems.

HEXF5C88B
Decimal245200139
Binary111101011100100010001011
Octal365310213

Shades and tints

Shades of #F5C88B

#F5C88B
(245,200,139)
#DFB67F
(223,182,127)
#C9A473
(201,164,115)
#B39267
(179,146,103)
#9D805B
(157,128,91)
#876E4F
(135,110,79)
#715C43
(113,92,67)
#5B4A37
(91,74,55)
#45382B
(69,56,43)
#2F261F
(47,38,31)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #F5C88B

#F5C88B
(245,200,139)
#F5CD95
(245,205,149)
#F5D29F
(245,210,159)
#F5D7A9
(245,215,169)
#F5DCB3
(245,220,179)
#F5E1BD
(245,225,189)
#F5E6C7
(245,230,199)
#F5EBD1
(245,235,209)
#F5F0DB
(245,240,219)
#F5F5E5
(245,245,229)
#F5FAEF
(245,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C88B color. Also use rgb(245,200,139) instead hex code.

Text Font Color

.myTextColor { color: #F5C88B; }

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

This text font color is #F5C88B.


Background Color

.myBgColor { background-color: #F5C88B; }

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

This div background color is #F5C88B.


Border color

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

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

This div border color is #F5C88B.


Opacity

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

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

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

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

This text has shadow with #F5C88B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C88B on black background.


Color preview on white background

This text has color #F5C88B on white background.



Black color preview on #F5C88B background

This text has black color on #F5C88B background.


White color preview on #F5C88B background

This text has white color on #F5C88B background.