COLOR #F6DC81

HEX: #F6DC81
RGB: (246,220,129)

Renk bilgisi

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

RGB renk modeli

#F6DC81 color RGB value is (246,220,129).

  • kırmız ton 246;
  • yeşil ton 220;
  • mavi ton 129.
RGB:
(246,220,129)
(96%,86%,51%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 220 of 255 = 86%
B 129 of 255 = 51%

246
220
129

R + G + B ~ 78%. #F6DC81 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 220 + 129 = 595 (100%)
R 246 of 595 ~ 41.34%
G 220 of 595 ~ 36.97%
B 129 of 595 ~ 21.68%

%41.34
%36.97
%21.68

CMYK RENK MODELİ

#F6DC81 rengi CMYK tonu (0,11,48,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.57%
  • sarı tonu 47.56%
  • ana renk tonu 3.53%
CMYK:
(0,11,48,4)
C0M11Y48K4 
(0%,11%,48%,4%)
(0.00/0.11/0.48/0.04)	

CMYK yüzdeleri

%0
%10.57
%47.56
%3.53

Codes

Color #F6DC81 in popluar color models

F6DC81
RGB246220129
HSL47°86.67%73.53%
HSB/HSV47°47.56%96.47%
CMYK0.00%10.57%47.56%
3.53%

Color #F6DC81 in popluar number systems.

HEXF6DC81
Decimal246220129
Binary111101101101110010000001
Octal366334201

Shades and tints

Shades of #F6DC81

#F6DC81
(246,220,129)
#E0C876
(224,200,118)
#CAB46B
(202,180,107)
#B4A060
(180,160,96)
#9E8C55
(158,140,85)
#88784A
(136,120,74)
#72643F
(114,100,63)
#5C5034
(92,80,52)
#463C29
(70,60,41)
#30281E
(48,40,30)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #F6DC81

#F6DC81
(246,220,129)
#F6DF8C
(246,223,140)
#F6E297
(246,226,151)
#F6E5A2
(246,229,162)
#F6E8AD
(246,232,173)
#F6EBB8
(246,235,184)
#F6EEC3
(246,238,195)
#F6F1CE
(246,241,206)
#F6F4D9
(246,244,217)
#F6F7E4
(246,247,228)
#F6FAEF
(246,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6DC81 color. Also use rgb(246,220,129) instead hex code.

Text Font Color

.myTextColor { color: #F6DC81; }

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

This text font color is #F6DC81.


Background Color

.myBgColor { background-color: #F6DC81; }

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

This div background color is #F6DC81.


Border color

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

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

This div border color is #F6DC81.


Opacity

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

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

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

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

This text has shadow with #F6DC81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DC81 on black background.


Color preview on white background

This text has color #F6DC81 on white background.



Black color preview on #F6DC81 background

This text has black color on #F6DC81 background.


White color preview on #F6DC81 background

This text has white color on #F6DC81 background.