COLOR #F6E5A1

HEX: #F6E5A1
RGB: (246,229,161)

Renk bilgisi

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

RGB renk modeli

#F6E5A1 color RGB value is (246,229,161).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 229 of 255 = 90%
B 161 of 255 = 63%

246
229
161

R + G + B ~ 83%. #F6E5A1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 229 + 161 = 636 (100%)
R 246 of 636 ~ 38.68%
G 229 of 636 ~ 36.01%
B 161 of 636 ~ 25.31%

%38.68
%36.01
%25.31

CMYK RENK MODELİ

#F6E5A1 rengi CMYK tonu (0,7,35,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.91%
  • sarı tonu 34.55%
  • ana renk tonu 3.53%
CMYK:
(0,7,35,4)
C0M7Y35K4 
(0%,7%,35%,4%)
(0.00/0.07/0.35/0.04)	

CMYK yüzdeleri

%0
%6.91
%34.55
%3.53

Codes

Color #F6E5A1 in popluar color models

F6E5A1
RGB246229161
HSL48°82.52%79.80%
HSB/HSV48°34.55%96.47%
CMYK0.00%6.91%34.55%
3.53%

Color #F6E5A1 in popluar number systems.

HEXF6E5A1
Decimal246229161
Binary111101101110010110100001
Octal366345241

Shades and tints

Shades of #F6E5A1

#F6E5A1
(246,229,161)
#E0D193
(224,209,147)
#CABD85
(202,189,133)
#B4A977
(180,169,119)
#9E9569
(158,149,105)
#88815B
(136,129,91)
#726D4D
(114,109,77)
#5C593F
(92,89,63)
#464531
(70,69,49)
#303123
(48,49,35)
#1A1D15
(26,29,21)
#000000
(0,0,0)

Tints of #F6E5A1

#F6E5A1
(246,229,161)
#F6E7A9
(246,231,169)
#F6E9B1
(246,233,177)
#F6EBB9
(246,235,185)
#F6EDC1
(246,237,193)
#F6EFC9
(246,239,201)
#F6F1D1
(246,241,209)
#F6F3D9
(246,243,217)
#F6F5E1
(246,245,225)
#F6F7E9
(246,247,233)
#F6F9F1
(246,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E5A1; }

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

This text font color is #F6E5A1.


Background Color

.myBgColor { background-color: #F6E5A1; }

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

This div background color is #F6E5A1.


Border color

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

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

This div border color is #F6E5A1.


Opacity

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

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

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

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

This text has shadow with #F6E5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E5A1 on black background.


Color preview on white background

This text has color #F6E5A1 on white background.



Black color preview on #F6E5A1 background

This text has black color on #F6E5A1 background.


White color preview on #F6E5A1 background

This text has white color on #F6E5A1 background.