COLOR #F8C498

HEX: #F8C498
RGB: (248,196,152)

Color info

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

RGB color model

#F8C498 color RGB value is (248,196,152).

  • red value is 248;
  • green value is 196;
  • blue value is 152.
RGB:
(248,196,152)
(97%,77%,60%)

RGB channels and saturation

R 248 of 255 = 97%
G 196 of 255 = 77%
B 152 of 255 = 60%

248
196
152

R + G + B ~ 78%. #F8C498 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 196 + 152 = 596 (100%)
R 248 of 596 ~ 41.61%
G 196 of 596 ~ 32.89%
B 152 of 596 ~ 25.5%

%41.61
%32.89
%25.5

CMYK color model

#F8C498 color CMYK value is (0,21,39,3).

  • cyan value is 0.00%
  • magenta value is 20.97%
  • yellow value is 38.71%
  • key color value is 2.75%
CMYK:
(0,21,39,3)
C0M21Y39K3 
(0%,21%,39%,3%)
(0.00/0.21/0.39/0.03)	

CMYK percentages

%0
%20.97
%38.71
%2.75

Codes

Color #F8C498 in popluar color models

F8C498
RGB248196152
HSL28°87.27%78.43%
HSB/HSV28°38.71%97.25%
CMYK0.00%20.97%38.71%
2.75%

Color #F8C498 in popluar number systems.

HEXF8C498
Decimal248196152
Binary111110001100010010011000
Octal370304230

Shades and tints

Shades of #F8C498

#F8C498
(248,196,152)
#E2B38B
(226,179,139)
#CCA27E
(204,162,126)
#B69171
(182,145,113)
#A08064
(160,128,100)
#8A6F57
(138,111,87)
#745E4A
(116,94,74)
#5E4D3D
(94,77,61)
#483C30
(72,60,48)
#322B23
(50,43,35)
#1C1A16
(28,26,22)
#000000
(0,0,0)

Tints of #F8C498

#F8C498
(248,196,152)
#F8C9A1
(248,201,161)
#F8CEAA
(248,206,170)
#F8D3B3
(248,211,179)
#F8D8BC
(248,216,188)
#F8DDC5
(248,221,197)
#F8E2CE
(248,226,206)
#F8E7D7
(248,231,215)
#F8ECE0
(248,236,224)
#F8F1E9
(248,241,233)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C498 color. Also use rgb(248,196,152) instead hex code.

Text Font Color

.myTextColor { color: #F8C498; }

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

This text font color is #F8C498.


Background Color

.myBgColor { background-color: #F8C498; }

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

This div background color is #F8C498.


Border color

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

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

This div border color is #F8C498.


Opacity

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

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

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

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

This text has shadow with #F8C498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C498 on black background.


Color preview on white background

This text has color #F8C498 on white background.



Black color preview on #F8C498 background

This text has black color on #F8C498 background.


White color preview on #F8C498 background

This text has white color on #F8C498 background.