COLOR #F4D680

HEX: #F4D680
RGB: (244,214,128)

Color info

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

RGB color model

#F4D680 color RGB value is (244,214,128).

  • red value is 244;
  • green value is 214;
  • blue value is 128.
RGB:
(244,214,128)
(96%,84%,50%)

RGB channels and saturation

R 244 of 255 = 96%
G 214 of 255 = 84%
B 128 of 255 = 50%

244
214
128

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

Portions of RGB colors in percentages

R + G + B =
244 + 214 + 128 = 586 (100%)
R 244 of 586 ~ 41.64%
G 214 of 586 ~ 36.52%
B 128 of 586 ~ 21.84%

%41.64
%36.52
%21.84

CMYK color model

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

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

CMYK percentages

%0
%12.3
%47.54
%4.31

Codes

Color #F4D680 in popluar color models

F4D680
RGB244214128
HSL44°84.06%72.94%
HSB/HSV44°47.54%95.69%
CMYK0.00%12.30%47.54%
4.31%

Color #F4D680 in popluar number systems.

HEXF4D680
Decimal244214128
Binary111101001101011010000000
Octal364326200

Shades and tints

Shades of #F4D680

#F4D680
(244,214,128)
#DEC375
(222,195,117)
#C8B06A
(200,176,106)
#B29D5F
(178,157,95)
#9C8A54
(156,138,84)
#867749
(134,119,73)
#70643E
(112,100,62)
#5A5133
(90,81,51)
#443E28
(68,62,40)
#2E2B1D
(46,43,29)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #F4D680

#F4D680
(244,214,128)
#F5D98B
(245,217,139)
#F6DC96
(246,220,150)
#F7DFA1
(247,223,161)
#F8E2AC
(248,226,172)
#F9E5B7
(249,229,183)
#FAE8C2
(250,232,194)
#FBEBCD
(251,235,205)
#FCEED8
(252,238,216)
#FDF1E3
(253,241,227)
#FEF4EE
(254,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D680 color. Also use rgb(244,214,128) instead hex code.

Text Font Color

.myTextColor { color: #F4D680; }

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

This text font color is #F4D680.


Background Color

.myBgColor { background-color: #F4D680; }

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

This div background color is #F4D680.


Border color

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

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

This div border color is #F4D680.


Opacity

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

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

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

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

This text has shadow with #F4D680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D680 on black background.


Color preview on white background

This text has color #F4D680 on white background.



Black color preview on #F4D680 background

This text has black color on #F4D680 background.


White color preview on #F4D680 background

This text has white color on #F4D680 background.