COLOR #F7C392

HEX: #F7C392
RGB: (247,195,146)

Color info

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

RGB color model

#F7C392 color RGB value is (247,195,146).

  • red value is 247;
  • green value is 195;
  • blue value is 146.
RGB:
(247,195,146)
(97%,76%,57%)

RGB channels and saturation

R 247 of 255 = 97%
G 195 of 255 = 76%
B 146 of 255 = 57%

247
195
146

R + G + B ~ 77%. #F7C392 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 195 + 146 = 588 (100%)
R 247 of 588 ~ 42.01%
G 195 of 588 ~ 33.16%
B 146 of 588 ~ 24.83%

%42.01
%33.16
%24.83

CMYK color model

#F7C392 color CMYK value is (0,21,41,3).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 40.89%
  • key color value is 3.14%
CMYK:
(0,21,41,3)
C0M21Y41K3 
(0%,21%,41%,3%)
(0.00/0.21/0.41/0.03)	

CMYK percentages

%0
%21.05
%40.89
%3.14

Codes

Color #F7C392 in popluar color models

F7C392
RGB247195146
HSL29°86.32%77.06%
HSB/HSV29°40.89%96.86%
CMYK0.00%21.05%40.89%
3.14%

Color #F7C392 in popluar number systems.

HEXF7C392
Decimal247195146
Binary111101111100001110010010
Octal367303222

Shades and tints

Shades of #F7C392

#F7C392
(247,195,146)
#E1B285
(225,178,133)
#CBA178
(203,161,120)
#B5906B
(181,144,107)
#9F7F5E
(159,127,94)
#896E51
(137,110,81)
#735D44
(115,93,68)
#5D4C37
(93,76,55)
#473B2A
(71,59,42)
#312A1D
(49,42,29)
#1B1910
(27,25,16)
#000000
(0,0,0)

Tints of #F7C392

#F7C392
(247,195,146)
#F7C89B
(247,200,155)
#F7CDA4
(247,205,164)
#F7D2AD
(247,210,173)
#F7D7B6
(247,215,182)
#F7DCBF
(247,220,191)
#F7E1C8
(247,225,200)
#F7E6D1
(247,230,209)
#F7EBDA
(247,235,218)
#F7F0E3
(247,240,227)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C392 color. Also use rgb(247,195,146) instead hex code.

Text Font Color

.myTextColor { color: #F7C392; }

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

This text font color is #F7C392.


Background Color

.myBgColor { background-color: #F7C392; }

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

This div background color is #F7C392.


Border color

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

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

This div border color is #F7C392.


Opacity

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

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

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

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

This text has shadow with #F7C392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C392 on black background.


Color preview on white background

This text has color #F7C392 on white background.



Black color preview on #F7C392 background

This text has black color on #F7C392 background.


White color preview on #F7C392 background

This text has white color on #F7C392 background.