COLOR #F5CCA2

HEX: #F5CCA2
RGB: (245,204,162)

Color info

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

RGB color model

#F5CCA2 color RGB value is (245,204,162).

  • red value is 245;
  • green value is 204;
  • blue value is 162.
RGB:
(245,204,162)
(96%,80%,64%)

RGB channels and saturation

R 245 of 255 = 96%
G 204 of 255 = 80%
B 162 of 255 = 64%

245
204
162

R + G + B ~ 80%. #F5CCA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 204 + 162 = 611 (100%)
R 245 of 611 ~ 40.1%
G 204 of 611 ~ 33.39%
B 162 of 611 ~ 26.51%

%40.1
%33.39
%26.51

CMYK color model

#F5CCA2 color CMYK value is (0,17,34,4).

  • cyan value is 0.00%
  • magenta value is 16.73%
  • yellow value is 33.88%
  • key color value is 3.92%
CMYK:
(0,17,34,4)
C0M17Y34K4 
(0%,17%,34%,4%)
(0.00/0.17/0.34/0.04)	

CMYK percentages

%0
%16.73
%33.88
%3.92

Codes

Color #F5CCA2 in popluar color models

F5CCA2
RGB245204162
HSL30°80.58%79.80%
HSB/HSV30°33.88%96.08%
CMYK0.00%16.73%33.88%
3.92%

Color #F5CCA2 in popluar number systems.

HEXF5CCA2
Decimal245204162
Binary111101011100110010100010
Octal365314242

Shades and tints

Shades of #F5CCA2

#F5CCA2
(245,204,162)
#DFBA94
(223,186,148)
#C9A886
(201,168,134)
#B39678
(179,150,120)
#9D846A
(157,132,106)
#87725C
(135,114,92)
#71604E
(113,96,78)
#5B4E40
(91,78,64)
#453C32
(69,60,50)
#2F2A24
(47,42,36)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #F5CCA2

#F5CCA2
(245,204,162)
#F5D0AA
(245,208,170)
#F5D4B2
(245,212,178)
#F5D8BA
(245,216,186)
#F5DCC2
(245,220,194)
#F5E0CA
(245,224,202)
#F5E4D2
(245,228,210)
#F5E8DA
(245,232,218)
#F5ECE2
(245,236,226)
#F5F0EA
(245,240,234)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CCA2 color. Also use rgb(245,204,162) instead hex code.

Text Font Color

.myTextColor { color: #F5CCA2; }

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

This text font color is #F5CCA2.


Background Color

.myBgColor { background-color: #F5CCA2; }

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

This div background color is #F5CCA2.


Border color

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

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

This div border color is #F5CCA2.


Opacity

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

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

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

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

This text has shadow with #F5CCA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CCA2 on black background.


Color preview on white background

This text has color #F5CCA2 on white background.



Black color preview on #F5CCA2 background

This text has black color on #F5CCA2 background.


White color preview on #F5CCA2 background

This text has white color on #F5CCA2 background.