COLOR #F6F48E

HEX: #F6F48E
RGB: (246,244,142)

Color info

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

RGB color model

#F6F48E color RGB value is (246,244,142).

  • red value is 246;
  • green value is 244;
  • blue value is 142.
RGB:
(246,244,142)
(96%,96%,56%)

RGB channels and saturation

R 246 of 255 = 96%
G 244 of 255 = 96%
B 142 of 255 = 56%

246
244
142

R + G + B ~ 83%. #F6F48E is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 244 + 142 = 632 (100%)
R 246 of 632 ~ 38.92%
G 244 of 632 ~ 38.61%
B 142 of 632 ~ 22.47%

%38.92
%38.61
%22.47

CMYK color model

#F6F48E color CMYK value is (0,1,42,4).

  • cyan value is 0.00%
  • magenta value is 0.81%
  • yellow value is 42.28%
  • key color value is 3.53%
CMYK:
(0,1,42,4)
C0M1Y42K4 
(0%,1%,42%,4%)
(0.00/0.01/0.42/0.04)	

CMYK percentages

%0
%0.81
%42.28
%3.53

Codes

Color #F6F48E in popluar color models

F6F48E
RGB246244142
HSL59°85.25%76.08%
HSB/HSV59°42.28%96.47%
CMYK0.00%0.81%42.28%
3.53%

Color #F6F48E in popluar number systems.

HEXF6F48E
Decimal246244142
Binary111101101111010010001110
Octal366364216

Shades and tints

Shades of #F6F48E

#F6F48E
(246,244,142)
#E0DE82
(224,222,130)
#CAC876
(202,200,118)
#B4B26A
(180,178,106)
#9E9C5E
(158,156,94)
#888652
(136,134,82)
#727046
(114,112,70)
#5C5A3A
(92,90,58)
#46442E
(70,68,46)
#302E22
(48,46,34)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #F6F48E

#F6F48E
(246,244,142)
#F6F598
(246,245,152)
#F6F6A2
(246,246,162)
#F6F7AC
(246,247,172)
#F6F8B6
(246,248,182)
#F6F9C0
(246,249,192)
#F6FACA
(246,250,202)
#F6FBD4
(246,251,212)
#F6FCDE
(246,252,222)
#F6FDE8
(246,253,232)
#F6FEF2
(246,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F48E; }

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

This text font color is #F6F48E.


Background Color

.myBgColor { background-color: #F6F48E; }

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

This div background color is #F6F48E.


Border color

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

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

This div border color is #F6F48E.


Opacity

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

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

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

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

This text has shadow with #F6F48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F48E on black background.


Color preview on white background

This text has color #F6F48E on white background.



Black color preview on #F6F48E background

This text has black color on #F6F48E background.


White color preview on #F6F48E background

This text has white color on #F6F48E background.