COLOR #F6D716

HEX: #F6D716
RGB: (246,215,22)

Color info

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

RGB color model

#F6D716 color RGB value is (246,215,22).

  • red value is 246;
  • green value is 215;
  • blue value is 22.
RGB:
(246,215,22)
(96%,84%,9%)

RGB channels and saturation

R 246 of 255 = 96%
G 215 of 255 = 84%
B 22 of 255 = 9%

246
215
22

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

Portions of RGB colors in percentages

R + G + B =
246 + 215 + 22 = 483 (100%)
R 246 of 483 ~ 50.93%
G 215 of 483 ~ 44.51%
B 22 of 483 ~ 4.55%

%50.93
%44.51

CMYK color model

#F6D716 color CMYK value is (0,13,91,4).

  • cyan value is 0.00%
  • magenta value is 12.60%
  • yellow value is 91.06%
  • key color value is 3.53%
CMYK:
(0,13,91,4)
C0M13Y91K4 
(0%,13%,91%,4%)
(0.00/0.13/0.91/0.04)	

CMYK percentages

%0
%12.6
%91.06
%3.53

Codes

Color #F6D716 in popluar color models

F6D716
RGB24621522
HSL52°92.56%52.55%
HSB/HSV52°91.06%96.47%
CMYK0.00%12.60%91.06%
3.53%

Color #F6D716 in popluar number systems.

HEXF6D716
Decimal24621522
Binary111101101101011110110
Octal36632726

Shades and tints

Shades of #F6D716

#F6D716
(246,215,22)
#E0C414
(224,196,20)
#CAB112
(202,177,18)
#B49E10
(180,158,16)
#9E8B0E
(158,139,14)
#88780C
(136,120,12)
#72650A
(114,101,10)
#5C5208
(92,82,8)
#463F06
(70,63,6)
#302C04
(48,44,4)
#1A1902
(26,25,2)
#000000
(0,0,0)

Tints of #F6D716

#F6D716
(246,215,22)
#F6DA2B
(246,218,43)
#F6DD40
(246,221,64)
#F6E055
(246,224,85)
#F6E36A
(246,227,106)
#F6E67F
(246,230,127)
#F6E994
(246,233,148)
#F6ECA9
(246,236,169)
#F6EFBE
(246,239,190)
#F6F2D3
(246,242,211)
#F6F5E8
(246,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D716 color. Also use rgb(246,215,22) instead hex code.

Text Font Color

.myTextColor { color: #F6D716; }

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

This text font color is #F6D716.


Background Color

.myBgColor { background-color: #F6D716; }

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

This div background color is #F6D716.


Border color

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

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

This div border color is #F6D716.


Opacity

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

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

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

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

This text has shadow with #F6D716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D716 on black background.


Color preview on white background

This text has color #F6D716 on white background.



Black color preview on #F6D716 background

This text has black color on #F6D716 background.


White color preview on #F6D716 background

This text has white color on #F6D716 background.