COLOR #F5D373

HEX: #F5D373
RGB: (245,211,115)

Color info

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

RGB color model

#F5D373 color RGB value is (245,211,115).

  • red value is 245;
  • green value is 211;
  • blue value is 115.
RGB:
(245,211,115)
(96%,83%,45%)

RGB channels and saturation

R 245 of 255 = 96%
G 211 of 255 = 83%
B 115 of 255 = 45%

245
211
115

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

Portions of RGB colors in percentages

R + G + B =
245 + 211 + 115 = 571 (100%)
R 245 of 571 ~ 42.91%
G 211 of 571 ~ 36.95%
B 115 of 571 ~ 20.14%

%42.91
%36.95
%20.14

CMYK color model

#F5D373 color CMYK value is (0,14,53,4).

  • cyan value is 0.00%
  • magenta value is 13.88%
  • yellow value is 53.06%
  • key color value is 3.92%
CMYK:
(0,14,53,4)
C0M14Y53K4 
(0%,14%,53%,4%)
(0.00/0.14/0.53/0.04)	

CMYK percentages

%0
%13.88
%53.06
%3.92

Codes

Color #F5D373 in popluar color models

F5D373
RGB245211115
HSL44°86.67%70.59%
HSB/HSV44°53.06%96.08%
CMYK0.00%13.88%53.06%
3.92%

Color #F5D373 in popluar number systems.

HEXF5D373
Decimal245211115
Binary11110101110100111110011
Octal365323163

Shades and tints

Shades of #F5D373

#F5D373
(245,211,115)
#DFC069
(223,192,105)
#C9AD5F
(201,173,95)
#B39A55
(179,154,85)
#9D874B
(157,135,75)
#877441
(135,116,65)
#716137
(113,97,55)
#5B4E2D
(91,78,45)
#453B23
(69,59,35)
#2F2819
(47,40,25)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #F5D373

#F5D373
(245,211,115)
#F5D77F
(245,215,127)
#F5DB8B
(245,219,139)
#F5DF97
(245,223,151)
#F5E3A3
(245,227,163)
#F5E7AF
(245,231,175)
#F5EBBB
(245,235,187)
#F5EFC7
(245,239,199)
#F5F3D3
(245,243,211)
#F5F7DF
(245,247,223)
#F5FBEB
(245,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D373 color. Also use rgb(245,211,115) instead hex code.

Text Font Color

.myTextColor { color: #F5D373; }

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

This text font color is #F5D373.


Background Color

.myBgColor { background-color: #F5D373; }

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

This div background color is #F5D373.


Border color

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

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

This div border color is #F5D373.


Opacity

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

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

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

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

This text has shadow with #F5D373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D373 on black background.


Color preview on white background

This text has color #F5D373 on white background.



Black color preview on #F5D373 background

This text has black color on #F5D373 background.


White color preview on #F5D373 background

This text has white color on #F5D373 background.