COLOR #F6C202

HEX: #F6C202
RGB: (246,194,2)

Renk bilgisi

#F6C202 contains mainly red and green colors. #F6C202 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#F6C202 color RGB value is (246,194,2).

  • kırmız ton 246;
  • yeşil ton 194;
  • mavi ton 2.
RGB:
(246,194,2)
(96%,76%,1%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 194 of 255 = 76%
B 2 of 255 = 1%

246
194
2

R + G + B ~ 58%. #F6C202 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 194 + 2 = 442 (100%)
R 246 of 442 ~ 55.66%
G 194 of 442 ~ 43.89%
B 2 of 442 ~ 0.45%

%55.66
%43.89

CMYK RENK MODELİ

#F6C202 rengi CMYK tonu (0,21,99,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.14%
  • sarı tonu 99.19%
  • ana renk tonu 3.53%
CMYK:
(0,21,99,4)
C0M21Y99K4 
(0%,21%,99%,4%)
(0.00/0.21/0.99/0.04)	

CMYK yüzdeleri

%0
%21.14
%99.19
%3.53

Codes

Color #F6C202 in popluar color models

F6C202
RGB2461942
HSL47°98.39%48.63%
HSB/HSV47°99.19%96.47%
CMYK0.00%21.14%99.19%
3.53%

Color #F6C202 in popluar number systems.

HEXF6C202
Decimal2461942
Binary111101101100001010
Octal3663022

Shades and tints

Shades of #F6C202

#F6C202
(246,194,2)
#E0B102
(224,177,2)
#CAA002
(202,160,2)
#B48F02
(180,143,2)
#9E7E02
(158,126,2)
#886D02
(136,109,2)
#725C02
(114,92,2)
#5C4B02
(92,75,2)
#463A02
(70,58,2)
#302902
(48,41,2)
#1A1802
(26,24,2)
#000000
(0,0,0)

Tints of #F6C202

#F6C202
(246,194,2)
#F6C719
(246,199,25)
#F6CC30
(246,204,48)
#F6D147
(246,209,71)
#F6D65E
(246,214,94)
#F6DB75
(246,219,117)
#F6E08C
(246,224,140)
#F6E5A3
(246,229,163)
#F6EABA
(246,234,186)
#F6EFD1
(246,239,209)
#F6F4E8
(246,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C202 color. Also use rgb(246,194,2) instead hex code.

Text Font Color

.myTextColor { color: #F6C202; }

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

This text font color is #F6C202.


Background Color

.myBgColor { background-color: #F6C202; }

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

This div background color is #F6C202.


Border color

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

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

This div border color is #F6C202.


Opacity

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

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

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

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

This text has shadow with #F6C202 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C202 on black background.


Color preview on white background

This text has color #F6C202 on white background.



Black color preview on #F6C202 background

This text has black color on #F6C202 background.


White color preview on #F6C202 background

This text has white color on #F6C202 background.