COLOR #F1D306

HEX: #F1D306
RGB: (241,211,6)

Color info

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

RGB color model

#F1D306 color RGB value is (241,211,6).

  • red value is 241;
  • green value is 211;
  • blue value is 6.
RGB:
(241,211,6)
(95%,83%,2%)

RGB channels and saturation

R 241 of 255 = 95%
G 211 of 255 = 83%
B 6 of 255 = 2%

241
211
6

R + G + B ~ 60%. #F1D306 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
241 + 211 + 6 = 458 (100%)
R 241 of 458 ~ 52.62%
G 211 of 458 ~ 46.07%
B 6 of 458 ~ 1.31%

%52.62
%46.07

CMYK color model

#F1D306 color CMYK value is (0,12,98,5).

  • cyan value is 0.00%
  • magenta value is 12.45%
  • yellow value is 97.51%
  • key color value is 5.49%
CMYK:
(0,12,98,5)
C0M12Y98K5 
(0%,12%,98%,5%)
(0.00/0.12/0.98/0.05)	

CMYK percentages

%0
%12.45
%97.51
%5.49

Codes

Color #F1D306 in popluar color models

F1D306
RGB2412116
HSL52°95.14%48.43%
HSB/HSV52°97.51%94.51%
CMYK0.00%12.45%97.51%
5.49%

Color #F1D306 in popluar number systems.

HEXF1D306
Decimal2412116
Binary1111000111010011110
Octal3613236

Shades and tints

Shades of #F1D306

#F1D306
(241,211,6)
#DCC006
(220,192,6)
#C7AD06
(199,173,6)
#B29A06
(178,154,6)
#9D8706
(157,135,6)
#887406
(136,116,6)
#736106
(115,97,6)
#5E4E06
(94,78,6)
#493B06
(73,59,6)
#342806
(52,40,6)
#1F1506
(31,21,6)
#000000
(0,0,0)

Tints of #F1D306

#F1D306
(241,211,6)
#F2D71C
(242,215,28)
#F3DB32
(243,219,50)
#F4DF48
(244,223,72)
#F5E35E
(245,227,94)
#F6E774
(246,231,116)
#F7EB8A
(247,235,138)
#F8EFA0
(248,239,160)
#F9F3B6
(249,243,182)
#FAF7CC
(250,247,204)
#FBFBE2
(251,251,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D306 color. Also use rgb(241,211,6) instead hex code.

Text Font Color

.myTextColor { color: #F1D306; }

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

This text font color is #F1D306.


Background Color

.myBgColor { background-color: #F1D306; }

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

This div background color is #F1D306.


Border color

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

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

This div border color is #F1D306.


Opacity

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

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

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

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

This text has shadow with #F1D306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D306 on black background.


Color preview on white background

This text has color #F1D306 on white background.



Black color preview on #F1D306 background

This text has black color on #F1D306 background.


White color preview on #F1D306 background

This text has white color on #F1D306 background.