COLOR #F6CF13

HEX: #F6CF13
RGB: (246,207,19)

Renk bilgisi

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

RGB renk modeli

#F6CF13 color RGB value is (246,207,19).

  • kırmız ton 246;
  • yeşil ton 207;
  • mavi ton 19.
RGB:
(246,207,19)
(96%,81%,7%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 207 of 255 = 81%
B 19 of 255 = 7%

246
207
19

R + G + B ~ 61%. #F6CF13 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 207 + 19 = 472 (100%)
R 246 of 472 ~ 52.12%
G 207 of 472 ~ 43.86%
B 19 of 472 ~ 4.03%

%52.12
%43.86

CMYK RENK MODELİ

#F6CF13 rengi CMYK tonu (0,16,92,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.85%
  • sarı tonu 92.28%
  • ana renk tonu 3.53%
CMYK:
(0,16,92,4)
C0M16Y92K4 
(0%,16%,92%,4%)
(0.00/0.16/0.92/0.04)	

CMYK yüzdeleri

%0
%15.85
%92.28
%3.53

Codes

Color #F6CF13 in popluar color models

F6CF13
RGB24620719
HSL50°92.65%51.96%
HSB/HSV50°92.28%96.47%
CMYK0.00%15.85%92.28%
3.53%

Color #F6CF13 in popluar number systems.

HEXF6CF13
Decimal24620719
Binary111101101100111110011
Octal36631723

Shades and tints

Shades of #F6CF13

#F6CF13
(246,207,19)
#E0BD12
(224,189,18)
#CAAB11
(202,171,17)
#B49910
(180,153,16)
#9E870F
(158,135,15)
#88750E
(136,117,14)
#72630D
(114,99,13)
#5C510C
(92,81,12)
#463F0B
(70,63,11)
#302D0A
(48,45,10)
#1A1B09
(26,27,9)
#000000
(0,0,0)

Tints of #F6CF13

#F6CF13
(246,207,19)
#F6D328
(246,211,40)
#F6D73D
(246,215,61)
#F6DB52
(246,219,82)
#F6DF67
(246,223,103)
#F6E37C
(246,227,124)
#F6E791
(246,231,145)
#F6EBA6
(246,235,166)
#F6EFBB
(246,239,187)
#F6F3D0
(246,243,208)
#F6F7E5
(246,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6CF13 color. Also use rgb(246,207,19) instead hex code.

Text Font Color

.myTextColor { color: #F6CF13; }

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

This text font color is #F6CF13.


Background Color

.myBgColor { background-color: #F6CF13; }

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

This div background color is #F6CF13.


Border color

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

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

This div border color is #F6CF13.


Opacity

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

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

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

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

This text has shadow with #F6CF13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CF13 on black background.


Color preview on white background

This text has color #F6CF13 on white background.



Black color preview on #F6CF13 background

This text has black color on #F6CF13 background.


White color preview on #F6CF13 background

This text has white color on #F6CF13 background.