COLOR #F8EE7E

HEX: #F8EE7E RGB: (248,238,126)

Color info

#F8EE7E contains mainly red and green colors. Web safe color of #F8EE7E is #FFFF66 (or #FF6).

RGB color model

#F8EE7E color RGB value is (248,238,126).

RGB: (248,238,126) (97%, 93%, 49%)

RGB channels and saturation

R 248 of 255 = 97%
G 238 of 255 = 93%
B 126 of 255 = 49%

248
238
126

R + G + B ~ 80%. #F8EE7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 238 + 126 = 612 (100%)
R 248 of 612 ~ 40.52%
G 238 of 612 ~ 38.89%
B 126 of 612 ~ 20.59'%

%40.52
%38.89
%20.59

CMYK color model

#F8EE7E color CMYK value is (0,4,49,3).

  • cyan value is 0.00%
  • magenta value is 4.03%
  • yellow value is 49.19%
  • key color value is 2.75%

CMYK: (0,4,49,3)
C0M4Y49K3 (0%, 4%, 49%, 3%)
(0.00 / 0.04 / 0.49 / 0.03)

CMYK percentages

%0
%4.03
%49.19
%2.75

Codes

Color #F8EE7E in popluar color models

F8 EE 7E
RGB 248 238 126
HSL 55° 89.71% 73.33%
HSB/HSV 55° 49.19% 97.25%
CMYK 0.00% 4.03% 49.19%
2.75%

Color #F8EE7E in popluar number systems.

HEX F8 EE 7E
Decimal 248 238 126
Binary 11111000 11101110 1111110
Octal 370 356 176

Shades and tints

Shades of #F8EE7E

#F8EE7E
(248,238,126)
#E2D973
(226,217,115)
#CCC468
(204,196,104)
#B6AF5D
(182,175,93)
#A09A52
(160,154,82)
#8A8547
(138,133,71)
#74703C
(116,112,60)
#5E5B31
(94,91,49)
#484626
(72,70,38)
#32311B
(50,49,27)
#1C1C10
(28,28,16)
#000000
(0,0,0)

Tints of #F8EE7E

#F8EE7E
(248,238,126)
#F8EF89
(248,239,137)
#F8F094
(248,240,148)
#F8F19F
(248,241,159)
#F8F2AA
(248,242,170)
#F8F3B5
(248,243,181)
#F8F4C0
(248,244,192)
#F8F5CB
(248,245,203)
#F8F6D6
(248,246,214)
#F8F7E1
(248,247,225)
#F8F8EC
(248,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EE7E; }

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

This text font color is #F8EE7E.

Background Color

.myBgColor { background-color: #F8EE7E; }

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

This div background color is #F8EE7E.

Border color

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

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

This div border color is #F8EE7E.

Opacity

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

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

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

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

This text has shadow with #F8EE7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8EE7E.

Preview

Color preview on black background

This text has color #F8EE7E on black background.


Color preview on white background

This text has color #F8EE7E on white background.


Black color preview on #F8EE7E background

This text has black color on #F8EE7E background.


White color preview on #F8EE7E background

This text has white color on #F8EE7E background.


Related colors

Complementary color

Complementary color for #hex is #071181.


I love getcolorcode.com

Triadic colors

1 #7EF8EE and #EE7EF8 with #F8EE7E are triadic colors.

2 #7EEEF8 and #EEF87E with #F8EE7E are triadic colors.