COLOR #F4D692

HEX: #F4D692 RGB: (244,214,146)

Color info

#F4D692 contains mainly red and green colors. Web safe color of #F4D692 is #FFCC99 (or #FC9).

RGB color model

#F4D692 color RGB value is (244,214,146).

RGB: (244,214,146) (96%, 84%, 57%)

RGB channels and saturation

R 244 of 255 = 96%
G 214 of 255 = 84%
B 146 of 255 = 57%

244
214
146

R + G + B ~ 79%. #F4D692 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 214 + 146 = 604 (100%)
R 244 of 604 ~ 40.4%
G 214 of 604 ~ 35.43%
B 146 of 604 ~ 24.17'%

%40.4
%35.43
%24.17

CMYK color model

#F4D692 color CMYK value is (0,12,40,4).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 40.16%
  • key color value is 4.31%
CMYK: (0,12,40,4) C0M12Y40K4 (0%,12%,40%,4%) (0.00/0.12/0.40/0.04) 

CMYK percentages

%0
%12.3
%40.16
%4.31

Codes

Color #F4D692 in popluar color models

F4 D6 92
RGB 244 214 146
HSL 42° 81.67% 76.47%
HSB/HSV 42° 40.16% 95.69%
CMYK 0.00% 12.30% 40.16%
4.31%

Color #F4D692 in popluar number systems.

HEX F4 D6 92
Decimal 244 214 146
Binary 11110100 11010110 10010010
Octal 364 326 222

Shades and tints

Shades of #F4D692

#F4D692
(244,214,146)
#DEC385
(222,195,133)
#C8B078
(200,176,120)
#B29D6B
(178,157,107)
#9C8A5E
(156,138,94)
#867751
(134,119,81)
#706444
(112,100,68)
#5A5137
(90,81,55)
#443E2A
(68,62,42)
#2E2B1D
(46,43,29)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #F4D692

#F4D692
(244,214,146)
#F5D99B
(245,217,155)
#F6DCA4
(246,220,164)
#F7DFAD
(247,223,173)
#F8E2B6
(248,226,182)
#F9E5BF
(249,229,191)
#FAE8C8
(250,232,200)
#FBEBD1
(251,235,209)
#FCEEDA
(252,238,218)
#FDF1E3
(253,241,227)
#FEF4EC
(254,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D692; }

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

This text font color is #F4D692.

Background Color

.myBgColor { background-color: #F4D692; }

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

This div background color is #F4D692.

Border color

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

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

This div border color is #F4D692.

Opacity

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

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

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

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

This text has shadow with #F4D692 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4D692.

Preview

Color preview on black background

This text has color #F4D692 on black background.


Color preview on white background

This text has color #F4D692 on white background.


Black color preview on #F4D692 background

This text has black color on #F4D692 background.


White color preview on #F4D692 background

This text has white color on #F4D692 background.


Related colors

Complementary color

Complementary color for #hex is #0B296D.


I love getcolorcode.com

Triadic colors

1 #92F4D6 and #D692F4 with #F4D692 are triadic colors.

2 #92D6F4 and #D6F492 with #F4D692 are triadic colors.