COLOR #F5C294

HEX: #F5C294
RGB: (245,194,148)

Color info

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

RGB color model

#F5C294 color RGB value is (245,194,148).

  • red value is 245;
  • green value is 194;
  • blue value is 148.
RGB:
(245,194,148)
(96%,76%,58%)

RGB channels and saturation

R 245 of 255 = 96%
G 194 of 255 = 76%
B 148 of 255 = 58%

245
194
148

R + G + B ~ 77%. #F5C294 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 194 + 148 = 587 (100%)
R 245 of 587 ~ 41.74%
G 194 of 587 ~ 33.05%
B 148 of 587 ~ 25.21%

%41.74
%33.05
%25.21

CMYK color model

#F5C294 color CMYK value is (0,21,40,4).

  • cyan value is 0.00%
  • magenta value is 20.82%
  • yellow value is 39.59%
  • key color value is 3.92%
CMYK:
(0,21,40,4)
C0M21Y40K4 
(0%,21%,40%,4%)
(0.00/0.21/0.40/0.04)	

CMYK percentages

%0
%20.82
%39.59
%3.92

Codes

Color #F5C294 in popluar color models

F5C294
RGB245194148
HSL28°82.91%77.06%
HSB/HSV28°39.59%96.08%
CMYK0.00%20.82%39.59%
3.92%

Color #F5C294 in popluar number systems.

HEXF5C294
Decimal245194148
Binary111101011100001010010100
Octal365302224

Shades and tints

Shades of #F5C294

#F5C294
(245,194,148)
#DFB187
(223,177,135)
#C9A07A
(201,160,122)
#B38F6D
(179,143,109)
#9D7E60
(157,126,96)
#876D53
(135,109,83)
#715C46
(113,92,70)
#5B4B39
(91,75,57)
#453A2C
(69,58,44)
#2F291F
(47,41,31)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #F5C294

#F5C294
(245,194,148)
#F5C79D
(245,199,157)
#F5CCA6
(245,204,166)
#F5D1AF
(245,209,175)
#F5D6B8
(245,214,184)
#F5DBC1
(245,219,193)
#F5E0CA
(245,224,202)
#F5E5D3
(245,229,211)
#F5EADC
(245,234,220)
#F5EFE5
(245,239,229)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C294 color. Also use rgb(245,194,148) instead hex code.

Text Font Color

.myTextColor { color: #F5C294; }

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

This text font color is #F5C294.


Background Color

.myBgColor { background-color: #F5C294; }

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

This div background color is #F5C294.


Border color

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

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

This div border color is #F5C294.


Opacity

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

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

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

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

This text has shadow with #F5C294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C294 on black background.


Color preview on white background

This text has color #F5C294 on white background.



Black color preview on #F5C294 background

This text has black color on #F5C294 background.


White color preview on #F5C294 background

This text has white color on #F5C294 background.