COLOR #F8DF6A

HEX: #F8DF6A
RGB: (248,223,106)

Color info

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

RGB color model

#F8DF6A color RGB value is (248,223,106).

  • red value is 248;
  • green value is 223;
  • blue value is 106.
RGB:
(248,223,106)
(97%,87%,42%)

RGB channels and saturation

R 248 of 255 = 97%
G 223 of 255 = 87%
B 106 of 255 = 42%

248
223
106

R + G + B ~ 75%. #F8DF6A is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 223 + 106 = 577 (100%)
R 248 of 577 ~ 42.98%
G 223 of 577 ~ 38.65%
B 106 of 577 ~ 18.37%

%42.98
%38.65
%18.37

CMYK color model

#F8DF6A color CMYK value is (0,10,57,3).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 57.26%
  • key color value is 2.75%
CMYK:
(0,10,57,3)
C0M10Y57K3 
(0%,10%,57%,3%)
(0.00/0.10/0.57/0.03)	

CMYK percentages

%0
%10.08
%57.26
%2.75

Codes

Color #F8DF6A in popluar color models

F8DF6A
RGB248223106
HSL49°91.03%69.41%
HSB/HSV49°57.26%97.25%
CMYK0.00%10.08%57.26%
2.75%

Color #F8DF6A in popluar number systems.

HEXF8DF6A
Decimal248223106
Binary11111000110111111101010
Octal370337152

Shades and tints

Shades of #F8DF6A

#F8DF6A
(248,223,106)
#E2CB61
(226,203,97)
#CCB758
(204,183,88)
#B6A34F
(182,163,79)
#A08F46
(160,143,70)
#8A7B3D
(138,123,61)
#746734
(116,103,52)
#5E532B
(94,83,43)
#483F22
(72,63,34)
#322B19
(50,43,25)
#1C1710
(28,23,16)
#000000
(0,0,0)

Tints of #F8DF6A

#F8DF6A
(248,223,106)
#F8E177
(248,225,119)
#F8E384
(248,227,132)
#F8E591
(248,229,145)
#F8E79E
(248,231,158)
#F8E9AB
(248,233,171)
#F8EBB8
(248,235,184)
#F8EDC5
(248,237,197)
#F8EFD2
(248,239,210)
#F8F1DF
(248,241,223)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8DF6A color. Also use rgb(248,223,106) instead hex code.

Text Font Color

.myTextColor { color: #F8DF6A; }

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

This text font color is #F8DF6A.


Background Color

.myBgColor { background-color: #F8DF6A; }

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

This div background color is #F8DF6A.


Border color

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

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

This div border color is #F8DF6A.


Opacity

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

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

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

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

This text has shadow with #F8DF6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DF6A on black background.


Color preview on white background

This text has color #F8DF6A on white background.



Black color preview on #F8DF6A background

This text has black color on #F8DF6A background.


White color preview on #F8DF6A background

This text has white color on #F8DF6A background.