COLOR #F8DE7E

HEX: #F8DE7E
RGB: (248,222,126)

Color info

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

RGB color model

#F8DE7E color RGB value is (248,222,126).

  • red value is 248;
  • green value is 222;
  • blue value is 126.
RGB:
(248,222,126)
(97%,87%,49%)

RGB channels and saturation

R 248 of 255 = 97%
G 222 of 255 = 87%
B 126 of 255 = 49%

248
222
126

R + G + B ~ 78%. #F8DE7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 222 + 126 = 596 (100%)
R 248 of 596 ~ 41.61%
G 222 of 596 ~ 37.25%
B 126 of 596 ~ 21.14%

%41.61
%37.25
%21.14

CMYK color model

#F8DE7E color CMYK value is (0,10,49,3).

  • cyan value is 0.00%
  • magenta value is 10.48%
  • yellow value is 49.19%
  • key color value is 2.75%
CMYK:
(0,10,49,3)
C0M10Y49K3 
(0%,10%,49%,3%)
(0.00/0.10/0.49/0.03)	

CMYK percentages

%0
%10.48
%49.19
%2.75

Codes

Color #F8DE7E in popluar color models

F8DE7E
RGB248222126
HSL47°89.71%73.33%
HSB/HSV47°49.19%97.25%
CMYK0.00%10.48%49.19%
2.75%

Color #F8DE7E in popluar number systems.

HEXF8DE7E
Decimal248222126
Binary11111000110111101111110
Octal370336176

Shades and tints

Shades of #F8DE7E

#F8DE7E
(248,222,126)
#E2CA73
(226,202,115)
#CCB668
(204,182,104)
#B6A25D
(182,162,93)
#A08E52
(160,142,82)
#8A7A47
(138,122,71)
#74663C
(116,102,60)
#5E5231
(94,82,49)
#483E26
(72,62,38)
#322A1B
(50,42,27)
#1C1610
(28,22,16)
#000000
(0,0,0)

Tints of #F8DE7E

#F8DE7E
(248,222,126)
#F8E189
(248,225,137)
#F8E494
(248,228,148)
#F8E79F
(248,231,159)
#F8EAAA
(248,234,170)
#F8EDB5
(248,237,181)
#F8F0C0
(248,240,192)
#F8F3CB
(248,243,203)
#F8F6D6
(248,246,214)
#F8F9E1
(248,249,225)
#F8FCEC
(248,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8DE7E color. Also use rgb(248,222,126) instead hex code.

Text Font Color

.myTextColor { color: #F8DE7E; }

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

This text font color is #F8DE7E.


Background Color

.myBgColor { background-color: #F8DE7E; }

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

This div background color is #F8DE7E.


Border color

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

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

This div border color is #F8DE7E.


Opacity

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

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

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

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

This text has shadow with #F8DE7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DE7E on black background.


Color preview on white background

This text has color #F8DE7E on white background.



Black color preview on #F8DE7E background

This text has black color on #F8DE7E background.


White color preview on #F8DE7E background

This text has white color on #F8DE7E background.