COLOR #F1D28F

HEX: #F1D28F
RGB: (241,210,143)

Color info

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

RGB color model

#F1D28F color RGB value is (241,210,143).

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

RGB channels and saturation

R 241 of 255 = 95%
G 210 of 255 = 82%
B 143 of 255 = 56%

241
210
143

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

Portions of RGB colors in percentages

R + G + B =
241 + 210 + 143 = 594 (100%)
R 241 of 594 ~ 40.57%
G 210 of 594 ~ 35.35%
B 143 of 594 ~ 24.07%

%40.57
%35.35
%24.07

CMYK color model

#F1D28F color CMYK value is (0,13,41,5).

  • cyan value is 0.00%
  • magenta value is 12.86%
  • yellow value is 40.66%
  • key color value is 5.49%
CMYK:
(0,13,41,5)
C0M13Y41K5 
(0%,13%,41%,5%)
(0.00/0.13/0.41/0.05)	

CMYK percentages

%0
%12.86
%40.66
%5.49

Codes

Color #F1D28F in popluar color models

F1D28F
RGB241210143
HSL41°77.78%75.29%
HSB/HSV41°40.66%94.51%
CMYK0.00%12.86%40.66%
5.49%

Color #F1D28F in popluar number systems.

HEXF1D28F
Decimal241210143
Binary111100011101001010001111
Octal361322217

Shades and tints

Shades of #F1D28F

#F1D28F
(241,210,143)
#DCBF82
(220,191,130)
#C7AC75
(199,172,117)
#B29968
(178,153,104)
#9D865B
(157,134,91)
#88734E
(136,115,78)
#736041
(115,96,65)
#5E4D34
(94,77,52)
#493A27
(73,58,39)
#34271A
(52,39,26)
#1F140D
(31,20,13)
#000000
(0,0,0)

Tints of #F1D28F

#F1D28F
(241,210,143)
#F2D699
(242,214,153)
#F3DAA3
(243,218,163)
#F4DEAD
(244,222,173)
#F5E2B7
(245,226,183)
#F6E6C1
(246,230,193)
#F7EACB
(247,234,203)
#F8EED5
(248,238,213)
#F9F2DF
(249,242,223)
#FAF6E9
(250,246,233)
#FBFAF3
(251,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D28F; }

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

This text font color is #F1D28F.


Background Color

.myBgColor { background-color: #F1D28F; }

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

This div background color is #F1D28F.


Border color

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

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

This div border color is #F1D28F.


Opacity

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

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

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

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

This text has shadow with #F1D28F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D28F on black background.


Color preview on white background

This text has color #F1D28F on white background.



Black color preview on #F1D28F background

This text has black color on #F1D28F background.


White color preview on #F1D28F background

This text has white color on #F1D28F background.