COLOR #F6C092

HEX: #F6C092
RGB: (246,192,146)

Color info

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

RGB color model

#F6C092 color RGB value is (246,192,146).

  • red value is 246;
  • green value is 192;
  • blue value is 146.
RGB:
(246,192,146)
(96%,75%,57%)

RGB channels and saturation

R 246 of 255 = 96%
G 192 of 255 = 75%
B 146 of 255 = 57%

246
192
146

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

Portions of RGB colors in percentages

R + G + B =
246 + 192 + 146 = 584 (100%)
R 246 of 584 ~ 42.12%
G 192 of 584 ~ 32.88%
B 146 of 584 ~ 25%

%42.12
%32.88
%25

CMYK color model

#F6C092 color CMYK value is (0,22,41,4).

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 40.65%
  • key color value is 3.53%
CMYK:
(0,22,41,4)
C0M22Y41K4 
(0%,22%,41%,4%)
(0.00/0.22/0.41/0.04)	

CMYK percentages

%0
%21.95
%40.65
%3.53

Codes

Color #F6C092 in popluar color models

F6C092
RGB246192146
HSL28°84.75%76.86%
HSB/HSV28°40.65%96.47%
CMYK0.00%21.95%40.65%
3.53%

Color #F6C092 in popluar number systems.

HEXF6C092
Decimal246192146
Binary111101101100000010010010
Octal366300222

Shades and tints

Shades of #F6C092

#F6C092
(246,192,146)
#E0AF85
(224,175,133)
#CA9E78
(202,158,120)
#B48D6B
(180,141,107)
#9E7C5E
(158,124,94)
#886B51
(136,107,81)
#725A44
(114,90,68)
#5C4937
(92,73,55)
#46382A
(70,56,42)
#30271D
(48,39,29)
#1A1610
(26,22,16)
#000000
(0,0,0)

Tints of #F6C092

#F6C092
(246,192,146)
#F6C59B
(246,197,155)
#F6CAA4
(246,202,164)
#F6CFAD
(246,207,173)
#F6D4B6
(246,212,182)
#F6D9BF
(246,217,191)
#F6DEC8
(246,222,200)
#F6E3D1
(246,227,209)
#F6E8DA
(246,232,218)
#F6EDE3
(246,237,227)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C092; }

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

This text font color is #F6C092.


Background Color

.myBgColor { background-color: #F6C092; }

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

This div background color is #F6C092.


Border color

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

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

This div border color is #F6C092.


Opacity

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

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

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

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

This text has shadow with #F6C092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C092 on black background.


Color preview on white background

This text has color #F6C092 on white background.



Black color preview on #F6C092 background

This text has black color on #F6C092 background.


White color preview on #F6C092 background

This text has white color on #F6C092 background.