COLOR #F5C171

HEX: #F5C171
RGB: (245,193,113)

Color info

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

RGB color model

#F5C171 color RGB value is (245,193,113).

  • red value is 245;
  • green value is 193;
  • blue value is 113.
RGB:
(245,193,113)
(96%,76%,44%)

RGB channels and saturation

R 245 of 255 = 96%
G 193 of 255 = 76%
B 113 of 255 = 44%

245
193
113

R + G + B ~ 72%. #F5C171 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 193 + 113 = 551 (100%)
R 245 of 551 ~ 44.46%
G 193 of 551 ~ 35.03%
B 113 of 551 ~ 20.51%

%44.46
%35.03
%20.51

CMYK color model

#F5C171 color CMYK value is (0,21,54,4).

  • cyan value is 0.00%
  • magenta value is 21.22%
  • yellow value is 53.88%
  • key color value is 3.92%
CMYK:
(0,21,54,4)
C0M21Y54K4 
(0%,21%,54%,4%)
(0.00/0.21/0.54/0.04)	

CMYK percentages

%0
%21.22
%53.88
%3.92

Codes

Color #F5C171 in popluar color models

F5C171
RGB245193113
HSL36°86.84%70.20%
HSB/HSV36°53.88%96.08%
CMYK0.00%21.22%53.88%
3.92%

Color #F5C171 in popluar number systems.

HEXF5C171
Decimal245193113
Binary11110101110000011110001
Octal365301161

Shades and tints

Shades of #F5C171

#F5C171
(245,193,113)
#DFB067
(223,176,103)
#C99F5D
(201,159,93)
#B38E53
(179,142,83)
#9D7D49
(157,125,73)
#876C3F
(135,108,63)
#715B35
(113,91,53)
#5B4A2B
(91,74,43)
#453921
(69,57,33)
#2F2817
(47,40,23)
#19170D
(25,23,13)
#000000
(0,0,0)

Tints of #F5C171

#F5C171
(245,193,113)
#F5C67D
(245,198,125)
#F5CB89
(245,203,137)
#F5D095
(245,208,149)
#F5D5A1
(245,213,161)
#F5DAAD
(245,218,173)
#F5DFB9
(245,223,185)
#F5E4C5
(245,228,197)
#F5E9D1
(245,233,209)
#F5EEDD
(245,238,221)
#F5F3E9
(245,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C171 color. Also use rgb(245,193,113) instead hex code.

Text Font Color

.myTextColor { color: #F5C171; }

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

This text font color is #F5C171.


Background Color

.myBgColor { background-color: #F5C171; }

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

This div background color is #F5C171.


Border color

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

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

This div border color is #F5C171.


Opacity

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

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

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

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

This text has shadow with #F5C171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C171 on black background.


Color preview on white background

This text has color #F5C171 on white background.



Black color preview on #F5C171 background

This text has black color on #F5C171 background.


White color preview on #F5C171 background

This text has white color on #F5C171 background.