COLOR #F8C58E

HEX: #F8C58E RGB: (248,197,142)

Color info

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

RGB color model

#F8C58E color RGB value is (248,197,142).

RGB: (248,197,142) (97%, 77%, 56%)

RGB channels and saturation

R 248 of 255 = 97%
G 197 of 255 = 77%
B 142 of 255 = 56%

248
197
142

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

Portions of RGB colors in percentages

R + G + B = 248 + 197 + 142 = 587 (100%)
R 248 of 587 ~ 42.25%
G 197 of 587 ~ 33.56%
B 142 of 587 ~ 24.19'%

%42.25
%33.56
%24.19

CMYK color model

#F8C58E color CMYK value is (0,21,43,3).

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 42.74%
  • key color value is 2.75%

CMYK: (0,21,43,3)
C0M21Y43K3 (0%, 21%, 43%, 3%)
(0.00 / 0.21 / 0.43 / 0.03)

CMYK percentages

%0
%20.56
%42.74
%2.75

Codes

Color #F8C58E in popluar color models

F8 C5 8E
RGB 248 197 142
HSL 31° 88.33% 76.47%
HSB/HSV 31° 42.74% 97.25%
CMYK 0.00% 20.56% 42.74%
2.75%

Color #F8C58E in popluar number systems.

HEX F8 C5 8E
Decimal 248 197 142
Binary 11111000 11000101 10001110
Octal 370 305 216

Shades and tints

Shades of #F8C58E

#F8C58E
(248,197,142)
#E2B482
(226,180,130)
#CCA376
(204,163,118)
#B6926A
(182,146,106)
#A0815E
(160,129,94)
#8A7052
(138,112,82)
#745F46
(116,95,70)
#5E4E3A
(94,78,58)
#483D2E
(72,61,46)
#322C22
(50,44,34)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #F8C58E

#F8C58E
(248,197,142)
#F8CA98
(248,202,152)
#F8CFA2
(248,207,162)
#F8D4AC
(248,212,172)
#F8D9B6
(248,217,182)
#F8DEC0
(248,222,192)
#F8E3CA
(248,227,202)
#F8E8D4
(248,232,212)
#F8EDDE
(248,237,222)
#F8F2E8
(248,242,232)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C58E color. Also use rgb(248,197,142) instead hex code.

Text Font Color

.myTextColor { color: #F8C58E; }

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

This text font color is #F8C58E.

Background Color

.myBgColor { background-color: #F8C58E; }

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

This div background color is #F8C58E.

Border color

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

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

This div border color is #F8C58E.

Opacity

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

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

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

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

This text has shadow with #F8C58E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8C58E.

Preview

Color preview on black background

This text has color #F8C58E on black background.


Color preview on white background

This text has color #F8C58E on white background.


Black color preview on #F8C58E background

This text has black color on #F8C58E background.


White color preview on #F8C58E background

This text has white color on #F8C58E background.


Related colors

Complementary color

Complementary color for #hex is #073A71.


I love getcolorcode.com

Triadic colors

1 #8EF8C5 and #C58EF8 with #F8C58E are triadic colors.

2 #8EC5F8 and #C5F88E with #F8C58E are triadic colors.