COLOR #F5CB7D

HEX: #F5CB7D
RGB: (245,203,125)

Color info

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

RGB color model

#F5CB7D color RGB value is (245,203,125).

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

RGB channels and saturation

R 245 of 255 = 96%
G 203 of 255 = 80%
B 125 of 255 = 49%

245
203
125

R + G + B ~ 75%. #F5CB7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 203 + 125 = 573 (100%)
R 245 of 573 ~ 42.76%
G 203 of 573 ~ 35.43%
B 125 of 573 ~ 21.82%

%42.76
%35.43
%21.82

CMYK color model

#F5CB7D color CMYK value is (0,17,49,4).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 48.98%
  • key color value is 3.92%
CMYK:
(0,17,49,4)
C0M17Y49K4 
(0%,17%,49%,4%)
(0.00/0.17/0.49/0.04)	

CMYK percentages

%0
%17.14
%48.98
%3.92

Codes

Color #F5CB7D in popluar color models

F5CB7D
RGB245203125
HSL39°85.71%72.55%
HSB/HSV39°48.98%96.08%
CMYK0.00%17.14%48.98%
3.92%

Color #F5CB7D in popluar number systems.

HEXF5CB7D
Decimal245203125
Binary11110101110010111111101
Octal365313175

Shades and tints

Shades of #F5CB7D

#F5CB7D
(245,203,125)
#DFB972
(223,185,114)
#C9A767
(201,167,103)
#B3955C
(179,149,92)
#9D8351
(157,131,81)
#877146
(135,113,70)
#715F3B
(113,95,59)
#5B4D30
(91,77,48)
#453B25
(69,59,37)
#2F291A
(47,41,26)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #F5CB7D

#F5CB7D
(245,203,125)
#F5CF88
(245,207,136)
#F5D393
(245,211,147)
#F5D79E
(245,215,158)
#F5DBA9
(245,219,169)
#F5DFB4
(245,223,180)
#F5E3BF
(245,227,191)
#F5E7CA
(245,231,202)
#F5EBD5
(245,235,213)
#F5EFE0
(245,239,224)
#F5F3EB
(245,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CB7D; }

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

This text font color is #F5CB7D.


Background Color

.myBgColor { background-color: #F5CB7D; }

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

This div background color is #F5CB7D.


Border color

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

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

This div border color is #F5CB7D.


Opacity

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

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

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

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

This text has shadow with #F5CB7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CB7D on black background.


Color preview on white background

This text has color #F5CB7D on white background.



Black color preview on #F5CB7D background

This text has black color on #F5CB7D background.


White color preview on #F5CB7D background

This text has white color on #F5CB7D background.