COLOR #F5C170

HEX: #F5C170
RGB: (245,193,112)

Color info

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

RGB color model

#F5C170 color RGB value is (245,193,112).

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

RGB channels and saturation

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

245
193
112

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

Portions of RGB colors in percentages

R + G + B =
245 + 193 + 112 = 550 (100%)
R 245 of 550 ~ 44.55%
G 193 of 550 ~ 35.09%
B 112 of 550 ~ 20.36%

%44.55
%35.09
%20.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.22%
  • yellow value is 54.29%
  • 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
%54.29
%3.92

Codes

Color #F5C170 in popluar color models

F5C170
RGB245193112
HSL37°86.93%70.00%
HSB/HSV37°54.29%96.08%
CMYK0.00%21.22%54.29%
3.92%

Color #F5C170 in popluar number systems.

HEXF5C170
Decimal245193112
Binary11110101110000011110000
Octal365301160

Shades and tints

Shades of #F5C170

#F5C170
(245,193,112)
#DFB066
(223,176,102)
#C99F5C
(201,159,92)
#B38E52
(179,142,82)
#9D7D48
(157,125,72)
#876C3E
(135,108,62)
#715B34
(113,91,52)
#5B4A2A
(91,74,42)
#453920
(69,57,32)
#2F2816
(47,40,22)
#19170C
(25,23,12)
#000000
(0,0,0)

Tints of #F5C170

#F5C170
(245,193,112)
#F5C67D
(245,198,125)
#F5CB8A
(245,203,138)
#F5D097
(245,208,151)
#F5D5A4
(245,213,164)
#F5DAB1
(245,218,177)
#F5DFBE
(245,223,190)
#F5E4CB
(245,228,203)
#F5E9D8
(245,233,216)
#F5EEE5
(245,238,229)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5C170; }

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

This text font color is #F5C170.


Background Color

.myBgColor { background-color: #F5C170; }

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

This div background color is #F5C170.


Border color

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

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

This div border color is #F5C170.


Opacity

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

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

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

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

This text has shadow with #F5C170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C170 on black background.


Color preview on white background

This text has color #F5C170 on white background.



Black color preview on #F5C170 background

This text has black color on #F5C170 background.


White color preview on #F5C170 background

This text has white color on #F5C170 background.