COLOR #F4D299

HEX: #F4D299 RGB: (244,210,153)

Color info

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

RGB color model

#F4D299 color RGB value is (244,210,153).

RGB: (244,210,153) (96%, 82%, 60%)

RGB channels and saturation

R 244 of 255 = 96%
G 210 of 255 = 82%
B 153 of 255 = 60%

244
210
153

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

Portions of RGB colors in percentages

R + G + B = 244 + 210 + 153 = 607 (100%)
R 244 of 607 ~ 40.2%
G 210 of 607 ~ 34.6%
B 153 of 607 ~ 25.21'%

%40.2
%34.6
%25.21

CMYK color model

#F4D299 color CMYK value is (0,14,37,4).

  • cyan value is 0.00%
  • magenta value is 13.93%
  • yellow value is 37.30%
  • key color value is 4.31%

CMYK: (0,14,37,4)
C0M14Y37K4 (0%, 14%, 37%, 4%)
(0.00 / 0.14 / 0.37 / 0.04)

CMYK percentages

%0
%13.93
%37.3
%4.31

Codes

Color #F4D299 in popluar color models

F4 D2 99
RGB 244 210 153
HSL 38° 80.53% 77.84%
HSB/HSV 38° 37.30% 95.69%
CMYK 0.00% 13.93% 37.30%
4.31%

Color #F4D299 in popluar number systems.

HEX F4 D2 99
Decimal 244 210 153
Binary 11110100 11010010 10011001
Octal 364 322 231

Shades and tints

Shades of #F4D299

#F4D299
(244,210,153)
#DEBF8C
(222,191,140)
#C8AC7F
(200,172,127)
#B29972
(178,153,114)
#9C8665
(156,134,101)
#867358
(134,115,88)
#70604B
(112,96,75)
#5A4D3E
(90,77,62)
#443A31
(68,58,49)
#2E2724
(46,39,36)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #F4D299

#F4D299
(244,210,153)
#F5D6A2
(245,214,162)
#F6DAAB
(246,218,171)
#F7DEB4
(247,222,180)
#F8E2BD
(248,226,189)
#F9E6C6
(249,230,198)
#FAEACF
(250,234,207)
#FBEED8
(251,238,216)
#FCF2E1
(252,242,225)
#FDF6EA
(253,246,234)
#FEFAF3
(254,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D299 color. Also use rgb(244,210,153) instead hex code.

Text Font Color

.myTextColor { color: #F4D299; }

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

This text font color is #F4D299.

Background Color

.myBgColor { background-color: #F4D299; }

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

This div background color is #F4D299.

Border color

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

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

This div border color is #F4D299.

Opacity

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

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

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

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

This text has shadow with #F4D299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4D299.

Preview

Color preview on black background

This text has color #F4D299 on black background.


Color preview on white background

This text has color #F4D299 on white background.


Black color preview on #F4D299 background

This text has black color on #F4D299 background.


White color preview on #F4D299 background

This text has white color on #F4D299 background.


Related colors

Complementary color

Complementary color for #hex is #0B2D66.


I love getcolorcode.com

Triadic colors

1 #99F4D2 and #D299F4 with #F4D299 are triadic colors.

2 #99D2F4 and #D2F499 with #F4D299 are triadic colors.