COLOR #F6C19B

HEX: #F6C19B
RGB: (246,193,155)

Renk bilgisi

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

RGB renk modeli

#F6C19B color RGB value is (246,193,155).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 193 of 255 = 76%
B 155 of 255 = 61%

246
193
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 193 + 155 = 594 (100%)
R 246 of 594 ~ 41.41%
G 193 of 594 ~ 32.49%
B 155 of 594 ~ 26.09%

%41.41
%32.49
%26.09

CMYK RENK MODELİ

#F6C19B rengi CMYK tonu (0,22,37,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.54%
  • sarı tonu 36.99%
  • ana renk tonu 3.53%
CMYK:
(0,22,37,4)
C0M22Y37K4 
(0%,22%,37%,4%)
(0.00/0.22/0.37/0.04)	

CMYK yüzdeleri

%0
%21.54
%36.99
%3.53

Codes

Color #F6C19B in popluar color models

F6C19B
RGB246193155
HSL25°83.49%78.63%
HSB/HSV25°36.99%96.47%
CMYK0.00%21.54%36.99%
3.53%

Color #F6C19B in popluar number systems.

HEXF6C19B
Decimal246193155
Binary111101101100000110011011
Octal366301233

Shades and tints

Shades of #F6C19B

#F6C19B
(246,193,155)
#E0B08D
(224,176,141)
#CA9F7F
(202,159,127)
#B48E71
(180,142,113)
#9E7D63
(158,125,99)
#886C55
(136,108,85)
#725B47
(114,91,71)
#5C4A39
(92,74,57)
#46392B
(70,57,43)
#30281D
(48,40,29)
#1A170F
(26,23,15)
#000000
(0,0,0)

Tints of #F6C19B

#F6C19B
(246,193,155)
#F6C6A4
(246,198,164)
#F6CBAD
(246,203,173)
#F6D0B6
(246,208,182)
#F6D5BF
(246,213,191)
#F6DAC8
(246,218,200)
#F6DFD1
(246,223,209)
#F6E4DA
(246,228,218)
#F6E9E3
(246,233,227)
#F6EEEC
(246,238,236)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C19B; }

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

This text font color is #F6C19B.


Background Color

.myBgColor { background-color: #F6C19B; }

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

This div background color is #F6C19B.


Border color

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

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

This div border color is #F6C19B.


Opacity

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

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

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

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

This text has shadow with #F6C19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C19B on black background.


Color preview on white background

This text has color #F6C19B on white background.



Black color preview on #F6C19B background

This text has black color on #F6C19B background.


White color preview on #F6C19B background

This text has white color on #F6C19B background.