COLOR #F6F5A6

HEX: #F6F5A6
RGB: (246,245,166)

Renk bilgisi

#F6F5A6 contains mainly red and green colors. #F6F5A6 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#F6F5A6 color RGB value is (246,245,166).

  • kırmız ton 246;
  • yeşil ton 245;
  • mavi ton 166.
RGB:
(246,245,166)
(96%,96%,65%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 245 of 255 = 96%
B 166 of 255 = 65%

246
245
166

R + G + B ~ 86%. #F6F5A6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 245 + 166 = 657 (100%)
R 246 of 657 ~ 37.44%
G 245 of 657 ~ 37.29%
B 166 of 657 ~ 25.27%

%37.44
%37.29
%25.27

CMYK RENK MODELİ

#F6F5A6 rengi CMYK tonu (0,0,33,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.41%
  • sarı tonu 32.52%
  • ana renk tonu 3.53%
CMYK:
(0,0,33,4)
C0M0Y33K4 
(0%,0%,33%,4%)
(0.00/0.00/0.33/0.04)	

CMYK yüzdeleri

%0
%0.41
%32.52
%3.53

Codes

Color #F6F5A6 in popluar color models

F6F5A6
RGB246245166
HSL59°81.63%80.78%
HSB/HSV59°32.52%96.47%
CMYK0.00%0.41%32.52%
3.53%

Color #F6F5A6 in popluar number systems.

HEXF6F5A6
Decimal246245166
Binary111101101111010110100110
Octal366365246

Shades and tints

Shades of #F6F5A6

#F6F5A6
(246,245,166)
#E0DF97
(224,223,151)
#CAC988
(202,201,136)
#B4B379
(180,179,121)
#9E9D6A
(158,157,106)
#88875B
(136,135,91)
#72714C
(114,113,76)
#5C5B3D
(92,91,61)
#46452E
(70,69,46)
#302F1F
(48,47,31)
#1A1910
(26,25,16)
#000000
(0,0,0)

Tints of #F6F5A6

#F6F5A6
(246,245,166)
#F6F5AE
(246,245,174)
#F6F5B6
(246,245,182)
#F6F5BE
(246,245,190)
#F6F5C6
(246,245,198)
#F6F5CE
(246,245,206)
#F6F5D6
(246,245,214)
#F6F5DE
(246,245,222)
#F6F5E6
(246,245,230)
#F6F5EE
(246,245,238)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6F5A6 color. Also use rgb(246,245,166) instead hex code.

Text Font Color

.myTextColor { color: #F6F5A6; }

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

This text font color is #F6F5A6.


Background Color

.myBgColor { background-color: #F6F5A6; }

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

This div background color is #F6F5A6.


Border color

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

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

This div border color is #F6F5A6.


Opacity

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

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

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

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

This text has shadow with #F6F5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F5A6 on black background.


Color preview on white background

This text has color #F6F5A6 on white background.



Black color preview on #F6F5A6 background

This text has black color on #F6F5A6 background.


White color preview on #F6F5A6 background

This text has white color on #F6F5A6 background.