COLOR #F5D18E

HEX: #F5D18E
RGB: (245,209,142)

Renk bilgisi

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

RGB renk modeli

#F5D18E color RGB value is (245,209,142).

  • kırmız ton 245;
  • yeşil ton 209;
  • mavi ton 142.
RGB:
(245,209,142)
(96%,82%,56%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 209 of 255 = 82%
B 142 of 255 = 56%

245
209
142

R + G + B ~ 78%. #F5D18E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 209 + 142 = 596 (100%)
R 245 of 596 ~ 41.11%
G 209 of 596 ~ 35.07%
B 142 of 596 ~ 23.83%

%41.11
%35.07
%23.83

CMYK RENK MODELİ

#F5D18E rengi CMYK tonu (0,15,42,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.69%
  • sarı tonu 42.04%
  • ana renk tonu 3.92%
CMYK:
(0,15,42,4)
C0M15Y42K4 
(0%,15%,42%,4%)
(0.00/0.15/0.42/0.04)	

CMYK yüzdeleri

%0
%14.69
%42.04
%3.92

Codes

Color #F5D18E in popluar color models

F5D18E
RGB245209142
HSL39°83.74%75.88%
HSB/HSV39°42.04%96.08%
CMYK0.00%14.69%42.04%
3.92%

Color #F5D18E in popluar number systems.

HEXF5D18E
Decimal245209142
Binary111101011101000110001110
Octal365321216

Shades and tints

Shades of #F5D18E

#F5D18E
(245,209,142)
#DFBE82
(223,190,130)
#C9AB76
(201,171,118)
#B3986A
(179,152,106)
#9D855E
(157,133,94)
#877252
(135,114,82)
#715F46
(113,95,70)
#5B4C3A
(91,76,58)
#45392E
(69,57,46)
#2F2622
(47,38,34)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #F5D18E

#F5D18E
(245,209,142)
#F5D598
(245,213,152)
#F5D9A2
(245,217,162)
#F5DDAC
(245,221,172)
#F5E1B6
(245,225,182)
#F5E5C0
(245,229,192)
#F5E9CA
(245,233,202)
#F5EDD4
(245,237,212)
#F5F1DE
(245,241,222)
#F5F5E8
(245,245,232)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D18E color. Also use rgb(245,209,142) instead hex code.

Text Font Color

.myTextColor { color: #F5D18E; }

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

This text font color is #F5D18E.


Background Color

.myBgColor { background-color: #F5D18E; }

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

This div background color is #F5D18E.


Border color

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

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

This div border color is #F5D18E.


Opacity

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

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

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

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

This text has shadow with #F5D18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D18E on black background.


Color preview on white background

This text has color #F5D18E on white background.



Black color preview on #F5D18E background

This text has black color on #F5D18E background.


White color preview on #F5D18E background

This text has white color on #F5D18E background.