COLOR #F6D777

HEX: #F6D777
RGB: (246,215,119)

Renk bilgisi

#F6D777 contains mainly red and green colors. #F6D777 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#F6D777 color RGB value is (246,215,119).

  • kırmız ton 246;
  • yeşil ton 215;
  • mavi ton 119.
RGB:
(246,215,119)
(96%,84%,47%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 215 of 255 = 84%
B 119 of 255 = 47%

246
215
119

R + G + B ~ 76%. #F6D777 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 215 + 119 = 580 (100%)
R 246 of 580 ~ 42.41%
G 215 of 580 ~ 37.07%
B 119 of 580 ~ 20.52%

%42.41
%37.07
%20.52

CMYK RENK MODELİ

#F6D777 rengi CMYK tonu (0,13,52,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.60%
  • sarı tonu 51.63%
  • ana renk tonu 3.53%
CMYK:
(0,13,52,4)
C0M13Y52K4 
(0%,13%,52%,4%)
(0.00/0.13/0.52/0.04)	

CMYK yüzdeleri

%0
%12.6
%51.63
%3.53

Codes

Color #F6D777 in popluar color models

F6D777
RGB246215119
HSL45°87.59%71.57%
HSB/HSV45°51.63%96.47%
CMYK0.00%12.60%51.63%
3.53%

Color #F6D777 in popluar number systems.

HEXF6D777
Decimal246215119
Binary11110110110101111110111
Octal366327167

Shades and tints

Shades of #F6D777

#F6D777
(246,215,119)
#E0C46D
(224,196,109)
#CAB163
(202,177,99)
#B49E59
(180,158,89)
#9E8B4F
(158,139,79)
#887845
(136,120,69)
#72653B
(114,101,59)
#5C5231
(92,82,49)
#463F27
(70,63,39)
#302C1D
(48,44,29)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #F6D777

#F6D777
(246,215,119)
#F6DA83
(246,218,131)
#F6DD8F
(246,221,143)
#F6E09B
(246,224,155)
#F6E3A7
(246,227,167)
#F6E6B3
(246,230,179)
#F6E9BF
(246,233,191)
#F6ECCB
(246,236,203)
#F6EFD7
(246,239,215)
#F6F2E3
(246,242,227)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D777 color. Also use rgb(246,215,119) instead hex code.

Text Font Color

.myTextColor { color: #F6D777; }

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

This text font color is #F6D777.


Background Color

.myBgColor { background-color: #F6D777; }

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

This div background color is #F6D777.


Border color

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

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

This div border color is #F6D777.


Opacity

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

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

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

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

This text has shadow with #F6D777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D777 on black background.


Color preview on white background

This text has color #F6D777 on white background.



Black color preview on #F6D777 background

This text has black color on #F6D777 background.


White color preview on #F6D777 background

This text has white color on #F6D777 background.