COLOR #F8CC79

HEX: #F8CC79
RGB: (248,204,121)

Color info

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

RGB color model

#F8CC79 color RGB value is (248,204,121).

  • red value is 248;
  • green value is 204;
  • blue value is 121.
RGB:
(248,204,121)
(97%,80%,47%)

RGB channels and saturation

R 248 of 255 = 97%
G 204 of 255 = 80%
B 121 of 255 = 47%

248
204
121

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

Portions of RGB colors in percentages

R + G + B =
248 + 204 + 121 = 573 (100%)
R 248 of 573 ~ 43.28%
G 204 of 573 ~ 35.6%
B 121 of 573 ~ 21.12%

%43.28
%35.6
%21.12

CMYK color model

#F8CC79 color CMYK value is (0,18,51,3).

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 51.21%
  • key color value is 2.75%
CMYK:
(0,18,51,3)
C0M18Y51K3 
(0%,18%,51%,3%)
(0.00/0.18/0.51/0.03)	

CMYK percentages

%0
%17.74
%51.21
%2.75

Codes

Color #F8CC79 in popluar color models

F8CC79
RGB248204121
HSL39°90.07%72.35%
HSB/HSV39°51.21%97.25%
CMYK0.00%17.74%51.21%
2.75%

Color #F8CC79 in popluar number systems.

HEXF8CC79
Decimal248204121
Binary11111000110011001111001
Octal370314171

Shades and tints

Shades of #F8CC79

#F8CC79
(248,204,121)
#E2BA6E
(226,186,110)
#CCA863
(204,168,99)
#B69658
(182,150,88)
#A0844D
(160,132,77)
#8A7242
(138,114,66)
#746037
(116,96,55)
#5E4E2C
(94,78,44)
#483C21
(72,60,33)
#322A16
(50,42,22)
#1C180B
(28,24,11)
#000000
(0,0,0)

Tints of #F8CC79

#F8CC79
(248,204,121)
#F8D085
(248,208,133)
#F8D491
(248,212,145)
#F8D89D
(248,216,157)
#F8DCA9
(248,220,169)
#F8E0B5
(248,224,181)
#F8E4C1
(248,228,193)
#F8E8CD
(248,232,205)
#F8ECD9
(248,236,217)
#F8F0E5
(248,240,229)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8CC79 color. Also use rgb(248,204,121) instead hex code.

Text Font Color

.myTextColor { color: #F8CC79; }

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

This text font color is #F8CC79.


Background Color

.myBgColor { background-color: #F8CC79; }

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

This div background color is #F8CC79.


Border color

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

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

This div border color is #F8CC79.


Opacity

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

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

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

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

This text has shadow with #F8CC79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CC79 on black background.


Color preview on white background

This text has color #F8CC79 on white background.



Black color preview on #F8CC79 background

This text has black color on #F8CC79 background.


White color preview on #F8CC79 background

This text has white color on #F8CC79 background.