COLOR #F6DF74

HEX: #F6DF74
RGB: (246,223,116)

Color info

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

RGB color model

#F6DF74 color RGB value is (246,223,116).

  • red value is 246;
  • green value is 223;
  • blue value is 116.
RGB:
(246,223,116)
(96%,87%,45%)

RGB channels and saturation

R 246 of 255 = 96%
G 223 of 255 = 87%
B 116 of 255 = 45%

246
223
116

R + G + B ~ 76%. #F6DF74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 223 + 116 = 585 (100%)
R 246 of 585 ~ 42.05%
G 223 of 585 ~ 38.12%
B 116 of 585 ~ 19.83%

%42.05
%38.12
%19.83

CMYK color model

#F6DF74 color CMYK value is (0,9,53,4).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 52.85%
  • key color value is 3.53%
CMYK:
(0,9,53,4)
C0M9Y53K4 
(0%,9%,53%,4%)
(0.00/0.09/0.53/0.04)	

CMYK percentages

%0
%9.35
%52.85
%3.53

Codes

Color #F6DF74 in popluar color models

F6DF74
RGB246223116
HSL49°87.84%70.98%
HSB/HSV49°52.85%96.47%
CMYK0.00%9.35%52.85%
3.53%

Color #F6DF74 in popluar number systems.

HEXF6DF74
Decimal246223116
Binary11110110110111111110100
Octal366337164

Shades and tints

Shades of #F6DF74

#F6DF74
(246,223,116)
#E0CB6A
(224,203,106)
#CAB760
(202,183,96)
#B4A356
(180,163,86)
#9E8F4C
(158,143,76)
#887B42
(136,123,66)
#726738
(114,103,56)
#5C532E
(92,83,46)
#463F24
(70,63,36)
#302B1A
(48,43,26)
#1A1710
(26,23,16)
#000000
(0,0,0)

Tints of #F6DF74

#F6DF74
(246,223,116)
#F6E180
(246,225,128)
#F6E38C
(246,227,140)
#F6E598
(246,229,152)
#F6E7A4
(246,231,164)
#F6E9B0
(246,233,176)
#F6EBBC
(246,235,188)
#F6EDC8
(246,237,200)
#F6EFD4
(246,239,212)
#F6F1E0
(246,241,224)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DF74; }

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

This text font color is #F6DF74.


Background Color

.myBgColor { background-color: #F6DF74; }

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

This div background color is #F6DF74.


Border color

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

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

This div border color is #F6DF74.


Opacity

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

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

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

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

This text has shadow with #F6DF74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DF74 on black background.


Color preview on white background

This text has color #F6DF74 on white background.



Black color preview on #F6DF74 background

This text has black color on #F6DF74 background.


White color preview on #F6DF74 background

This text has white color on #F6DF74 background.