COLOR #F6D90C

HEX: #F6D90C
RGB: (246,217,12)

Color info

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

RGB color model

#F6D90C color RGB value is (246,217,12).

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

RGB channels and saturation

R 246 of 255 = 96%
G 217 of 255 = 85%
B 12 of 255 = 5%

246
217
12

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

Portions of RGB colors in percentages

R + G + B =
246 + 217 + 12 = 475 (100%)
R 246 of 475 ~ 51.79%
G 217 of 475 ~ 45.68%
B 12 of 475 ~ 2.53%

%51.79
%45.68

CMYK color model

#F6D90C color CMYK value is (0,12,95,4).

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 95.12%
  • key color value is 3.53%
CMYK:
(0,12,95,4)
C0M12Y95K4 
(0%,12%,95%,4%)
(0.00/0.12/0.95/0.04)	

CMYK percentages

%0
%11.79
%95.12
%3.53

Codes

Color #F6D90C in popluar color models

F6D90C
RGB24621712
HSL53°92.86%50.59%
HSB/HSV53°95.12%96.47%
CMYK0.00%11.79%95.12%
3.53%

Color #F6D90C in popluar number systems.

HEXF6D90C
Decimal24621712
Binary11110110110110011100
Octal36633114

Shades and tints

Shades of #F6D90C

#F6D90C
(246,217,12)
#E0C60B
(224,198,11)
#CAB30A
(202,179,10)
#B4A009
(180,160,9)
#9E8D08
(158,141,8)
#887A07
(136,122,7)
#726706
(114,103,6)
#5C5405
(92,84,5)
#464104
(70,65,4)
#302E03
(48,46,3)
#1A1B02
(26,27,2)
#000000
(0,0,0)

Tints of #F6D90C

#F6D90C
(246,217,12)
#F6DC22
(246,220,34)
#F6DF38
(246,223,56)
#F6E24E
(246,226,78)
#F6E564
(246,229,100)
#F6E87A
(246,232,122)
#F6EB90
(246,235,144)
#F6EEA6
(246,238,166)
#F6F1BC
(246,241,188)
#F6F4D2
(246,244,210)
#F6F7E8
(246,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D90C; }

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

This text font color is #F6D90C.


Background Color

.myBgColor { background-color: #F6D90C; }

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

This div background color is #F6D90C.


Border color

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

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

This div border color is #F6D90C.


Opacity

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

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

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

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

This text has shadow with #F6D90C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D90C on black background.


Color preview on white background

This text has color #F6D90C on white background.



Black color preview on #F6D90C background

This text has black color on #F6D90C background.


White color preview on #F6D90C background

This text has white color on #F6D90C background.