COLOR #F5D28E

HEX: #F5D28E RGB: (245,210,142)

Color info

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

RGB color model

#F5D28E color RGB value is (245,210,142).

RGB: (245,210,142) (96%, 82%, 56%)

RGB channels and saturation

R 245 of 255 = 96%
G 210 of 255 = 82%
B 142 of 255 = 56%

245
210
142

R + G + B ~ 78%. #F5D28E is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 210 + 142 = 597 (100%)
R 245 of 597 ~ 41.04%
G 210 of 597 ~ 35.18%
B 142 of 597 ~ 23.79'%

%41.04
%35.18
%23.79

CMYK color model

#F5D28E color CMYK value is (0,14,42,4).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 42.04%
  • key color value is 3.92%

CMYK: (0,14,42,4)
C0M14Y42K4 (0%, 14%, 42%, 4%)
(0.00 / 0.14 / 0.42 / 0.04)

CMYK percentages

%0
%14.29
%42.04
%3.92

Codes

Color #F5D28E in popluar color models

F5 D2 8E
RGB 245 210 142
HSL 40° 83.74% 75.88%
HSB/HSV 40° 42.04% 96.08%
CMYK 0.00% 14.29% 42.04%
3.92%

Color #F5D28E in popluar number systems.

HEX F5 D2 8E
Decimal 245 210 142
Binary 11110101 11010010 10001110
Octal 365 322 216

Shades and tints

Shades of #F5D28E

#F5D28E
(245,210,142)
#DFBF82
(223,191,130)
#C9AC76
(201,172,118)
#B3996A
(179,153,106)
#9D865E
(157,134,94)
#877352
(135,115,82)
#716046
(113,96,70)
#5B4D3A
(91,77,58)
#453A2E
(69,58,46)
#2F2722
(47,39,34)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #F5D28E

#F5D28E
(245,210,142)
#F5D698
(245,214,152)
#F5DAA2
(245,218,162)
#F5DEAC
(245,222,172)
#F5E2B6
(245,226,182)
#F5E6C0
(245,230,192)
#F5EACA
(245,234,202)
#F5EED4
(245,238,212)
#F5F2DE
(245,242,222)
#F5F6E8
(245,246,232)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D28E color. Also use rgb(245,210,142) instead hex code.

Text Font Color

.myTextColor { color: #F5D28E; }

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

This text font color is #F5D28E.

Background Color

.myBgColor { background-color: #F5D28E; }

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

This div background color is #F5D28E.

Border color

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

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

This div border color is #F5D28E.

Opacity

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

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

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

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

This text has shadow with #F5D28E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5D28E.

Preview

Color preview on black background

This text has color #F5D28E on black background.


Color preview on white background

This text has color #F5D28E on white background.


Black color preview on #F5D28E background

This text has black color on #F5D28E background.


White color preview on #F5D28E background

This text has white color on #F5D28E background.


Related colors

Complementary color

Complementary color for #hex is #0A2D71.


I love getcolorcode.com

Triadic colors

1 #8EF5D2 and #D28EF5 with #F5D28E are triadic colors.

2 #8ED2F5 and #D2F58E with #F5D28E are triadic colors.