COLOR #F6D3A1

HEX: #F6D3A1
RGB: (246,211,161)

Renk bilgisi

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

RGB renk modeli

#F6D3A1 color RGB value is (246,211,161).

  • kırmız ton 246;
  • yeşil ton 211;
  • mavi ton 161.
RGB:
(246,211,161)
(96%,83%,63%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 211 of 255 = 83%
B 161 of 255 = 63%

246
211
161

R + G + B ~ 81%. #F6D3A1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 211 + 161 = 618 (100%)
R 246 of 618 ~ 39.81%
G 211 of 618 ~ 34.14%
B 161 of 618 ~ 26.05%

%39.81
%34.14
%26.05

CMYK RENK MODELİ

#F6D3A1 rengi CMYK tonu (0,14,35,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.23%
  • sarı tonu 34.55%
  • ana renk tonu 3.53%
CMYK:
(0,14,35,4)
C0M14Y35K4 
(0%,14%,35%,4%)
(0.00/0.14/0.35/0.04)	

CMYK yüzdeleri

%0
%14.23
%34.55
%3.53

Codes

Color #F6D3A1 in popluar color models

F6D3A1
RGB246211161
HSL35°82.52%79.80%
HSB/HSV35°34.55%96.47%
CMYK0.00%14.23%34.55%
3.53%

Color #F6D3A1 in popluar number systems.

HEXF6D3A1
Decimal246211161
Binary111101101101001110100001
Octal366323241

Shades and tints

Shades of #F6D3A1

#F6D3A1
(246,211,161)
#E0C093
(224,192,147)
#CAAD85
(202,173,133)
#B49A77
(180,154,119)
#9E8769
(158,135,105)
#88745B
(136,116,91)
#72614D
(114,97,77)
#5C4E3F
(92,78,63)
#463B31
(70,59,49)
#302823
(48,40,35)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #F6D3A1

#F6D3A1
(246,211,161)
#F6D7A9
(246,215,169)
#F6DBB1
(246,219,177)
#F6DFB9
(246,223,185)
#F6E3C1
(246,227,193)
#F6E7C9
(246,231,201)
#F6EBD1
(246,235,209)
#F6EFD9
(246,239,217)
#F6F3E1
(246,243,225)
#F6F7E9
(246,247,233)
#F6FBF1
(246,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D3A1 color. Also use rgb(246,211,161) instead hex code.

Text Font Color

.myTextColor { color: #F6D3A1; }

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

This text font color is #F6D3A1.


Background Color

.myBgColor { background-color: #F6D3A1; }

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

This div background color is #F6D3A1.


Border color

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

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

This div border color is #F6D3A1.


Opacity

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

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

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

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

This text has shadow with #F6D3A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D3A1 on black background.


Color preview on white background

This text has color #F6D3A1 on white background.



Black color preview on #F6D3A1 background

This text has black color on #F6D3A1 background.


White color preview on #F6D3A1 background

This text has white color on #F6D3A1 background.