COLOR #F5C67D

HEX: #F5C67D
RGB: (245,198,125)

Color info

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

RGB color model

#F5C67D color RGB value is (245,198,125).

  • red value is 245;
  • green value is 198;
  • blue value is 125.
RGB:
(245,198,125)
(96%,78%,49%)

RGB channels and saturation

R 245 of 255 = 96%
G 198 of 255 = 78%
B 125 of 255 = 49%

245
198
125

R + G + B ~ 74%. #F5C67D is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 198 + 125 = 568 (100%)
R 245 of 568 ~ 43.13%
G 198 of 568 ~ 34.86%
B 125 of 568 ~ 22.01%

%43.13
%34.86
%22.01

CMYK color model

#F5C67D color CMYK value is (0,19,49,4).

  • cyan value is 0.00%
  • magenta value is 19.18%
  • yellow value is 48.98%
  • key color value is 3.92%
CMYK:
(0,19,49,4)
C0M19Y49K4 
(0%,19%,49%,4%)
(0.00/0.19/0.49/0.04)	

CMYK percentages

%0
%19.18
%48.98
%3.92

Codes

Color #F5C67D in popluar color models

F5C67D
RGB245198125
HSL37°85.71%72.55%
HSB/HSV37°48.98%96.08%
CMYK0.00%19.18%48.98%
3.92%

Color #F5C67D in popluar number systems.

HEXF5C67D
Decimal245198125
Binary11110101110001101111101
Octal365306175

Shades and tints

Shades of #F5C67D

#F5C67D
(245,198,125)
#DFB472
(223,180,114)
#C9A267
(201,162,103)
#B3905C
(179,144,92)
#9D7E51
(157,126,81)
#876C46
(135,108,70)
#715A3B
(113,90,59)
#5B4830
(91,72,48)
#453625
(69,54,37)
#2F241A
(47,36,26)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #F5C67D

#F5C67D
(245,198,125)
#F5CB88
(245,203,136)
#F5D093
(245,208,147)
#F5D59E
(245,213,158)
#F5DAA9
(245,218,169)
#F5DFB4
(245,223,180)
#F5E4BF
(245,228,191)
#F5E9CA
(245,233,202)
#F5EED5
(245,238,213)
#F5F3E0
(245,243,224)
#F5F8EB
(245,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C67D color. Also use rgb(245,198,125) instead hex code.

Text Font Color

.myTextColor { color: #F5C67D; }

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

This text font color is #F5C67D.


Background Color

.myBgColor { background-color: #F5C67D; }

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

This div background color is #F5C67D.


Border color

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

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

This div border color is #F5C67D.


Opacity

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

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

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

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

This text has shadow with #F5C67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C67D on black background.


Color preview on white background

This text has color #F5C67D on white background.



Black color preview on #F5C67D background

This text has black color on #F5C67D background.


White color preview on #F5C67D background

This text has white color on #F5C67D background.