COLOR #F6D88D

HEX: #F6D88D RGB: (246,216,141)

Color info

#F6D88D contains mainly red and green colors. Web safe color of #F6D88D is #FFCC99 (or #FC9).

RGB color model

#F6D88D color RGB value is (246,216,141).

RGB: (246,216,141) (96%, 85%, 55%)

RGB channels and saturation

R 246 of 255 = 96%
G 216 of 255 = 85%
B 141 of 255 = 55%

246
216
141

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

Portions of RGB colors in percentages

R + G + B = 246 + 216 + 141 = 603 (100%)
R 246 of 603 ~ 40.8%
G 216 of 603 ~ 35.82%
B 141 of 603 ~ 23.38'%

%40.8
%35.82
%23.38

CMYK color model

#F6D88D color CMYK value is (0,12,43,4).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 42.68%
  • key color value is 3.53%
CMYK: (0,12,43,4) C0M12Y43K4 (0%,12%,43%,4%) (0.00/0.12/0.43/0.04) 

CMYK percentages

%0
%12.2
%42.68
%3.53

Codes

Color #F6D88D in popluar color models

F6 D8 8D
RGB 246 216 141
HSL 43° 85.37% 75.88%
HSB/HSV 43° 42.68% 96.47%
CMYK 0.00% 12.20% 42.68%
3.53%

Color #F6D88D in popluar number systems.

HEX F6 D8 8D
Decimal 246 216 141
Binary 11110110 11011000 10001101
Octal 366 330 215

Shades and tints

Shades of #F6D88D

#F6D88D
(246,216,141)
#E0C581
(224,197,129)
#CAB275
(202,178,117)
#B49F69
(180,159,105)
#9E8C5D
(158,140,93)
#887951
(136,121,81)
#726645
(114,102,69)
#5C5339
(92,83,57)
#46402D
(70,64,45)
#302D21
(48,45,33)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #F6D88D

#F6D88D
(246,216,141)
#F6DB97
(246,219,151)
#F6DEA1
(246,222,161)
#F6E1AB
(246,225,171)
#F6E4B5
(246,228,181)
#F6E7BF
(246,231,191)
#F6EAC9
(246,234,201)
#F6EDD3
(246,237,211)
#F6F0DD
(246,240,221)
#F6F3E7
(246,243,231)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D88D color. Also use rgb(246,216,141) instead hex code.

Text Font Color

.myTextColor { color: #F6D88D; }

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

This text font color is #F6D88D.

Background Color

.myBgColor { background-color: #F6D88D; }

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

This div background color is #F6D88D.

Border color

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

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

This div border color is #F6D88D.

Opacity

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

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

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

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

This text has shadow with #F6D88D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6D88D.

Preview

Color preview on black background

This text has color #F6D88D on black background.


Color preview on white background

This text has color #F6D88D on white background.


Black color preview on #F6D88D background

This text has black color on #F6D88D background.


White color preview on #F6D88D background

This text has white color on #F6D88D background.


Related colors

Complementary color

Complementary color for #hex is #092772.


I love getcolorcode.com

Triadic colors

1 #8DF6D8 and #D88DF6 with #F6D88D are triadic colors.

2 #8DD8F6 and #D8F68D with #F6D88D are triadic colors.