COLOR #F6C081

HEX: #F6C081 RGB: (246,192,129)

Color info

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

RGB color model

#F6C081 color RGB value is (246,192,129).

RGB: (246,192,129) (96%, 75%, 51%)

RGB channels and saturation

R 246 of 255 = 96%
G 192 of 255 = 75%
B 129 of 255 = 51%

246
192
129

R + G + B ~ 74%. #F6C081 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 192 + 129 = 567 (100%)
R 246 of 567 ~ 43.39%
G 192 of 567 ~ 33.86%
B 129 of 567 ~ 22.75'%

%43.39
%33.86
%22.75

CMYK color model

#F6C081 color CMYK value is (0,22,48,4).

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 47.56%
  • key color value is 3.53%

CMYK: (0,22,48,4)
C0M22Y48K4 (0%, 22%, 48%, 4%)
(0.00 / 0.22 / 0.48 / 0.04)

CMYK percentages

%0
%21.95
%47.56
%3.53

Codes

Color #F6C081 in popluar color models

F6 C0 81
RGB 246 192 129
HSL 32° 86.67% 73.53%
HSB/HSV 32° 47.56% 96.47%
CMYK 0.00% 21.95% 47.56%
3.53%

Color #F6C081 in popluar number systems.

HEX F6 C0 81
Decimal 246 192 129
Binary 11110110 11000000 10000001
Octal 366 300 201

Shades and tints

Shades of #F6C081

#F6C081
(246,192,129)
#E0AF76
(224,175,118)
#CA9E6B
(202,158,107)
#B48D60
(180,141,96)
#9E7C55
(158,124,85)
#886B4A
(136,107,74)
#725A3F
(114,90,63)
#5C4934
(92,73,52)
#463829
(70,56,41)
#30271E
(48,39,30)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #F6C081

#F6C081
(246,192,129)
#F6C58C
(246,197,140)
#F6CA97
(246,202,151)
#F6CFA2
(246,207,162)
#F6D4AD
(246,212,173)
#F6D9B8
(246,217,184)
#F6DEC3
(246,222,195)
#F6E3CE
(246,227,206)
#F6E8D9
(246,232,217)
#F6EDE4
(246,237,228)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C081; }

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

This text font color is #F6C081.

Background Color

.myBgColor { background-color: #F6C081; }

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

This div background color is #F6C081.

Border color

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

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

This div border color is #F6C081.

Opacity

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

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

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

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

This text has shadow with #F6C081 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C081.

Preview

Color preview on black background

This text has color #F6C081 on black background.


Color preview on white background

This text has color #F6C081 on white background.


Black color preview on #F6C081 background

This text has black color on #F6C081 background.


White color preview on #F6C081 background

This text has white color on #F6C081 background.


Related colors

Complementary color

Complementary color for #hex is #093F7E.


I love getcolorcode.com

Triadic colors

1 #81F6C0 and #C081F6 with #F6C081 are triadic colors.

2 #81C0F6 and #C0F681 with #F6C081 are triadic colors.