COLOR #F8D955

HEX: #F8D955 RGB: (248,217,85)

Color info

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

RGB color model

#F8D955 color RGB value is (248,217,85).

RGB: (248,217,85) (97%, 85%, 33%)

RGB channels and saturation

R 248 of 255 = 97%
G 217 of 255 = 85%
B 85 of 255 = 33%

248
217
85

R + G + B ~ 72%. #F8D955 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 217 + 85 = 550 (100%)
R 248 of 550 ~ 45.09%
G 217 of 550 ~ 39.45%
B 85 of 550 ~ 15.45'%

%45.09
%39.45
%15.45

CMYK color model

#F8D955 color CMYK value is (0,13,66,3).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 65.73%
  • key color value is 2.75%

CMYK: (0,13,66,3)
C0M13Y66K3 (0%, 13%, 66%, 3%)
(0.00 / 0.13 / 0.66 / 0.03)

CMYK percentages

%0
%12.5
%65.73
%2.75

Codes

Color #F8D955 in popluar color models

F8 D9 55
RGB 248 217 85
HSL 49° 92.09% 65.29%
HSB/HSV 49° 65.73% 97.25%
CMYK 0.00% 12.50% 65.73%
2.75%

Color #F8D955 in popluar number systems.

HEX F8 D9 55
Decimal 248 217 85
Binary 11111000 11011001 1010101
Octal 370 331 125

Shades and tints

Shades of #F8D955

#F8D955
(248,217,85)
#E2C64E
(226,198,78)
#CCB347
(204,179,71)
#B6A040
(182,160,64)
#A08D39
(160,141,57)
#8A7A32
(138,122,50)
#74672B
(116,103,43)
#5E5424
(94,84,36)
#48411D
(72,65,29)
#322E16
(50,46,22)
#1C1B0F
(28,27,15)
#000000
(0,0,0)

Tints of #F8D955

#F8D955
(248,217,85)
#F8DC64
(248,220,100)
#F8DF73
(248,223,115)
#F8E282
(248,226,130)
#F8E591
(248,229,145)
#F8E8A0
(248,232,160)
#F8EBAF
(248,235,175)
#F8EEBE
(248,238,190)
#F8F1CD
(248,241,205)
#F8F4DC
(248,244,220)
#F8F7EB
(248,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D955 color. Also use rgb(248,217,85) instead hex code.

Text Font Color

.myTextColor { color: #F8D955; }

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

This text font color is #F8D955.

Background Color

.myBgColor { background-color: #F8D955; }

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

This div background color is #F8D955.

Border color

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

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

This div border color is #F8D955.

Opacity

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

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

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

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

This text has shadow with #F8D955 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8D955.

Preview

Color preview on black background

This text has color #F8D955 on black background.


Color preview on white background

This text has color #F8D955 on white background.


Black color preview on #F8D955 background

This text has black color on #F8D955 background.


White color preview on #F8D955 background

This text has white color on #F8D955 background.


Related colors

Complementary color

Complementary color for #hex is #0726AA.


I love getcolorcode.com

Triadic colors

1 #55F8D9 and #D955F8 with #F8D955 are triadic colors.

2 #55D9F8 and #D9F855 with #F8D955 are triadic colors.