COLOR #F7C38D

HEX: #F7C38D
RGB: (247,195,141)

Color info

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

RGB color model

#F7C38D color RGB value is (247,195,141).

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

RGB channels and saturation

R 247 of 255 = 97%
G 195 of 255 = 76%
B 141 of 255 = 55%

247
195
141

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

Portions of RGB colors in percentages

R + G + B =
247 + 195 + 141 = 583 (100%)
R 247 of 583 ~ 42.37%
G 195 of 583 ~ 33.45%
B 141 of 583 ~ 24.19%

%42.37
%33.45
%24.19

CMYK color model

#F7C38D color CMYK value is (0,21,43,3).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 42.91%
  • key color value is 3.14%
CMYK:
(0,21,43,3)
C0M21Y43K3 
(0%,21%,43%,3%)
(0.00/0.21/0.43/0.03)	

CMYK percentages

%0
%21.05
%42.91
%3.14

Codes

Color #F7C38D in popluar color models

F7C38D
RGB247195141
HSL31°86.89%76.08%
HSB/HSV31°42.91%96.86%
CMYK0.00%21.05%42.91%
3.14%

Color #F7C38D in popluar number systems.

HEXF7C38D
Decimal247195141
Binary111101111100001110001101
Octal367303215

Shades and tints

Shades of #F7C38D

#F7C38D
(247,195,141)
#E1B281
(225,178,129)
#CBA175
(203,161,117)
#B59069
(181,144,105)
#9F7F5D
(159,127,93)
#896E51
(137,110,81)
#735D45
(115,93,69)
#5D4C39
(93,76,57)
#473B2D
(71,59,45)
#312A21
(49,42,33)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #F7C38D

#F7C38D
(247,195,141)
#F7C897
(247,200,151)
#F7CDA1
(247,205,161)
#F7D2AB
(247,210,171)
#F7D7B5
(247,215,181)
#F7DCBF
(247,220,191)
#F7E1C9
(247,225,201)
#F7E6D3
(247,230,211)
#F7EBDD
(247,235,221)
#F7F0E7
(247,240,231)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7C38D; }

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

This text font color is #F7C38D.


Background Color

.myBgColor { background-color: #F7C38D; }

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

This div background color is #F7C38D.


Border color

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

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

This div border color is #F7C38D.


Opacity

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

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

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

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

This text has shadow with #F7C38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C38D on black background.


Color preview on white background

This text has color #F7C38D on white background.



Black color preview on #F7C38D background

This text has black color on #F7C38D background.


White color preview on #F7C38D background

This text has white color on #F7C38D background.