COLOR #F6C19E

HEX: #F6C19E
RGB: (246,193,158)

Renk bilgisi

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

RGB renk modeli

#F6C19E color RGB value is (246,193,158).

  • kırmız ton 246;
  • yeşil ton 193;
  • mavi ton 158.
RGB:
(246,193,158)
(96%,76%,62%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 193 of 255 = 76%
B 158 of 255 = 62%

246
193
158

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 193 + 158 = 597 (100%)
R 246 of 597 ~ 41.21%
G 193 of 597 ~ 32.33%
B 158 of 597 ~ 26.47%

%41.21
%32.33
%26.47

CMYK RENK MODELİ

#F6C19E rengi CMYK tonu (0,22,36,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.54%
  • sarı tonu 35.77%
  • ana renk tonu 3.53%
CMYK:
(0,22,36,4)
C0M22Y36K4 
(0%,22%,36%,4%)
(0.00/0.22/0.36/0.04)	

CMYK yüzdeleri

%0
%21.54
%35.77
%3.53

Codes

Color #F6C19E in popluar color models

F6C19E
RGB246193158
HSL24°83.02%79.22%
HSB/HSV24°35.77%96.47%
CMYK0.00%21.54%35.77%
3.53%

Color #F6C19E in popluar number systems.

HEXF6C19E
Decimal246193158
Binary111101101100000110011110
Octal366301236

Shades and tints

Shades of #F6C19E

#F6C19E
(246,193,158)
#E0B090
(224,176,144)
#CA9F82
(202,159,130)
#B48E74
(180,142,116)
#9E7D66
(158,125,102)
#886C58
(136,108,88)
#725B4A
(114,91,74)
#5C4A3C
(92,74,60)
#46392E
(70,57,46)
#302820
(48,40,32)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #F6C19E

#F6C19E
(246,193,158)
#F6C6A6
(246,198,166)
#F6CBAE
(246,203,174)
#F6D0B6
(246,208,182)
#F6D5BE
(246,213,190)
#F6DAC6
(246,218,198)
#F6DFCE
(246,223,206)
#F6E4D6
(246,228,214)
#F6E9DE
(246,233,222)
#F6EEE6
(246,238,230)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C19E color. Also use rgb(246,193,158) instead hex code.

Text Font Color

.myTextColor { color: #F6C19E; }

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

This text font color is #F6C19E.


Background Color

.myBgColor { background-color: #F6C19E; }

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

This div background color is #F6C19E.


Border color

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

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

This div border color is #F6C19E.


Opacity

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

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

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

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

This text has shadow with #F6C19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C19E on black background.


Color preview on white background

This text has color #F6C19E on white background.



Black color preview on #F6C19E background

This text has black color on #F6C19E background.


White color preview on #F6C19E background

This text has white color on #F6C19E background.