COLOR #F1DC0E

HEX: #F1DC0E RGB: (241,220,14)

Color info

#F1DC0E contains mainly red and green colors. Web safe color of #F1DC0E is #FFCC00 (or #FC0).

RGB color model

#F1DC0E color RGB value is (241,220,14).

RGB: (241,220,14) (95%, 86%, 5%)

RGB channels and saturation

R 241 of 255 = 95%
G 220 of 255 = 86%
B 14 of 255 = 5%

241
220
14

R + G + B ~ 62%. #F1DC0E is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 220 + 14 = 475 (100%)
R 241 of 475 ~ 50.74%
G 220 of 475 ~ 46.32%
B 14 of 475 ~ 2.95'%

%50.74
%46.32

CMYK color model

#F1DC0E color CMYK value is (0,9,94,5).

  • cyan value is 0.00%
  • magenta value is 8.71%
  • yellow value is 94.19%
  • key color value is 5.49%

CMYK: (0,9,94,5)
C0M9Y94K5 (0%, 9%, 94%, 5%)
(0.00 / 0.09 / 0.94 / 0.05)

CMYK percentages

%0
%8.71
%94.19
%5.49

Codes

Color #F1DC0E in popluar color models

F1 DC 0E
RGB 241 220 14
HSL 54° 89.02% 50.00%
HSB/HSV 54° 94.19% 94.51%
CMYK 0.00% 8.71% 94.19%
5.49%

Color #F1DC0E in popluar number systems.

HEX F1 DC 0E
Decimal 241 220 14
Binary 11110001 11011100 1110
Octal 361 334 16

Shades and tints

Shades of #F1DC0E

#F1DC0E
(241,220,14)
#DCC80D
(220,200,13)
#C7B40C
(199,180,12)
#B2A00B
(178,160,11)
#9D8C0A
(157,140,10)
#887809
(136,120,9)
#736408
(115,100,8)
#5E5007
(94,80,7)
#493C06
(73,60,6)
#342805
(52,40,5)
#1F1404
(31,20,4)
#000000
(0,0,0)

Tints of #F1DC0E

#F1DC0E
(241,220,14)
#F2DF23
(242,223,35)
#F3E238
(243,226,56)
#F4E54D
(244,229,77)
#F5E862
(245,232,98)
#F6EB77
(246,235,119)
#F7EE8C
(247,238,140)
#F8F1A1
(248,241,161)
#F9F4B6
(249,244,182)
#FAF7CB
(250,247,203)
#FBFAE0
(251,250,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DC0E color. Also use rgb(241,220,14) instead hex code.

Text Font Color

.myTextColor { color: #F1DC0E; }

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

This text font color is #F1DC0E.

Background Color

.myBgColor { background-color: #F1DC0E; }

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

This div background color is #F1DC0E.

Border color

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

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

This div border color is #F1DC0E.

Opacity

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

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

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

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

This text has shadow with #F1DC0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DC0E.

Preview

Color preview on black background

This text has color #F1DC0E on black background.


Color preview on white background

This text has color #F1DC0E on white background.


Black color preview on #F1DC0E background

This text has black color on #F1DC0E background.


White color preview on #F1DC0E background

This text has white color on #F1DC0E background.


Related colors

Complementary color

Complementary color for #hex is #0E23F1.


I love getcolorcode.com

Triadic colors

1 #0EF1DC and #DC0EF1 with #F1DC0E are triadic colors.

2 #0EDCF1 and #DCF10E with #F1DC0E are triadic colors.