COLOR #F8D461

HEX: #F8D461
RGB: (248,212,97)

Color info

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

RGB color model

#F8D461 color RGB value is (248,212,97).

  • red value is 248;
  • green value is 212;
  • blue value is 97.
RGB:
(248,212,97)
(97%,83%,38%)

RGB channels and saturation

R 248 of 255 = 97%
G 212 of 255 = 83%
B 97 of 255 = 38%

248
212
97

R + G + B ~ 73%. #F8D461 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 212 + 97 = 557 (100%)
R 248 of 557 ~ 44.52%
G 212 of 557 ~ 38.06%
B 97 of 557 ~ 17.41%

%44.52
%38.06
%17.41

CMYK color model

#F8D461 color CMYK value is (0,15,61,3).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 60.89%
  • key color value is 2.75%
CMYK:
(0,15,61,3)
C0M15Y61K3 
(0%,15%,61%,3%)
(0.00/0.15/0.61/0.03)	

CMYK percentages

%0
%14.52
%60.89
%2.75

Codes

Color #F8D461 in popluar color models

F8D461
RGB24821297
HSL46°91.52%67.65%
HSB/HSV46°60.89%97.25%
CMYK0.00%14.52%60.89%
2.75%

Color #F8D461 in popluar number systems.

HEXF8D461
Decimal24821297
Binary11111000110101001100001
Octal370324141

Shades and tints

Shades of #F8D461

#F8D461
(248,212,97)
#E2C159
(226,193,89)
#CCAE51
(204,174,81)
#B69B49
(182,155,73)
#A08841
(160,136,65)
#8A7539
(138,117,57)
#746231
(116,98,49)
#5E4F29
(94,79,41)
#483C21
(72,60,33)
#322919
(50,41,25)
#1C1611
(28,22,17)
#000000
(0,0,0)

Tints of #F8D461

#F8D461
(248,212,97)
#F8D76F
(248,215,111)
#F8DA7D
(248,218,125)
#F8DD8B
(248,221,139)
#F8E099
(248,224,153)
#F8E3A7
(248,227,167)
#F8E6B5
(248,230,181)
#F8E9C3
(248,233,195)
#F8ECD1
(248,236,209)
#F8EFDF
(248,239,223)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D461 color. Also use rgb(248,212,97) instead hex code.

Text Font Color

.myTextColor { color: #F8D461; }

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

This text font color is #F8D461.


Background Color

.myBgColor { background-color: #F8D461; }

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

This div background color is #F8D461.


Border color

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

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

This div border color is #F8D461.


Opacity

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

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

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

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

This text has shadow with #F8D461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D461 on black background.


Color preview on white background

This text has color #F8D461 on white background.



Black color preview on #F8D461 background

This text has black color on #F8D461 background.


White color preview on #F8D461 background

This text has white color on #F8D461 background.