COLOR #F6D70E

HEX: #F6D70E
RGB: (246,215,14)

Color info

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

RGB color model

#F6D70E color RGB value is (246,215,14).

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

RGB channels and saturation

R 246 of 255 = 96%
G 215 of 255 = 84%
B 14 of 255 = 5%

246
215
14

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

Portions of RGB colors in percentages

R + G + B =
246 + 215 + 14 = 475 (100%)
R 246 of 475 ~ 51.79%
G 215 of 475 ~ 45.26%
B 14 of 475 ~ 2.95%

%51.79
%45.26

CMYK color model

#F6D70E color CMYK value is (0,13,94,4).

  • cyan value is 0.00%
  • magenta value is 12.60%
  • yellow value is 94.31%
  • key color value is 3.53%
CMYK:
(0,13,94,4)
C0M13Y94K4 
(0%,13%,94%,4%)
(0.00/0.13/0.94/0.04)	

CMYK percentages

%0
%12.6
%94.31
%3.53

Codes

Color #F6D70E in popluar color models

F6D70E
RGB24621514
HSL52°92.80%50.98%
HSB/HSV52°94.31%96.47%
CMYK0.00%12.60%94.31%
3.53%

Color #F6D70E in popluar number systems.

HEXF6D70E
Decimal24621514
Binary11110110110101111110
Octal36632716

Shades and tints

Shades of #F6D70E

#F6D70E
(246,215,14)
#E0C40D
(224,196,13)
#CAB10C
(202,177,12)
#B49E0B
(180,158,11)
#9E8B0A
(158,139,10)
#887809
(136,120,9)
#726508
(114,101,8)
#5C5207
(92,82,7)
#463F06
(70,63,6)
#302C05
(48,44,5)
#1A1904
(26,25,4)
#000000
(0,0,0)

Tints of #F6D70E

#F6D70E
(246,215,14)
#F6DA23
(246,218,35)
#F6DD38
(246,221,56)
#F6E04D
(246,224,77)
#F6E362
(246,227,98)
#F6E677
(246,230,119)
#F6E98C
(246,233,140)
#F6ECA1
(246,236,161)
#F6EFB6
(246,239,182)
#F6F2CB
(246,242,203)
#F6F5E0
(246,245,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D70E; }

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

This text font color is #F6D70E.


Background Color

.myBgColor { background-color: #F6D70E; }

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

This div background color is #F6D70E.


Border color

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

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

This div border color is #F6D70E.


Opacity

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

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

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

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

This text has shadow with #F6D70E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D70E on black background.


Color preview on white background

This text has color #F6D70E on white background.



Black color preview on #F6D70E background

This text has black color on #F6D70E background.


White color preview on #F6D70E background

This text has white color on #F6D70E background.