COLOR #F6C555

HEX: #F6C555
RGB: (246,197,85)

Renk bilgisi

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

RGB renk modeli

#F6C555 color RGB value is (246,197,85).

  • kırmız ton 246;
  • yeşil ton 197;
  • mavi ton 85.
RGB:
(246,197,85)
(96%,77%,33%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 197 of 255 = 77%
B 85 of 255 = 33%

246
197
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 197 + 85 = 528 (100%)
R 246 of 528 ~ 46.59%
G 197 of 528 ~ 37.31%
B 85 of 528 ~ 16.1%

%46.59
%37.31
%16.1

CMYK RENK MODELİ

#F6C555 rengi CMYK tonu (0,20,65,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.92%
  • sarı tonu 65.45%
  • ana renk tonu 3.53%
CMYK:
(0,20,65,4)
C0M20Y65K4 
(0%,20%,65%,4%)
(0.00/0.20/0.65/0.04)	

CMYK yüzdeleri

%0
%19.92
%65.45
%3.53

Codes

Color #F6C555 in popluar color models

F6C555
RGB24619785
HSL42°89.94%64.90%
HSB/HSV42°65.45%96.47%
CMYK0.00%19.92%65.45%
3.53%

Color #F6C555 in popluar number systems.

HEXF6C555
Decimal24619785
Binary11110110110001011010101
Octal366305125

Shades and tints

Shades of #F6C555

#F6C555
(246,197,85)
#E0B44E
(224,180,78)
#CAA347
(202,163,71)
#B49240
(180,146,64)
#9E8139
(158,129,57)
#887032
(136,112,50)
#725F2B
(114,95,43)
#5C4E24
(92,78,36)
#463D1D
(70,61,29)
#302C16
(48,44,22)
#1A1B0F
(26,27,15)
#000000
(0,0,0)

Tints of #F6C555

#F6C555
(246,197,85)
#F6CA64
(246,202,100)
#F6CF73
(246,207,115)
#F6D482
(246,212,130)
#F6D991
(246,217,145)
#F6DEA0
(246,222,160)
#F6E3AF
(246,227,175)
#F6E8BE
(246,232,190)
#F6EDCD
(246,237,205)
#F6F2DC
(246,242,220)
#F6F7EB
(246,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C555 color. Also use rgb(246,197,85) instead hex code.

Text Font Color

.myTextColor { color: #F6C555; }

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

This text font color is #F6C555.


Background Color

.myBgColor { background-color: #F6C555; }

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

This div background color is #F6C555.


Border color

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

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

This div border color is #F6C555.


Opacity

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

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

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

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

This text has shadow with #F6C555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C555 on black background.


Color preview on white background

This text has color #F6C555 on white background.



Black color preview on #F6C555 background

This text has black color on #F6C555 background.


White color preview on #F6C555 background

This text has white color on #F6C555 background.