COLOR #F6CA61

HEX: #F6CA61
RGB: (246,202,97)

Renk bilgisi

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

RGB renk modeli

#F6CA61 color RGB value is (246,202,97).

  • kırmız ton 246;
  • yeşil ton 202;
  • mavi ton 97.
RGB:
(246,202,97)
(96%,79%,38%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 202 of 255 = 79%
B 97 of 255 = 38%

246
202
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 202 + 97 = 545 (100%)
R 246 of 545 ~ 45.14%
G 202 of 545 ~ 37.06%
B 97 of 545 ~ 17.8%

%45.14
%37.06
%17.8

CMYK RENK MODELİ

#F6CA61 rengi CMYK tonu (0,18,61,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.89%
  • sarı tonu 60.57%
  • ana renk tonu 3.53%
CMYK:
(0,18,61,4)
C0M18Y61K4 
(0%,18%,61%,4%)
(0.00/0.18/0.61/0.04)	

CMYK yüzdeleri

%0
%17.89
%60.57
%3.53

Codes

Color #F6CA61 in popluar color models

F6CA61
RGB24620297
HSL42°89.22%67.25%
HSB/HSV42°60.57%96.47%
CMYK0.00%17.89%60.57%
3.53%

Color #F6CA61 in popluar number systems.

HEXF6CA61
Decimal24620297
Binary11110110110010101100001
Octal366312141

Shades and tints

Shades of #F6CA61

#F6CA61
(246,202,97)
#E0B859
(224,184,89)
#CAA651
(202,166,81)
#B49449
(180,148,73)
#9E8241
(158,130,65)
#887039
(136,112,57)
#725E31
(114,94,49)
#5C4C29
(92,76,41)
#463A21
(70,58,33)
#302819
(48,40,25)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #F6CA61

#F6CA61
(246,202,97)
#F6CE6F
(246,206,111)
#F6D27D
(246,210,125)
#F6D68B
(246,214,139)
#F6DA99
(246,218,153)
#F6DEA7
(246,222,167)
#F6E2B5
(246,226,181)
#F6E6C3
(246,230,195)
#F6EAD1
(246,234,209)
#F6EEDF
(246,238,223)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6CA61 color. Also use rgb(246,202,97) instead hex code.

Text Font Color

.myTextColor { color: #F6CA61; }

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

This text font color is #F6CA61.


Background Color

.myBgColor { background-color: #F6CA61; }

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

This div background color is #F6CA61.


Border color

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

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

This div border color is #F6CA61.


Opacity

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

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

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

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

This text has shadow with #F6CA61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CA61 on black background.


Color preview on white background

This text has color #F6CA61 on white background.



Black color preview on #F6CA61 background

This text has black color on #F6CA61 background.


White color preview on #F6CA61 background

This text has white color on #F6CA61 background.