COLOR #F8D80F

HEX: #F8D80F
RGB: (248,216,15)

Color info

#F8D80F contains mainly red and green colors. Web safe color of #F8D80F is #FFCC00 (or #FC0).

RGB color model

#F8D80F color RGB value is (248,216,15).

  • red value is 248;
  • green value is 216;
  • blue value is 15.
RGB:
(248,216,15)
(97%,85%,6%)

RGB channels and saturation

R 248 of 255 = 97%
G 216 of 255 = 85%
B 15 of 255 = 6%

248
216
15

R + G + B ~ 63%. #F8D80F is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 216 + 15 = 479 (100%)
R 248 of 479 ~ 51.77%
G 216 of 479 ~ 45.09%
B 15 of 479 ~ 3.13%

%51.77
%45.09

CMYK color model

#F8D80F color CMYK value is (0,13,94,3).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 93.95%
  • key color value is 2.75%
CMYK:
(0,13,94,3)
C0M13Y94K3 
(0%,13%,94%,3%)
(0.00/0.13/0.94/0.03)	

CMYK percentages

%0
%12.9
%93.95
%2.75

Codes

Color #F8D80F in popluar color models

F8D80F
RGB24821615
HSL52°94.33%51.57%
HSB/HSV52°93.95%97.25%
CMYK0.00%12.90%93.95%
2.75%

Color #F8D80F in popluar number systems.

HEXF8D80F
Decimal24821615
Binary11111000110110001111
Octal37033017

Shades and tints

Shades of #F8D80F

#F8D80F
(248,216,15)
#E2C50E
(226,197,14)
#CCB20D
(204,178,13)
#B69F0C
(182,159,12)
#A08C0B
(160,140,11)
#8A790A
(138,121,10)
#746609
(116,102,9)
#5E5308
(94,83,8)
#484007
(72,64,7)
#322D06
(50,45,6)
#1C1A05
(28,26,5)
#000000
(0,0,0)

Tints of #F8D80F

#F8D80F
(248,216,15)
#F8DB24
(248,219,36)
#F8DE39
(248,222,57)
#F8E14E
(248,225,78)
#F8E463
(248,228,99)
#F8E778
(248,231,120)
#F8EA8D
(248,234,141)
#F8EDA2
(248,237,162)
#F8F0B7
(248,240,183)
#F8F3CC
(248,243,204)
#F8F6E1
(248,246,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D80F color. Also use rgb(248,216,15) instead hex code.

Text Font Color

.myTextColor { color: #F8D80F; }

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

This text font color is #F8D80F.


Background Color

.myBgColor { background-color: #F8D80F; }

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

This div background color is #F8D80F.


Border color

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

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

This div border color is #F8D80F.


Opacity

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

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

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

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

This text has shadow with #F8D80F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D80F on black background.


Color preview on white background

This text has color #F8D80F on white background.



Black color preview on #F8D80F background

This text has black color on #F8D80F background.


White color preview on #F8D80F background

This text has white color on #F8D80F background.