COLOR #F1D88F

HEX: #F1D88F
RGB: (241,216,143)

Color info

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

RGB color model

#F1D88F color RGB value is (241,216,143).

  • red value is 241;
  • green value is 216;
  • blue value is 143.
RGB:
(241,216,143)
(95%,85%,56%)

RGB channels and saturation

R 241 of 255 = 95%
G 216 of 255 = 85%
B 143 of 255 = 56%

241
216
143

R + G + B ~ 79%. #F1D88F is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 216 + 143 = 600 (100%)
R 241 of 600 ~ 40.17%
G 216 of 600 ~ 36%
B 143 of 600 ~ 23.83%

%40.17
%36
%23.83

CMYK color model

#F1D88F color CMYK value is (0,10,41,5).

  • cyan value is 0.00%
  • magenta value is 10.37%
  • yellow value is 40.66%
  • key color value is 5.49%
CMYK:
(0,10,41,5)
C0M10Y41K5 
(0%,10%,41%,5%)
(0.00/0.10/0.41/0.05)	

CMYK percentages

%0
%10.37
%40.66
%5.49

Codes

Color #F1D88F in popluar color models

F1D88F
RGB241216143
HSL45°77.78%75.29%
HSB/HSV45°40.66%94.51%
CMYK0.00%10.37%40.66%
5.49%

Color #F1D88F in popluar number systems.

HEXF1D88F
Decimal241216143
Binary111100011101100010001111
Octal361330217

Shades and tints

Shades of #F1D88F

#F1D88F
(241,216,143)
#DCC582
(220,197,130)
#C7B275
(199,178,117)
#B29F68
(178,159,104)
#9D8C5B
(157,140,91)
#88794E
(136,121,78)
#736641
(115,102,65)
#5E5334
(94,83,52)
#494027
(73,64,39)
#342D1A
(52,45,26)
#1F1A0D
(31,26,13)
#000000
(0,0,0)

Tints of #F1D88F

#F1D88F
(241,216,143)
#F2DB99
(242,219,153)
#F3DEA3
(243,222,163)
#F4E1AD
(244,225,173)
#F5E4B7
(245,228,183)
#F6E7C1
(246,231,193)
#F7EACB
(247,234,203)
#F8EDD5
(248,237,213)
#F9F0DF
(249,240,223)
#FAF3E9
(250,243,233)
#FBF6F3
(251,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D88F color. Also use rgb(241,216,143) instead hex code.

Text Font Color

.myTextColor { color: #F1D88F; }

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

This text font color is #F1D88F.


Background Color

.myBgColor { background-color: #F1D88F; }

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

This div background color is #F1D88F.


Border color

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

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

This div border color is #F1D88F.


Opacity

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

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

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

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

This text has shadow with #F1D88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D88F on black background.


Color preview on white background

This text has color #F1D88F on white background.



Black color preview on #F1D88F background

This text has black color on #F1D88F background.


White color preview on #F1D88F background

This text has white color on #F1D88F background.