COLOR #F1D71D

HEX: #F1D71D RGB: (241,215,29)

Color info

#F1D71D contains mainly red and green colors. Web safe color of #F1D71D is #FFCC33 (or #FC3).

RGB color model

#F1D71D color RGB value is (241,215,29).

RGB: (241,215,29) (95%, 84%, 11%)

RGB channels and saturation

R 241 of 255 = 95%
G 215 of 255 = 84%
B 29 of 255 = 11%

241
215
29

R + G + B ~ 63%. #F1D71D is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 215 + 29 = 485 (100%)
R 241 of 485 ~ 49.69%
G 215 of 485 ~ 44.33%
B 29 of 485 ~ 5.98'%

%49.69
%44.33

CMYK color model

#F1D71D color CMYK value is (0,11,88,5).

  • cyan value is 0.00%
  • magenta value is 10.79%
  • yellow value is 87.97%
  • key color value is 5.49%

CMYK: (0,11,88,5)
C0M11Y88K5 (0%, 11%, 88%, 5%)
(0.00 / 0.11 / 0.88 / 0.05)

CMYK percentages

%0
%10.79
%87.97
%5.49

Codes

Color #F1D71D in popluar color models

F1 D7 1D
RGB 241 215 29
HSL 53° 88.33% 52.94%
HSB/HSV 53° 87.97% 94.51%
CMYK 0.00% 10.79% 87.97%
5.49%

Color #F1D71D in popluar number systems.

HEX F1 D7 1D
Decimal 241 215 29
Binary 11110001 11010111 11101
Octal 361 327 35

Shades and tints

Shades of #F1D71D

#F1D71D
(241,215,29)
#DCC41B
(220,196,27)
#C7B119
(199,177,25)
#B29E17
(178,158,23)
#9D8B15
(157,139,21)
#887813
(136,120,19)
#736511
(115,101,17)
#5E520F
(94,82,15)
#493F0D
(73,63,13)
#342C0B
(52,44,11)
#1F1909
(31,25,9)
#000000
(0,0,0)

Tints of #F1D71D

#F1D71D
(241,215,29)
#F2DA31
(242,218,49)
#F3DD45
(243,221,69)
#F4E059
(244,224,89)
#F5E36D
(245,227,109)
#F6E681
(246,230,129)
#F7E995
(247,233,149)
#F8ECA9
(248,236,169)
#F9EFBD
(249,239,189)
#FAF2D1
(250,242,209)
#FBF5E5
(251,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D71D color. Also use rgb(241,215,29) instead hex code.

Text Font Color

.myTextColor { color: #F1D71D; }

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

This text font color is #F1D71D.

Background Color

.myBgColor { background-color: #F1D71D; }

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

This div background color is #F1D71D.

Border color

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

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

This div border color is #F1D71D.

Opacity

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

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

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

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

This text has shadow with #F1D71D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1D71D.

Preview

Color preview on black background

This text has color #F1D71D on black background.


Color preview on white background

This text has color #F1D71D on white background.


Black color preview on #F1D71D background

This text has black color on #F1D71D background.


White color preview on #F1D71D background

This text has white color on #F1D71D background.


Related colors

Complementary color

Complementary color for #hex is #0E28E2.


I love getcolorcode.com

Triadic colors

1 #1DF1D7 and #D71DF1 with #F1D71D are triadic colors.

2 #1DD7F1 and #D7F11D with #F1D71D are triadic colors.