COLOR #F1D56D

HEX: #F1D56D
RGB: (241,213,109)

Color info

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

RGB color model

#F1D56D color RGB value is (241,213,109).

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

RGB channels and saturation

R 241 of 255 = 95%
G 213 of 255 = 84%
B 109 of 255 = 43%

241
213
109

R + G + B ~ 74%. #F1D56D is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 213 + 109 = 563 (100%)
R 241 of 563 ~ 42.81%
G 213 of 563 ~ 37.83%
B 109 of 563 ~ 19.36%

%42.81
%37.83
%19.36

CMYK color model

#F1D56D color CMYK value is (0,12,55,5).

  • cyan value is 0.00%
  • magenta value is 11.62%
  • yellow value is 54.77%
  • key color value is 5.49%
CMYK:
(0,12,55,5)
C0M12Y55K5 
(0%,12%,55%,5%)
(0.00/0.12/0.55/0.05)	

CMYK percentages

%0
%11.62
%54.77
%5.49

Codes

Color #F1D56D in popluar color models

F1D56D
RGB241213109
HSL47°82.50%68.63%
HSB/HSV47°54.77%94.51%
CMYK0.00%11.62%54.77%
5.49%

Color #F1D56D in popluar number systems.

HEXF1D56D
Decimal241213109
Binary11110001110101011101101
Octal361325155

Shades and tints

Shades of #F1D56D

#F1D56D
(241,213,109)
#DCC264
(220,194,100)
#C7AF5B
(199,175,91)
#B29C52
(178,156,82)
#9D8949
(157,137,73)
#887640
(136,118,64)
#736337
(115,99,55)
#5E502E
(94,80,46)
#493D25
(73,61,37)
#342A1C
(52,42,28)
#1F1713
(31,23,19)
#000000
(0,0,0)

Tints of #F1D56D

#F1D56D
(241,213,109)
#F2D87A
(242,216,122)
#F3DB87
(243,219,135)
#F4DE94
(244,222,148)
#F5E1A1
(245,225,161)
#F6E4AE
(246,228,174)
#F7E7BB
(247,231,187)
#F8EAC8
(248,234,200)
#F9EDD5
(249,237,213)
#FAF0E2
(250,240,226)
#FBF3EF
(251,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D56D; }

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

This text font color is #F1D56D.


Background Color

.myBgColor { background-color: #F1D56D; }

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

This div background color is #F1D56D.


Border color

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

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

This div border color is #F1D56D.


Opacity

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

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

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

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

This text has shadow with #F1D56D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D56D on black background.


Color preview on white background

This text has color #F1D56D on white background.



Black color preview on #F1D56D background

This text has black color on #F1D56D background.


White color preview on #F1D56D background

This text has white color on #F1D56D background.