COLOR #F7CE79

HEX: #F7CE79
RGB: (247,206,121)

Color info

#F7CE79 contains mainly red and green colors. Web safe color of #F7CE79 is #FFCC66 (or #FC6).

RGB color model

#F7CE79 color RGB value is (247,206,121).

  • red value is 247;
  • green value is 206;
  • blue value is 121.
RGB:
(247,206,121)
(97%,81%,47%)

RGB channels and saturation

R 247 of 255 = 97%
G 206 of 255 = 81%
B 121 of 255 = 47%

247
206
121

R + G + B ~ 75%. #F7CE79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 206 + 121 = 574 (100%)
R 247 of 574 ~ 43.03%
G 206 of 574 ~ 35.89%
B 121 of 574 ~ 21.08%

%43.03
%35.89
%21.08

CMYK color model

#F7CE79 color CMYK value is (0,17,51,3).

  • cyan value is 0.00%
  • magenta value is 16.60%
  • yellow value is 51.01%
  • key color value is 3.14%
CMYK:
(0,17,51,3)
C0M17Y51K3 
(0%,17%,51%,3%)
(0.00/0.17/0.51/0.03)	

CMYK percentages

%0
%16.6
%51.01
%3.14

Codes

Color #F7CE79 in popluar color models

F7CE79
RGB247206121
HSL40°88.73%72.16%
HSB/HSV40°51.01%96.86%
CMYK0.00%16.60%51.01%
3.14%

Color #F7CE79 in popluar number systems.

HEXF7CE79
Decimal247206121
Binary11110111110011101111001
Octal367316171

Shades and tints

Shades of #F7CE79

#F7CE79
(247,206,121)
#E1BC6E
(225,188,110)
#CBAA63
(203,170,99)
#B59858
(181,152,88)
#9F864D
(159,134,77)
#897442
(137,116,66)
#736237
(115,98,55)
#5D502C
(93,80,44)
#473E21
(71,62,33)
#312C16
(49,44,22)
#1B1A0B
(27,26,11)
#000000
(0,0,0)

Tints of #F7CE79

#F7CE79
(247,206,121)
#F7D285
(247,210,133)
#F7D691
(247,214,145)
#F7DA9D
(247,218,157)
#F7DEA9
(247,222,169)
#F7E2B5
(247,226,181)
#F7E6C1
(247,230,193)
#F7EACD
(247,234,205)
#F7EED9
(247,238,217)
#F7F2E5
(247,242,229)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CE79 color. Also use rgb(247,206,121) instead hex code.

Text Font Color

.myTextColor { color: #F7CE79; }

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

This text font color is #F7CE79.


Background Color

.myBgColor { background-color: #F7CE79; }

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

This div background color is #F7CE79.


Border color

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

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

This div border color is #F7CE79.


Opacity

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

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

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

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

This text has shadow with #F7CE79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CE79 on black background.


Color preview on white background

This text has color #F7CE79 on white background.



Black color preview on #F7CE79 background

This text has black color on #F7CE79 background.


White color preview on #F7CE79 background

This text has white color on #F7CE79 background.