COLOR #F6F08C

HEX: #F6F08C
RGB: (246,240,140)

Color info

#F6F08C contains mainly red and green colors. Web safe color of #F6F08C is #FFFF99 (or #FF9).

RGB color model

#F6F08C color RGB value is (246,240,140).

  • red value is 246;
  • green value is 240;
  • blue value is 140.
RGB:
(246,240,140)
(96%,94%,55%)

RGB channels and saturation

R 246 of 255 = 96%
G 240 of 255 = 94%
B 140 of 255 = 55%

246
240
140

R + G + B ~ 82%. #F6F08C is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 240 + 140 = 626 (100%)
R 246 of 626 ~ 39.3%
G 240 of 626 ~ 38.34%
B 140 of 626 ~ 22.36%

%39.3
%38.34
%22.36

CMYK color model

#F6F08C color CMYK value is (0,2,43,4).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 43.09%
  • key color value is 3.53%
CMYK:
(0,2,43,4)
C0M2Y43K4 
(0%,2%,43%,4%)
(0.00/0.02/0.43/0.04)	

CMYK percentages

%0
%2.44
%43.09
%3.53

Codes

Color #F6F08C in popluar color models

F6F08C
RGB246240140
HSL57°85.48%75.69%
HSB/HSV57°43.09%96.47%
CMYK0.00%2.44%43.09%
3.53%

Color #F6F08C in popluar number systems.

HEXF6F08C
Decimal246240140
Binary111101101111000010001100
Octal366360214

Shades and tints

Shades of #F6F08C

#F6F08C
(246,240,140)
#E0DB80
(224,219,128)
#CAC674
(202,198,116)
#B4B168
(180,177,104)
#9E9C5C
(158,156,92)
#888750
(136,135,80)
#727244
(114,114,68)
#5C5D38
(92,93,56)
#46482C
(70,72,44)
#303320
(48,51,32)
#1A1E14
(26,30,20)
#000000
(0,0,0)

Tints of #F6F08C

#F6F08C
(246,240,140)
#F6F196
(246,241,150)
#F6F2A0
(246,242,160)
#F6F3AA
(246,243,170)
#F6F4B4
(246,244,180)
#F6F5BE
(246,245,190)
#F6F6C8
(246,246,200)
#F6F7D2
(246,247,210)
#F6F8DC
(246,248,220)
#F6F9E6
(246,249,230)
#F6FAF0
(246,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6F08C color. Also use rgb(246,240,140) instead hex code.

Text Font Color

.myTextColor { color: #F6F08C; }

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

This text font color is #F6F08C.


Background Color

.myBgColor { background-color: #F6F08C; }

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

This div background color is #F6F08C.


Border color

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

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

This div border color is #F6F08C.


Opacity

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

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

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

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

This text has shadow with #F6F08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F08C on black background.


Color preview on white background

This text has color #F6F08C on white background.



Black color preview on #F6F08C background

This text has black color on #F6F08C background.


White color preview on #F6F08C background

This text has white color on #F6F08C background.