COLOR #F8DA7F

HEX: #F8DA7F
RGB: (248,218,127)

Color info

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

RGB color model

#F8DA7F color RGB value is (248,218,127).

  • red value is 248;
  • green value is 218;
  • blue value is 127.
RGB:
(248,218,127)
(97%,85%,50%)

RGB channels and saturation

R 248 of 255 = 97%
G 218 of 255 = 85%
B 127 of 255 = 50%

248
218
127

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

Portions of RGB colors in percentages

R + G + B =
248 + 218 + 127 = 593 (100%)
R 248 of 593 ~ 41.82%
G 218 of 593 ~ 36.76%
B 127 of 593 ~ 21.42%

%41.82
%36.76
%21.42

CMYK color model

#F8DA7F color CMYK value is (0,12,49,3).

  • cyan value is 0.00%
  • magenta value is 12.10%
  • yellow value is 48.79%
  • key color value is 2.75%
CMYK:
(0,12,49,3)
C0M12Y49K3 
(0%,12%,49%,3%)
(0.00/0.12/0.49/0.03)	

CMYK percentages

%0
%12.1
%48.79
%2.75

Codes

Color #F8DA7F in popluar color models

F8DA7F
RGB248218127
HSL45°89.63%73.53%
HSB/HSV45°48.79%97.25%
CMYK0.00%12.10%48.79%
2.75%

Color #F8DA7F in popluar number systems.

HEXF8DA7F
Decimal248218127
Binary11111000110110101111111
Octal370332177

Shades and tints

Shades of #F8DA7F

#F8DA7F
(248,218,127)
#E2C774
(226,199,116)
#CCB469
(204,180,105)
#B6A15E
(182,161,94)
#A08E53
(160,142,83)
#8A7B48
(138,123,72)
#74683D
(116,104,61)
#5E5532
(94,85,50)
#484227
(72,66,39)
#322F1C
(50,47,28)
#1C1C11
(28,28,17)
#000000
(0,0,0)

Tints of #F8DA7F

#F8DA7F
(248,218,127)
#F8DD8A
(248,221,138)
#F8E095
(248,224,149)
#F8E3A0
(248,227,160)
#F8E6AB
(248,230,171)
#F8E9B6
(248,233,182)
#F8ECC1
(248,236,193)
#F8EFCC
(248,239,204)
#F8F2D7
(248,242,215)
#F8F5E2
(248,245,226)
#F8F8ED
(248,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8DA7F color. Also use rgb(248,218,127) instead hex code.

Text Font Color

.myTextColor { color: #F8DA7F; }

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

This text font color is #F8DA7F.


Background Color

.myBgColor { background-color: #F8DA7F; }

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

This div background color is #F8DA7F.


Border color

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

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

This div border color is #F8DA7F.


Opacity

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

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

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

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

This text has shadow with #F8DA7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DA7F on black background.


Color preview on white background

This text has color #F8DA7F on white background.



Black color preview on #F8DA7F background

This text has black color on #F8DA7F background.


White color preview on #F8DA7F background

This text has white color on #F8DA7F background.