COLOR #F6E60C

HEX: #F6E60C
RGB: (246,230,12)

Color info

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

RGB color model

#F6E60C color RGB value is (246,230,12).

  • red value is 246;
  • green value is 230;
  • blue value is 12.
RGB:
(246,230,12)
(96%,90%,5%)

RGB channels and saturation

R 246 of 255 = 96%
G 230 of 255 = 90%
B 12 of 255 = 5%

246
230
12

R + G + B ~ 64%. #F6E60C is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 230 + 12 = 488 (100%)
R 246 of 488 ~ 50.41%
G 230 of 488 ~ 47.13%
B 12 of 488 ~ 2.46%

%50.41
%47.13

CMYK color model

#F6E60C color CMYK value is (0,7,95,4).

  • cyan value is 0.00%
  • magenta value is 6.50%
  • yellow value is 95.12%
  • key color value is 3.53%
CMYK:
(0,7,95,4)
C0M7Y95K4 
(0%,7%,95%,4%)
(0.00/0.07/0.95/0.04)	

CMYK percentages

%0
%6.5
%95.12
%3.53

Codes

Color #F6E60C in popluar color models

F6E60C
RGB24623012
HSL56°92.86%50.59%
HSB/HSV56°95.12%96.47%
CMYK0.00%6.50%95.12%
3.53%

Color #F6E60C in popluar number systems.

HEXF6E60C
Decimal24623012
Binary11110110111001101100
Octal36634614

Shades and tints

Shades of #F6E60C

#F6E60C
(246,230,12)
#E0D20B
(224,210,11)
#CABE0A
(202,190,10)
#B4AA09
(180,170,9)
#9E9608
(158,150,8)
#888207
(136,130,7)
#726E06
(114,110,6)
#5C5A05
(92,90,5)
#464604
(70,70,4)
#303203
(48,50,3)
#1A1E02
(26,30,2)
#000000
(0,0,0)

Tints of #F6E60C

#F6E60C
(246,230,12)
#F6E822
(246,232,34)
#F6EA38
(246,234,56)
#F6EC4E
(246,236,78)
#F6EE64
(246,238,100)
#F6F07A
(246,240,122)
#F6F290
(246,242,144)
#F6F4A6
(246,244,166)
#F6F6BC
(246,246,188)
#F6F8D2
(246,248,210)
#F6FAE8
(246,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E60C color. Also use rgb(246,230,12) instead hex code.

Text Font Color

.myTextColor { color: #F6E60C; }

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

This text font color is #F6E60C.


Background Color

.myBgColor { background-color: #F6E60C; }

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

This div background color is #F6E60C.


Border color

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

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

This div border color is #F6E60C.


Opacity

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

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

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

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

This text has shadow with #F6E60C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E60C on black background.


Color preview on white background

This text has color #F6E60C on white background.



Black color preview on #F6E60C background

This text has black color on #F6E60C background.


White color preview on #F6E60C background

This text has white color on #F6E60C background.