COLOR #F6D096

HEX: #F6D096
RGB: (246,208,150)

Renk bilgisi

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

RGB renk modeli

#F6D096 color RGB value is (246,208,150).

  • kırmız ton 246;
  • yeşil ton 208;
  • mavi ton 150.
RGB:
(246,208,150)
(96%,82%,59%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 208 of 255 = 82%
B 150 of 255 = 59%

246
208
150

R + G + B ~ 79%. #F6D096 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 208 + 150 = 604 (100%)
R 246 of 604 ~ 40.73%
G 208 of 604 ~ 34.44%
B 150 of 604 ~ 24.83%

%40.73
%34.44
%24.83

CMYK RENK MODELİ

#F6D096 rengi CMYK tonu (0,15,39,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.45%
  • sarı tonu 39.02%
  • ana renk tonu 3.53%
CMYK:
(0,15,39,4)
C0M15Y39K4 
(0%,15%,39%,4%)
(0.00/0.15/0.39/0.04)	

CMYK yüzdeleri

%0
%15.45
%39.02
%3.53

Codes

Color #F6D096 in popluar color models

F6D096
RGB246208150
HSL36°84.21%77.65%
HSB/HSV36°39.02%96.47%
CMYK0.00%15.45%39.02%
3.53%

Color #F6D096 in popluar number systems.

HEXF6D096
Decimal246208150
Binary111101101101000010010110
Octal366320226

Shades and tints

Shades of #F6D096

#F6D096
(246,208,150)
#E0BE89
(224,190,137)
#CAAC7C
(202,172,124)
#B49A6F
(180,154,111)
#9E8862
(158,136,98)
#887655
(136,118,85)
#726448
(114,100,72)
#5C523B
(92,82,59)
#46402E
(70,64,46)
#302E21
(48,46,33)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #F6D096

#F6D096
(246,208,150)
#F6D49F
(246,212,159)
#F6D8A8
(246,216,168)
#F6DCB1
(246,220,177)
#F6E0BA
(246,224,186)
#F6E4C3
(246,228,195)
#F6E8CC
(246,232,204)
#F6ECD5
(246,236,213)
#F6F0DE
(246,240,222)
#F6F4E7
(246,244,231)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D096 color. Also use rgb(246,208,150) instead hex code.

Text Font Color

.myTextColor { color: #F6D096; }

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

This text font color is #F6D096.


Background Color

.myBgColor { background-color: #F6D096; }

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

This div background color is #F6D096.


Border color

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

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

This div border color is #F6D096.


Opacity

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

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

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

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

This text has shadow with #F6D096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D096 on black background.


Color preview on white background

This text has color #F6D096 on white background.



Black color preview on #F6D096 background

This text has black color on #F6D096 background.


White color preview on #F6D096 background

This text has white color on #F6D096 background.