COLOR #F9D68E

HEX: #F9D68E
RGB: (249,214,142)

Color info

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

RGB color model

#F9D68E color RGB value is (249,214,142).

  • red value is 249;
  • green value is 214;
  • blue value is 142.
RGB:
(249,214,142)
(98%,84%,56%)

RGB channels and saturation

R 249 of 255 = 98%
G 214 of 255 = 84%
B 142 of 255 = 56%

249
214
142

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

Portions of RGB colors in percentages

R + G + B =
249 + 214 + 142 = 605 (100%)
R 249 of 605 ~ 41.16%
G 214 of 605 ~ 35.37%
B 142 of 605 ~ 23.47%

%41.16
%35.37
%23.47

CMYK color model

#F9D68E color CMYK value is (0,14,43,2).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 42.97%
  • key color value is 2.35%
CMYK:
(0,14,43,2)
C0M14Y43K2 
(0%,14%,43%,2%)
(0.00/0.14/0.43/0.02)	

CMYK percentages

%0
%14.06
%42.97
%2.35

Codes

Color #F9D68E in popluar color models

F9D68E
RGB249214142
HSL40°89.92%76.67%
HSB/HSV40°42.97%97.65%
CMYK0.00%14.06%42.97%
2.35%

Color #F9D68E in popluar number systems.

HEXF9D68E
Decimal249214142
Binary111110011101011010001110
Octal371326216

Shades and tints

Shades of #F9D68E

#F9D68E
(249,214,142)
#E3C382
(227,195,130)
#CDB076
(205,176,118)
#B79D6A
(183,157,106)
#A18A5E
(161,138,94)
#8B7752
(139,119,82)
#756446
(117,100,70)
#5F513A
(95,81,58)
#493E2E
(73,62,46)
#332B22
(51,43,34)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #F9D68E

#F9D68E
(249,214,142)
#F9D998
(249,217,152)
#F9DCA2
(249,220,162)
#F9DFAC
(249,223,172)
#F9E2B6
(249,226,182)
#F9E5C0
(249,229,192)
#F9E8CA
(249,232,202)
#F9EBD4
(249,235,212)
#F9EEDE
(249,238,222)
#F9F1E8
(249,241,232)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D68E color. Also use rgb(249,214,142) instead hex code.

Text Font Color

.myTextColor { color: #F9D68E; }

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

This text font color is #F9D68E.


Background Color

.myBgColor { background-color: #F9D68E; }

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

This div background color is #F9D68E.


Border color

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

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

This div border color is #F9D68E.


Opacity

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

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

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

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

This text has shadow with #F9D68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D68E on black background.


Color preview on white background

This text has color #F9D68E on white background.



Black color preview on #F9D68E background

This text has black color on #F9D68E background.


White color preview on #F9D68E background

This text has white color on #F9D68E background.