COLOR #F6F6AC

HEX: #F6F6AC
RGB: (246,246,172)

Color info

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

RGB color model

#F6F6AC color RGB value is (246,246,172).

  • red value is 246;
  • green value is 246;
  • blue value is 172.
RGB:
(246,246,172)
(96%,96%,67%)

RGB channels and saturation

R 246 of 255 = 96%
G 246 of 255 = 96%
B 172 of 255 = 67%

246
246
172

R + G + B ~ 86%. #F6F6AC is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 246 + 172 = 664 (100%)
R 246 of 664 ~ 37.05%
G 246 of 664 ~ 37.05%
B 172 of 664 ~ 25.9%

%37.05
%37.05
%25.9

CMYK color model

#F6F6AC color CMYK value is (0,0,30,4).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 30.08%
  • key color value is 3.53%
CMYK:
(0,0,30,4)
C0M0Y30K4 
(0%,0%,30%,4%)
(0.00/0.00/0.30/0.04)	

CMYK percentages

%0
%0
%30.08
%3.53

Codes

Color #F6F6AC in popluar color models

F6F6AC
RGB246246172
HSL60°80.43%81.96%
HSB/HSV60°30.08%96.47%
CMYK0.00%0.00%30.08%
3.53%

Color #F6F6AC in popluar number systems.

HEXF6F6AC
Decimal246246172
Binary111101101111011010101100
Octal366366254

Shades and tints

Shades of #F6F6AC

#F6F6AC
(246,246,172)
#E0E09D
(224,224,157)
#CACA8E
(202,202,142)
#B4B47F
(180,180,127)
#9E9E70
(158,158,112)
#888861
(136,136,97)
#727252
(114,114,82)
#5C5C43
(92,92,67)
#464634
(70,70,52)
#303025
(48,48,37)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #F6F6AC

#F6F6AC
(246,246,172)
#F6F6B3
(246,246,179)
#F6F6BA
(246,246,186)
#F6F6C1
(246,246,193)
#F6F6C8
(246,246,200)
#F6F6CF
(246,246,207)
#F6F6D6
(246,246,214)
#F6F6DD
(246,246,221)
#F6F6E4
(246,246,228)
#F6F6EB
(246,246,235)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F6AC; }

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

This text font color is #F6F6AC.


Background Color

.myBgColor { background-color: #F6F6AC; }

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

This div background color is #F6F6AC.


Border color

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

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

This div border color is #F6F6AC.


Opacity

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

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

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

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

This text has shadow with #F6F6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F6AC on black background.


Color preview on white background

This text has color #F6F6AC on white background.



Black color preview on #F6F6AC background

This text has black color on #F6F6AC background.


White color preview on #F6F6AC background

This text has white color on #F6F6AC background.