COLOR #F1D58D

HEX: #F1D58D
RGB: (241,213,141)

Color info

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

RGB color model

#F1D58D color RGB value is (241,213,141).

  • red value is 241;
  • green value is 213;
  • blue value is 141.
RGB:
(241,213,141)
(95%,84%,55%)

RGB channels and saturation

R 241 of 255 = 95%
G 213 of 255 = 84%
B 141 of 255 = 55%

241
213
141

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

Portions of RGB colors in percentages

R + G + B =
241 + 213 + 141 = 595 (100%)
R 241 of 595 ~ 40.5%
G 213 of 595 ~ 35.8%
B 141 of 595 ~ 23.7%

%40.5
%35.8
%23.7

CMYK color model

#F1D58D color CMYK value is (0,12,41,5).

  • cyan value is 0.00%
  • magenta value is 11.62%
  • yellow value is 41.49%
  • key color value is 5.49%
CMYK:
(0,12,41,5)
C0M12Y41K5 
(0%,12%,41%,5%)
(0.00/0.12/0.41/0.05)	

CMYK percentages

%0
%11.62
%41.49
%5.49

Codes

Color #F1D58D in popluar color models

F1D58D
RGB241213141
HSL43°78.13%74.90%
HSB/HSV43°41.49%94.51%
CMYK0.00%11.62%41.49%
5.49%

Color #F1D58D in popluar number systems.

HEXF1D58D
Decimal241213141
Binary111100011101010110001101
Octal361325215

Shades and tints

Shades of #F1D58D

#F1D58D
(241,213,141)
#DCC281
(220,194,129)
#C7AF75
(199,175,117)
#B29C69
(178,156,105)
#9D895D
(157,137,93)
#887651
(136,118,81)
#736345
(115,99,69)
#5E5039
(94,80,57)
#493D2D
(73,61,45)
#342A21
(52,42,33)
#1F1715
(31,23,21)
#000000
(0,0,0)

Tints of #F1D58D

#F1D58D
(241,213,141)
#F2D897
(242,216,151)
#F3DBA1
(243,219,161)
#F4DEAB
(244,222,171)
#F5E1B5
(245,225,181)
#F6E4BF
(246,228,191)
#F7E7C9
(247,231,201)
#F8EAD3
(248,234,211)
#F9EDDD
(249,237,221)
#FAF0E7
(250,240,231)
#FBF3F1
(251,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D58D color. Also use rgb(241,213,141) instead hex code.

Text Font Color

.myTextColor { color: #F1D58D; }

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

This text font color is #F1D58D.


Background Color

.myBgColor { background-color: #F1D58D; }

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

This div background color is #F1D58D.


Border color

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

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

This div border color is #F1D58D.


Opacity

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

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

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

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

This text has shadow with #F1D58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D58D on black background.


Color preview on white background

This text has color #F1D58D on white background.



Black color preview on #F1D58D background

This text has black color on #F1D58D background.


White color preview on #F1D58D background

This text has white color on #F1D58D background.