COLOR #F6D147

HEX: #F6D147
RGB: (246,209,71)

Renk bilgisi

#F6D147 contains mainly red and green colors. #F6D147 ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#F6D147 color RGB value is (246,209,71).

  • kırmız ton 246;
  • yeşil ton 209;
  • mavi ton 71.
RGB:
(246,209,71)
(96%,82%,28%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 209 of 255 = 82%
B 71 of 255 = 28%

246
209
71

R + G + B ~ 69%. #F6D147 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 209 + 71 = 526 (100%)
R 246 of 526 ~ 46.77%
G 209 of 526 ~ 39.73%
B 71 of 526 ~ 13.5%

%46.77
%39.73
%13.5

CMYK RENK MODELİ

#F6D147 rengi CMYK tonu (0,15,71,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.04%
  • sarı tonu 71.14%
  • ana renk tonu 3.53%
CMYK:
(0,15,71,4)
C0M15Y71K4 
(0%,15%,71%,4%)
(0.00/0.15/0.71/0.04)	

CMYK yüzdeleri

%0
%15.04
%71.14
%3.53

Codes

Color #F6D147 in popluar color models

F6D147
RGB24620971
HSL47°90.67%62.16%
HSB/HSV47°71.14%96.47%
CMYK0.00%15.04%71.14%
3.53%

Color #F6D147 in popluar number systems.

HEXF6D147
Decimal24620971
Binary11110110110100011000111
Octal366321107

Shades and tints

Shades of #F6D147

#F6D147
(246,209,71)
#E0BE41
(224,190,65)
#CAAB3B
(202,171,59)
#B49835
(180,152,53)
#9E852F
(158,133,47)
#887229
(136,114,41)
#725F23
(114,95,35)
#5C4C1D
(92,76,29)
#463917
(70,57,23)
#302611
(48,38,17)
#1A130B
(26,19,11)
#000000
(0,0,0)

Tints of #F6D147

#F6D147
(246,209,71)
#F6D557
(246,213,87)
#F6D967
(246,217,103)
#F6DD77
(246,221,119)
#F6E187
(246,225,135)
#F6E597
(246,229,151)
#F6E9A7
(246,233,167)
#F6EDB7
(246,237,183)
#F6F1C7
(246,241,199)
#F6F5D7
(246,245,215)
#F6F9E7
(246,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D147 color. Also use rgb(246,209,71) instead hex code.

Text Font Color

.myTextColor { color: #F6D147; }

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

This text font color is #F6D147.


Background Color

.myBgColor { background-color: #F6D147; }

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

This div background color is #F6D147.


Border color

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

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

This div border color is #F6D147.


Opacity

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

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

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

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

This text has shadow with #F6D147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D147 on black background.


Color preview on white background

This text has color #F6D147 on white background.



Black color preview on #F6D147 background

This text has black color on #F6D147 background.


White color preview on #F6D147 background

This text has white color on #F6D147 background.