COLOR #F6D97F

HEX: #F6D97F
RGB: (246,217,127)

Color info

#F6D97F contains mainly red and green colors. Web safe color of #F6D97F is #FFCC66 (or #FC6).

RGB color model

#F6D97F color RGB value is (246,217,127).

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

RGB channels and saturation

R 246 of 255 = 96%
G 217 of 255 = 85%
B 127 of 255 = 50%

246
217
127

R + G + B ~ 77%. #F6D97F is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 217 + 127 = 590 (100%)
R 246 of 590 ~ 41.69%
G 217 of 590 ~ 36.78%
B 127 of 590 ~ 21.53%

%41.69
%36.78
%21.53

CMYK color model

#F6D97F color CMYK value is (0,12,48,4).

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 48.37%
  • key color value is 3.53%
CMYK:
(0,12,48,4)
C0M12Y48K4 
(0%,12%,48%,4%)
(0.00/0.12/0.48/0.04)	

CMYK percentages

%0
%11.79
%48.37
%3.53

Codes

Color #F6D97F in popluar color models

F6D97F
RGB246217127
HSL45°86.86%73.14%
HSB/HSV45°48.37%96.47%
CMYK0.00%11.79%48.37%
3.53%

Color #F6D97F in popluar number systems.

HEXF6D97F
Decimal246217127
Binary11110110110110011111111
Octal366331177

Shades and tints

Shades of #F6D97F

#F6D97F
(246,217,127)
#E0C674
(224,198,116)
#CAB369
(202,179,105)
#B4A05E
(180,160,94)
#9E8D53
(158,141,83)
#887A48
(136,122,72)
#72673D
(114,103,61)
#5C5432
(92,84,50)
#464127
(70,65,39)
#302E1C
(48,46,28)
#1A1B11
(26,27,17)
#000000
(0,0,0)

Tints of #F6D97F

#F6D97F
(246,217,127)
#F6DC8A
(246,220,138)
#F6DF95
(246,223,149)
#F6E2A0
(246,226,160)
#F6E5AB
(246,229,171)
#F6E8B6
(246,232,182)
#F6EBC1
(246,235,193)
#F6EECC
(246,238,204)
#F6F1D7
(246,241,215)
#F6F4E2
(246,244,226)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D97F; }

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

This text font color is #F6D97F.


Background Color

.myBgColor { background-color: #F6D97F; }

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

This div background color is #F6D97F.


Border color

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

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

This div border color is #F6D97F.


Opacity

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

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

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

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

This text has shadow with #F6D97F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D97F on black background.


Color preview on white background

This text has color #F6D97F on white background.



Black color preview on #F6D97F background

This text has black color on #F6D97F background.


White color preview on #F6D97F background

This text has white color on #F6D97F background.