COLOR #F1DD77

HEX: #F1DD77
RGB: (241,221,119)

Color info

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

RGB color model

#F1DD77 color RGB value is (241,221,119).

  • red value is 241;
  • green value is 221;
  • blue value is 119.
RGB:
(241,221,119)
(95%,87%,47%)

RGB channels and saturation

R 241 of 255 = 95%
G 221 of 255 = 87%
B 119 of 255 = 47%

241
221
119

R + G + B ~ 76%. #F1DD77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 221 + 119 = 581 (100%)
R 241 of 581 ~ 41.48%
G 221 of 581 ~ 38.04%
B 119 of 581 ~ 20.48%

%41.48
%38.04
%20.48

CMYK color model

#F1DD77 color CMYK value is (0,8,51,5).

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 50.62%
  • key color value is 5.49%
CMYK:
(0,8,51,5)
C0M8Y51K5 
(0%,8%,51%,5%)
(0.00/0.08/0.51/0.05)	

CMYK percentages

%0
%8.3
%50.62
%5.49

Codes

Color #F1DD77 in popluar color models

F1DD77
RGB241221119
HSL50°81.33%70.59%
HSB/HSV50°50.62%94.51%
CMYK0.00%8.30%50.62%
5.49%

Color #F1DD77 in popluar number systems.

HEXF1DD77
Decimal241221119
Binary11110001110111011110111
Octal361335167

Shades and tints

Shades of #F1DD77

#F1DD77
(241,221,119)
#DCC96D
(220,201,109)
#C7B563
(199,181,99)
#B2A159
(178,161,89)
#9D8D4F
(157,141,79)
#887945
(136,121,69)
#73653B
(115,101,59)
#5E5131
(94,81,49)
#493D27
(73,61,39)
#34291D
(52,41,29)
#1F1513
(31,21,19)
#000000
(0,0,0)

Tints of #F1DD77

#F1DD77
(241,221,119)
#F2E083
(242,224,131)
#F3E38F
(243,227,143)
#F4E69B
(244,230,155)
#F5E9A7
(245,233,167)
#F6ECB3
(246,236,179)
#F7EFBF
(247,239,191)
#F8F2CB
(248,242,203)
#F9F5D7
(249,245,215)
#FAF8E3
(250,248,227)
#FBFBEF
(251,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DD77 color. Also use rgb(241,221,119) instead hex code.

Text Font Color

.myTextColor { color: #F1DD77; }

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

This text font color is #F1DD77.


Background Color

.myBgColor { background-color: #F1DD77; }

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

This div background color is #F1DD77.


Border color

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

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

This div border color is #F1DD77.


Opacity

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

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

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

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

This text has shadow with #F1DD77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DD77 on black background.


Color preview on white background

This text has color #F1DD77 on white background.



Black color preview on #F1DD77 background

This text has black color on #F1DD77 background.


White color preview on #F1DD77 background

This text has white color on #F1DD77 background.