COLOR #F1D69F

HEX: #F1D69F
RGB: (241,214,159)

Color info

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

RGB color model

#F1D69F color RGB value is (241,214,159).

  • red value is 241;
  • green value is 214;
  • blue value is 159.
RGB:
(241,214,159)
(95%,84%,62%)

RGB channels and saturation

R 241 of 255 = 95%
G 214 of 255 = 84%
B 159 of 255 = 62%

241
214
159

R + G + B ~ 80%. #F1D69F is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 214 + 159 = 614 (100%)
R 241 of 614 ~ 39.25%
G 214 of 614 ~ 34.85%
B 159 of 614 ~ 25.9%

%39.25
%34.85
%25.9

CMYK color model

#F1D69F color CMYK value is (0,11,34,5).

  • cyan value is 0.00%
  • magenta value is 11.20%
  • yellow value is 34.02%
  • key color value is 5.49%
CMYK:
(0,11,34,5)
C0M11Y34K5 
(0%,11%,34%,5%)
(0.00/0.11/0.34/0.05)	

CMYK percentages

%0
%11.2
%34.02
%5.49

Codes

Color #F1D69F in popluar color models

F1D69F
RGB241214159
HSL40°74.55%78.43%
HSB/HSV40°34.02%94.51%
CMYK0.00%11.20%34.02%
5.49%

Color #F1D69F in popluar number systems.

HEXF1D69F
Decimal241214159
Binary111100011101011010011111
Octal361326237

Shades and tints

Shades of #F1D69F

#F1D69F
(241,214,159)
#DCC391
(220,195,145)
#C7B083
(199,176,131)
#B29D75
(178,157,117)
#9D8A67
(157,138,103)
#887759
(136,119,89)
#73644B
(115,100,75)
#5E513D
(94,81,61)
#493E2F
(73,62,47)
#342B21
(52,43,33)
#1F1813
(31,24,19)
#000000
(0,0,0)

Tints of #F1D69F

#F1D69F
(241,214,159)
#F2D9A7
(242,217,167)
#F3DCAF
(243,220,175)
#F4DFB7
(244,223,183)
#F5E2BF
(245,226,191)
#F6E5C7
(246,229,199)
#F7E8CF
(247,232,207)
#F8EBD7
(248,235,215)
#F9EEDF
(249,238,223)
#FAF1E7
(250,241,231)
#FBF4EF
(251,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D69F color. Also use rgb(241,214,159) instead hex code.

Text Font Color

.myTextColor { color: #F1D69F; }

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

This text font color is #F1D69F.


Background Color

.myBgColor { background-color: #F1D69F; }

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

This div background color is #F1D69F.


Border color

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

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

This div border color is #F1D69F.


Opacity

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

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

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

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

This text has shadow with #F1D69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D69F on black background.


Color preview on white background

This text has color #F1D69F on white background.



Black color preview on #F1D69F background

This text has black color on #F1D69F background.


White color preview on #F1D69F background

This text has white color on #F1D69F background.