COLOR #F5C498

HEX: #F5C498
RGB: (245,196,152)

Color info

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

RGB color model

#F5C498 color RGB value is (245,196,152).

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

RGB channels and saturation

R 245 of 255 = 96%
G 196 of 255 = 77%
B 152 of 255 = 60%

245
196
152

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

Portions of RGB colors in percentages

R + G + B =
245 + 196 + 152 = 593 (100%)
R 245 of 593 ~ 41.32%
G 196 of 593 ~ 33.05%
B 152 of 593 ~ 25.63%

%41.32
%33.05
%25.63

CMYK color model

#F5C498 color CMYK value is (0,20,38,4).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 37.96%
  • key color value is 3.92%
CMYK:
(0,20,38,4)
C0M20Y38K4 
(0%,20%,38%,4%)
(0.00/0.20/0.38/0.04)	

CMYK percentages

%0
%20
%37.96
%3.92

Codes

Color #F5C498 in popluar color models

F5C498
RGB245196152
HSL28°82.30%77.84%
HSB/HSV28°37.96%96.08%
CMYK0.00%20.00%37.96%
3.92%

Color #F5C498 in popluar number systems.

HEXF5C498
Decimal245196152
Binary111101011100010010011000
Octal365304230

Shades and tints

Shades of #F5C498

#F5C498
(245,196,152)
#DFB38B
(223,179,139)
#C9A27E
(201,162,126)
#B39171
(179,145,113)
#9D8064
(157,128,100)
#876F57
(135,111,87)
#715E4A
(113,94,74)
#5B4D3D
(91,77,61)
#453C30
(69,60,48)
#2F2B23
(47,43,35)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #F5C498

#F5C498
(245,196,152)
#F5C9A1
(245,201,161)
#F5CEAA
(245,206,170)
#F5D3B3
(245,211,179)
#F5D8BC
(245,216,188)
#F5DDC5
(245,221,197)
#F5E2CE
(245,226,206)
#F5E7D7
(245,231,215)
#F5ECE0
(245,236,224)
#F5F1E9
(245,241,233)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5C498; }

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

This text font color is #F5C498.


Background Color

.myBgColor { background-color: #F5C498; }

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

This div background color is #F5C498.


Border color

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

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

This div border color is #F5C498.


Opacity

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

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

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

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

This text has shadow with #F5C498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C498 on black background.


Color preview on white background

This text has color #F5C498 on white background.



Black color preview on #F5C498 background

This text has black color on #F5C498 background.


White color preview on #F5C498 background

This text has white color on #F5C498 background.