COLOR #F6D992

HEX: #F6D992
RGB: (246,217,146)

Renk bilgisi

#F6D992 contains mainly red and green colors. #F6D992 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F6D992 color RGB value is (246,217,146).

  • kırmız ton 246;
  • yeşil ton 217;
  • mavi ton 146.
RGB:
(246,217,146)
(96%,85%,57%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 217 of 255 = 85%
B 146 of 255 = 57%

246
217
146

R + G + B ~ 79%. #F6D992 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 217 + 146 = 609 (100%)
R 246 of 609 ~ 40.39%
G 217 of 609 ~ 35.63%
B 146 of 609 ~ 23.97%

%40.39
%35.63
%23.97

CMYK RENK MODELİ

#F6D992 rengi CMYK tonu (0,12,41,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.79%
  • sarı tonu 40.65%
  • ana renk tonu 3.53%
CMYK:
(0,12,41,4)
C0M12Y41K4 
(0%,12%,41%,4%)
(0.00/0.12/0.41/0.04)	

CMYK yüzdeleri

%0
%11.79
%40.65
%3.53

Codes

Color #F6D992 in popluar color models

F6D992
RGB246217146
HSL43°84.75%76.86%
HSB/HSV43°40.65%96.47%
CMYK0.00%11.79%40.65%
3.53%

Color #F6D992 in popluar number systems.

HEXF6D992
Decimal246217146
Binary111101101101100110010010
Octal366331222

Shades and tints

Shades of #F6D992

#F6D992
(246,217,146)
#E0C685
(224,198,133)
#CAB378
(202,179,120)
#B4A06B
(180,160,107)
#9E8D5E
(158,141,94)
#887A51
(136,122,81)
#726744
(114,103,68)
#5C5437
(92,84,55)
#46412A
(70,65,42)
#302E1D
(48,46,29)
#1A1B10
(26,27,16)
#000000
(0,0,0)

Tints of #F6D992

#F6D992
(246,217,146)
#F6DC9B
(246,220,155)
#F6DFA4
(246,223,164)
#F6E2AD
(246,226,173)
#F6E5B6
(246,229,182)
#F6E8BF
(246,232,191)
#F6EBC8
(246,235,200)
#F6EED1
(246,238,209)
#F6F1DA
(246,241,218)
#F6F4E3
(246,244,227)
#F6F7EC
(246,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D992 color. Also use rgb(246,217,146) instead hex code.

Text Font Color

.myTextColor { color: #F6D992; }

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

This text font color is #F6D992.


Background Color

.myBgColor { background-color: #F6D992; }

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

This div background color is #F6D992.


Border color

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

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

This div border color is #F6D992.


Opacity

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

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

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

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

This text has shadow with #F6D992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D992 on black background.


Color preview on white background

This text has color #F6D992 on white background.



Black color preview on #F6D992 background

This text has black color on #F6D992 background.


White color preview on #F6D992 background

This text has white color on #F6D992 background.