COLOR #F6CD74

HEX: #F6CD74
RGB: (246,205,116)

Color info

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

RGB color model

#F6CD74 color RGB value is (246,205,116).

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

RGB channels and saturation

R 246 of 255 = 96%
G 205 of 255 = 80%
B 116 of 255 = 45%

246
205
116

R + G + B ~ 74%. #F6CD74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 205 + 116 = 567 (100%)
R 246 of 567 ~ 43.39%
G 205 of 567 ~ 36.16%
B 116 of 567 ~ 20.46%

%43.39
%36.16
%20.46

CMYK color model

#F6CD74 color CMYK value is (0,17,53,4).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 52.85%
  • key color value is 3.53%
CMYK:
(0,17,53,4)
C0M17Y53K4 
(0%,17%,53%,4%)
(0.00/0.17/0.53/0.04)	

CMYK percentages

%0
%16.67
%52.85
%3.53

Codes

Color #F6CD74 in popluar color models

F6CD74
RGB246205116
HSL41°87.84%70.98%
HSB/HSV41°52.85%96.47%
CMYK0.00%16.67%52.85%
3.53%

Color #F6CD74 in popluar number systems.

HEXF6CD74
Decimal246205116
Binary11110110110011011110100
Octal366315164

Shades and tints

Shades of #F6CD74

#F6CD74
(246,205,116)
#E0BB6A
(224,187,106)
#CAA960
(202,169,96)
#B49756
(180,151,86)
#9E854C
(158,133,76)
#887342
(136,115,66)
#726138
(114,97,56)
#5C4F2E
(92,79,46)
#463D24
(70,61,36)
#302B1A
(48,43,26)
#1A1910
(26,25,16)
#000000
(0,0,0)

Tints of #F6CD74

#F6CD74
(246,205,116)
#F6D180
(246,209,128)
#F6D58C
(246,213,140)
#F6D998
(246,217,152)
#F6DDA4
(246,221,164)
#F6E1B0
(246,225,176)
#F6E5BC
(246,229,188)
#F6E9C8
(246,233,200)
#F6EDD4
(246,237,212)
#F6F1E0
(246,241,224)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CD74; }

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

This text font color is #F6CD74.


Background Color

.myBgColor { background-color: #F6CD74; }

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

This div background color is #F6CD74.


Border color

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

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

This div border color is #F6CD74.


Opacity

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

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

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

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

This text has shadow with #F6CD74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CD74 on black background.


Color preview on white background

This text has color #F6CD74 on white background.



Black color preview on #F6CD74 background

This text has black color on #F6CD74 background.


White color preview on #F6CD74 background

This text has white color on #F6CD74 background.