COLOR #F5C19C

HEX: #F5C19C
RGB: (245,193,156)

Renk bilgisi

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

RGB renk modeli

#F5C19C color RGB value is (245,193,156).

  • kırmız ton 245;
  • yeşil ton 193;
  • mavi ton 156.
RGB:
(245,193,156)
(96%,76%,61%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 193 of 255 = 76%
B 156 of 255 = 61%

245
193
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 193 + 156 = 594 (100%)
R 245 of 594 ~ 41.25%
G 193 of 594 ~ 32.49%
B 156 of 594 ~ 26.26%

%41.25
%32.49
%26.26

CMYK RENK MODELİ

#F5C19C rengi CMYK tonu (0,21,36,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.22%
  • sarı tonu 36.33%
  • ana renk tonu 3.92%
CMYK:
(0,21,36,4)
C0M21Y36K4 
(0%,21%,36%,4%)
(0.00/0.21/0.36/0.04)	

CMYK yüzdeleri

%0
%21.22
%36.33
%3.92

Codes

Color #F5C19C in popluar color models

F5C19C
RGB245193156
HSL25°81.65%78.63%
HSB/HSV25°36.33%96.08%
CMYK0.00%21.22%36.33%
3.92%

Color #F5C19C in popluar number systems.

HEXF5C19C
Decimal245193156
Binary111101011100000110011100
Octal365301234

Shades and tints

Shades of #F5C19C

#F5C19C
(245,193,156)
#DFB08E
(223,176,142)
#C99F80
(201,159,128)
#B38E72
(179,142,114)
#9D7D64
(157,125,100)
#876C56
(135,108,86)
#715B48
(113,91,72)
#5B4A3A
(91,74,58)
#45392C
(69,57,44)
#2F281E
(47,40,30)
#191710
(25,23,16)
#000000
(0,0,0)

Tints of #F5C19C

#F5C19C
(245,193,156)
#F5C6A5
(245,198,165)
#F5CBAE
(245,203,174)
#F5D0B7
(245,208,183)
#F5D5C0
(245,213,192)
#F5DAC9
(245,218,201)
#F5DFD2
(245,223,210)
#F5E4DB
(245,228,219)
#F5E9E4
(245,233,228)
#F5EEED
(245,238,237)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C19C color. Also use rgb(245,193,156) instead hex code.

Text Font Color

.myTextColor { color: #F5C19C; }

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

This text font color is #F5C19C.


Background Color

.myBgColor { background-color: #F5C19C; }

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

This div background color is #F5C19C.


Border color

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

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

This div border color is #F5C19C.


Opacity

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

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

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

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

This text has shadow with #F5C19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C19C on black background.


Color preview on white background

This text has color #F5C19C on white background.



Black color preview on #F5C19C background

This text has black color on #F5C19C background.


White color preview on #F5C19C background

This text has white color on #F5C19C background.