COLOR #F1D27A

HEX: #F1D27A
RGB: (241,210,122)

Color info

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

RGB color model

#F1D27A color RGB value is (241,210,122).

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

RGB channels and saturation

R 241 of 255 = 95%
G 210 of 255 = 82%
B 122 of 255 = 48%

241
210
122

R + G + B ~ 75%. #F1D27A is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 210 + 122 = 573 (100%)
R 241 of 573 ~ 42.06%
G 210 of 573 ~ 36.65%
B 122 of 573 ~ 21.29%

%42.06
%36.65
%21.29

CMYK color model

#F1D27A color CMYK value is (0,13,49,5).

  • cyan value is 0.00%
  • magenta value is 12.86%
  • yellow value is 49.38%
  • key color value is 5.49%
CMYK:
(0,13,49,5)
C0M13Y49K5 
(0%,13%,49%,5%)
(0.00/0.13/0.49/0.05)	

CMYK percentages

%0
%12.86
%49.38
%5.49

Codes

Color #F1D27A in popluar color models

F1D27A
RGB241210122
HSL44°80.95%71.18%
HSB/HSV44°49.38%94.51%
CMYK0.00%12.86%49.38%
5.49%

Color #F1D27A in popluar number systems.

HEXF1D27A
Decimal241210122
Binary11110001110100101111010
Octal361322172

Shades and tints

Shades of #F1D27A

#F1D27A
(241,210,122)
#DCBF6F
(220,191,111)
#C7AC64
(199,172,100)
#B29959
(178,153,89)
#9D864E
(157,134,78)
#887343
(136,115,67)
#736038
(115,96,56)
#5E4D2D
(94,77,45)
#493A22
(73,58,34)
#342717
(52,39,23)
#1F140C
(31,20,12)
#000000
(0,0,0)

Tints of #F1D27A

#F1D27A
(241,210,122)
#F2D686
(242,214,134)
#F3DA92
(243,218,146)
#F4DE9E
(244,222,158)
#F5E2AA
(245,226,170)
#F6E6B6
(246,230,182)
#F7EAC2
(247,234,194)
#F8EECE
(248,238,206)
#F9F2DA
(249,242,218)
#FAF6E6
(250,246,230)
#FBFAF2
(251,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D27A; }

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

This text font color is #F1D27A.


Background Color

.myBgColor { background-color: #F1D27A; }

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

This div background color is #F1D27A.


Border color

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

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

This div border color is #F1D27A.


Opacity

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

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

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

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

This text has shadow with #F1D27A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D27A on black background.


Color preview on white background

This text has color #F1D27A on white background.



Black color preview on #F1D27A background

This text has black color on #F1D27A background.


White color preview on #F1D27A background

This text has white color on #F1D27A background.