COLOR #F1DD65

HEX: #F1DD65
RGB: (241,221,101)

Color info

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

RGB color model

#F1DD65 color RGB value is (241,221,101).

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

RGB channels and saturation

R 241 of 255 = 95%
G 221 of 255 = 87%
B 101 of 255 = 40%

241
221
101

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

Portions of RGB colors in percentages

R + G + B =
241 + 221 + 101 = 563 (100%)
R 241 of 563 ~ 42.81%
G 221 of 563 ~ 39.25%
B 101 of 563 ~ 17.94%

%42.81
%39.25
%17.94

CMYK color model

#F1DD65 color CMYK value is (0,8,58,5).

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 58.09%
  • key color value is 5.49%
CMYK:
(0,8,58,5)
C0M8Y58K5 
(0%,8%,58%,5%)
(0.00/0.08/0.58/0.05)	

CMYK percentages

%0
%8.3
%58.09
%5.49

Codes

Color #F1DD65 in popluar color models

F1DD65
RGB241221101
HSL51°83.33%67.06%
HSB/HSV51°58.09%94.51%
CMYK0.00%8.30%58.09%
5.49%

Color #F1DD65 in popluar number systems.

HEXF1DD65
Decimal241221101
Binary11110001110111011100101
Octal361335145

Shades and tints

Shades of #F1DD65

#F1DD65
(241,221,101)
#DCC95C
(220,201,92)
#C7B553
(199,181,83)
#B2A14A
(178,161,74)
#9D8D41
(157,141,65)
#887938
(136,121,56)
#73652F
(115,101,47)
#5E5126
(94,81,38)
#493D1D
(73,61,29)
#342914
(52,41,20)
#1F150B
(31,21,11)
#000000
(0,0,0)

Tints of #F1DD65

#F1DD65
(241,221,101)
#F2E073
(242,224,115)
#F3E381
(243,227,129)
#F4E68F
(244,230,143)
#F5E99D
(245,233,157)
#F6ECAB
(246,236,171)
#F7EFB9
(247,239,185)
#F8F2C7
(248,242,199)
#F9F5D5
(249,245,213)
#FAF8E3
(250,248,227)
#FBFBF1
(251,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DD65; }

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

This text font color is #F1DD65.


Background Color

.myBgColor { background-color: #F1DD65; }

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

This div background color is #F1DD65.


Border color

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

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

This div border color is #F1DD65.


Opacity

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

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

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

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

This text has shadow with #F1DD65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DD65 on black background.


Color preview on white background

This text has color #F1DD65 on white background.



Black color preview on #F1DD65 background

This text has black color on #F1DD65 background.


White color preview on #F1DD65 background

This text has white color on #F1DD65 background.