COLOR #F4D098

HEX: #F4D098
RGB: (244,208,152)

Color info

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

RGB color model

#F4D098 color RGB value is (244,208,152).

  • red value is 244;
  • green value is 208;
  • blue value is 152.
RGB:
(244,208,152)
(96%,82%,60%)

RGB channels and saturation

R 244 of 255 = 96%
G 208 of 255 = 82%
B 152 of 255 = 60%

244
208
152

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

Portions of RGB colors in percentages

R + G + B =
244 + 208 + 152 = 604 (100%)
R 244 of 604 ~ 40.4%
G 208 of 604 ~ 34.44%
B 152 of 604 ~ 25.17%

%40.4
%34.44
%25.17

CMYK color model

#F4D098 color CMYK value is (0,15,38,4).

  • cyan value is 0.00%
  • magenta value is 14.75%
  • yellow value is 37.70%
  • key color value is 4.31%
CMYK:
(0,15,38,4)
C0M15Y38K4 
(0%,15%,38%,4%)
(0.00/0.15/0.38/0.04)	

CMYK percentages

%0
%14.75
%37.7
%4.31

Codes

Color #F4D098 in popluar color models

F4D098
RGB244208152
HSL37°80.70%77.65%
HSB/HSV37°37.70%95.69%
CMYK0.00%14.75%37.70%
4.31%

Color #F4D098 in popluar number systems.

HEXF4D098
Decimal244208152
Binary111101001101000010011000
Octal364320230

Shades and tints

Shades of #F4D098

#F4D098
(244,208,152)
#DEBE8B
(222,190,139)
#C8AC7E
(200,172,126)
#B29A71
(178,154,113)
#9C8864
(156,136,100)
#867657
(134,118,87)
#70644A
(112,100,74)
#5A523D
(90,82,61)
#444030
(68,64,48)
#2E2E23
(46,46,35)
#181C16
(24,28,22)
#000000
(0,0,0)

Tints of #F4D098

#F4D098
(244,208,152)
#F5D4A1
(245,212,161)
#F6D8AA
(246,216,170)
#F7DCB3
(247,220,179)
#F8E0BC
(248,224,188)
#F9E4C5
(249,228,197)
#FAE8CE
(250,232,206)
#FBECD7
(251,236,215)
#FCF0E0
(252,240,224)
#FDF4E9
(253,244,233)
#FEF8F2
(254,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D098 color. Also use rgb(244,208,152) instead hex code.

Text Font Color

.myTextColor { color: #F4D098; }

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

This text font color is #F4D098.


Background Color

.myBgColor { background-color: #F4D098; }

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

This div background color is #F4D098.


Border color

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

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

This div border color is #F4D098.


Opacity

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

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

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

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

This text has shadow with #F4D098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D098 on black background.


Color preview on white background

This text has color #F4D098 on white background.



Black color preview on #F4D098 background

This text has black color on #F4D098 background.


White color preview on #F4D098 background

This text has white color on #F4D098 background.