COLOR #F6D557

HEX: #F6D557
RGB: (246,213,87)

Renk bilgisi

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

RGB renk modeli

#F6D557 color RGB value is (246,213,87).

  • kırmız ton 246;
  • yeşil ton 213;
  • mavi ton 87.
RGB:
(246,213,87)
(96%,84%,34%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 213 of 255 = 84%
B 87 of 255 = 34%

246
213
87

R + G + B ~ 71%. #F6D557 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 213 + 87 = 546 (100%)
R 246 of 546 ~ 45.05%
G 213 of 546 ~ 39.01%
B 87 of 546 ~ 15.93%

%45.05
%39.01
%15.93

CMYK RENK MODELİ

#F6D557 rengi CMYK tonu (0,13,65,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.41%
  • sarı tonu 64.63%
  • ana renk tonu 3.53%
CMYK:
(0,13,65,4)
C0M13Y65K4 
(0%,13%,65%,4%)
(0.00/0.13/0.65/0.04)	

CMYK yüzdeleri

%0
%13.41
%64.63
%3.53

Codes

Color #F6D557 in popluar color models

F6D557
RGB24621387
HSL48°89.83%65.29%
HSB/HSV48°64.63%96.47%
CMYK0.00%13.41%64.63%
3.53%

Color #F6D557 in popluar number systems.

HEXF6D557
Decimal24621387
Binary11110110110101011010111
Octal366325127

Shades and tints

Shades of #F6D557

#F6D557
(246,213,87)
#E0C250
(224,194,80)
#CAAF49
(202,175,73)
#B49C42
(180,156,66)
#9E893B
(158,137,59)
#887634
(136,118,52)
#72632D
(114,99,45)
#5C5026
(92,80,38)
#463D1F
(70,61,31)
#302A18
(48,42,24)
#1A1711
(26,23,17)
#000000
(0,0,0)

Tints of #F6D557

#F6D557
(246,213,87)
#F6D866
(246,216,102)
#F6DB75
(246,219,117)
#F6DE84
(246,222,132)
#F6E193
(246,225,147)
#F6E4A2
(246,228,162)
#F6E7B1
(246,231,177)
#F6EAC0
(246,234,192)
#F6EDCF
(246,237,207)
#F6F0DE
(246,240,222)
#F6F3ED
(246,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D557 color. Also use rgb(246,213,87) instead hex code.

Text Font Color

.myTextColor { color: #F6D557; }

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

This text font color is #F6D557.


Background Color

.myBgColor { background-color: #F6D557; }

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

This div background color is #F6D557.


Border color

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

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

This div border color is #F6D557.


Opacity

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

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

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

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

This text has shadow with #F6D557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D557 on black background.


Color preview on white background

This text has color #F6D557 on white background.



Black color preview on #F6D557 background

This text has black color on #F6D557 background.


White color preview on #F6D557 background

This text has white color on #F6D557 background.