COLOR #F1DF95

HEX: #F1DF95
RGB: (241,223,149)

Color info

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

RGB color model

#F1DF95 color RGB value is (241,223,149).

  • red value is 241;
  • green value is 223;
  • blue value is 149.
RGB:
(241,223,149)
(95%,87%,58%)

RGB channels and saturation

R 241 of 255 = 95%
G 223 of 255 = 87%
B 149 of 255 = 58%

241
223
149

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

Portions of RGB colors in percentages

R + G + B =
241 + 223 + 149 = 613 (100%)
R 241 of 613 ~ 39.31%
G 223 of 613 ~ 36.38%
B 149 of 613 ~ 24.31%

%39.31
%36.38
%24.31

CMYK color model

#F1DF95 color CMYK value is (0,7,38,5).

  • cyan value is 0.00%
  • magenta value is 7.47%
  • yellow value is 38.17%
  • key color value is 5.49%
CMYK:
(0,7,38,5)
C0M7Y38K5 
(0%,7%,38%,5%)
(0.00/0.07/0.38/0.05)	

CMYK percentages

%0
%7.47
%38.17
%5.49

Codes

Color #F1DF95 in popluar color models

F1DF95
RGB241223149
HSL48°76.67%76.47%
HSB/HSV48°38.17%94.51%
CMYK0.00%7.47%38.17%
5.49%

Color #F1DF95 in popluar number systems.

HEXF1DF95
Decimal241223149
Binary111100011101111110010101
Octal361337225

Shades and tints

Shades of #F1DF95

#F1DF95
(241,223,149)
#DCCB88
(220,203,136)
#C7B77B
(199,183,123)
#B2A36E
(178,163,110)
#9D8F61
(157,143,97)
#887B54
(136,123,84)
#736747
(115,103,71)
#5E533A
(94,83,58)
#493F2D
(73,63,45)
#342B20
(52,43,32)
#1F1713
(31,23,19)
#000000
(0,0,0)

Tints of #F1DF95

#F1DF95
(241,223,149)
#F2E19E
(242,225,158)
#F3E3A7
(243,227,167)
#F4E5B0
(244,229,176)
#F5E7B9
(245,231,185)
#F6E9C2
(246,233,194)
#F7EBCB
(247,235,203)
#F8EDD4
(248,237,212)
#F9EFDD
(249,239,221)
#FAF1E6
(250,241,230)
#FBF3EF
(251,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DF95 color. Also use rgb(241,223,149) instead hex code.

Text Font Color

.myTextColor { color: #F1DF95; }

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

This text font color is #F1DF95.


Background Color

.myBgColor { background-color: #F1DF95; }

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

This div background color is #F1DF95.


Border color

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

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

This div border color is #F1DF95.


Opacity

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

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

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

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

This text has shadow with #F1DF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DF95 on black background.


Color preview on white background

This text has color #F1DF95 on white background.



Black color preview on #F1DF95 background

This text has black color on #F1DF95 background.


White color preview on #F1DF95 background

This text has white color on #F1DF95 background.