COLOR #F8E60B

HEX: #F8E60B
RGB: (248,230,11)

Color info

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

RGB color model

#F8E60B color RGB value is (248,230,11).

  • red value is 248;
  • green value is 230;
  • blue value is 11.
RGB:
(248,230,11)
(97%,90%,4%)

RGB channels and saturation

R 248 of 255 = 97%
G 230 of 255 = 90%
B 11 of 255 = 4%

248
230
11

R + G + B ~ 64%. #F8E60B is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 230 + 11 = 489 (100%)
R 248 of 489 ~ 50.72%
G 230 of 489 ~ 47.03%
B 11 of 489 ~ 2.25%

%50.72
%47.03

CMYK color model

#F8E60B color CMYK value is (0,7,96,3).

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 95.56%
  • key color value is 2.75%
CMYK:
(0,7,96,3)
C0M7Y96K3 
(0%,7%,96%,3%)
(0.00/0.07/0.96/0.03)	

CMYK percentages

%0
%7.26
%95.56
%2.75

Codes

Color #F8E60B in popluar color models

F8E60B
RGB24823011
HSL55°94.42%50.78%
HSB/HSV55°95.56%97.25%
CMYK0.00%7.26%95.56%
2.75%

Color #F8E60B in popluar number systems.

HEXF8E60B
Decimal24823011
Binary11111000111001101011
Octal37034613

Shades and tints

Shades of #F8E60B

#F8E60B
(248,230,11)
#E2D20A
(226,210,10)
#CCBE09
(204,190,9)
#B6AA08
(182,170,8)
#A09607
(160,150,7)
#8A8206
(138,130,6)
#746E05
(116,110,5)
#5E5A04
(94,90,4)
#484603
(72,70,3)
#323202
(50,50,2)
#1C1E01
(28,30,1)
#000000
(0,0,0)

Tints of #F8E60B

#F8E60B
(248,230,11)
#F8E821
(248,232,33)
#F8EA37
(248,234,55)
#F8EC4D
(248,236,77)
#F8EE63
(248,238,99)
#F8F079
(248,240,121)
#F8F28F
(248,242,143)
#F8F4A5
(248,244,165)
#F8F6BB
(248,246,187)
#F8F8D1
(248,248,209)
#F8FAE7
(248,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E60B color. Also use rgb(248,230,11) instead hex code.

Text Font Color

.myTextColor { color: #F8E60B; }

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

This text font color is #F8E60B.


Background Color

.myBgColor { background-color: #F8E60B; }

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

This div background color is #F8E60B.


Border color

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

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

This div border color is #F8E60B.


Opacity

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

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

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

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

This text has shadow with #F8E60B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E60B on black background.


Color preview on white background

This text has color #F8E60B on white background.



Black color preview on #F8E60B background

This text has black color on #F8E60B background.


White color preview on #F8E60B background

This text has white color on #F8E60B background.