COLOR #F6C58C

HEX: #F6C58C RGB: (246,197,140)

Color info

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

RGB color model

#F6C58C color RGB value is (246,197,140).

RGB: (246,197,140) (96%, 77%, 55%)

RGB channels and saturation

R 246 of 255 = 96%
G 197 of 255 = 77%
B 140 of 255 = 55%

246
197
140

R + G + B ~ 76%. #F6C58C is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 197 + 140 = 583 (100%)
R 246 of 583 ~ 42.2%
G 197 of 583 ~ 33.79%
B 140 of 583 ~ 24.01'%

%42.2
%33.79
%24.01

CMYK color model

#F6C58C color CMYK value is (0,20,43,4).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 43.09%
  • key color value is 3.53%

CMYK: (0,20,43,4)
C0M20Y43K4 (0%, 20%, 43%, 4%)
(0.00 / 0.20 / 0.43 / 0.04)

CMYK percentages

%0
%19.92
%43.09
%3.53

Codes

Color #F6C58C in popluar color models

F6 C5 8C
RGB 246 197 140
HSL 32° 85.48% 75.69%
HSB/HSV 32° 43.09% 96.47%
CMYK 0.00% 19.92% 43.09%
3.53%

Color #F6C58C in popluar number systems.

HEX F6 C5 8C
Decimal 246 197 140
Binary 11110110 11000101 10001100
Octal 366 305 214

Shades and tints

Shades of #F6C58C

#F6C58C
(246,197,140)
#E0B480
(224,180,128)
#CAA374
(202,163,116)
#B49268
(180,146,104)
#9E815C
(158,129,92)
#887050
(136,112,80)
#725F44
(114,95,68)
#5C4E38
(92,78,56)
#463D2C
(70,61,44)
#302C20
(48,44,32)
#1A1B14
(26,27,20)
#000000
(0,0,0)

Tints of #F6C58C

#F6C58C
(246,197,140)
#F6CA96
(246,202,150)
#F6CFA0
(246,207,160)
#F6D4AA
(246,212,170)
#F6D9B4
(246,217,180)
#F6DEBE
(246,222,190)
#F6E3C8
(246,227,200)
#F6E8D2
(246,232,210)
#F6EDDC
(246,237,220)
#F6F2E6
(246,242,230)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C58C color. Also use rgb(246,197,140) instead hex code.

Text Font Color

.myTextColor { color: #F6C58C; }

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

This text font color is #F6C58C.

Background Color

.myBgColor { background-color: #F6C58C; }

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

This div background color is #F6C58C.

Border color

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

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

This div border color is #F6C58C.

Opacity

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

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

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

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

This text has shadow with #F6C58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C58C.

Preview

Color preview on black background

This text has color #F6C58C on black background.


Color preview on white background

This text has color #F6C58C on white background.


Black color preview on #F6C58C background

This text has black color on #F6C58C background.


White color preview on #F6C58C background

This text has white color on #F6C58C background.


Related colors

Complementary color

Complementary color for #hex is #093A73.


I love getcolorcode.com

Triadic colors

1 #8CF6C5 and #C58CF6 with #F6C58C are triadic colors.

2 #8CC5F6 and #C5F68C with #F6C58C are triadic colors.