COLOR #F8E512

HEX: #F8E512
RGB: (248,229,18)

Color info

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

RGB color model

#F8E512 color RGB value is (248,229,18).

  • red value is 248;
  • green value is 229;
  • blue value is 18.
RGB:
(248,229,18)
(97%,90%,7%)

RGB channels and saturation

R 248 of 255 = 97%
G 229 of 255 = 90%
B 18 of 255 = 7%

248
229
18

R + G + B ~ 65%. #F8E512 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 229 + 18 = 495 (100%)
R 248 of 495 ~ 50.1%
G 229 of 495 ~ 46.26%
B 18 of 495 ~ 3.64%

%50.1
%46.26

CMYK color model

#F8E512 color CMYK value is (0,8,93,3).

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 92.74%
  • key color value is 2.75%
CMYK:
(0,8,93,3)
C0M8Y93K3 
(0%,8%,93%,3%)
(0.00/0.08/0.93/0.03)	

CMYK percentages

%0
%7.66
%92.74
%2.75

Codes

Color #F8E512 in popluar color models

F8E512
RGB24822918
HSL55°94.26%52.16%
HSB/HSV55°92.74%97.25%
CMYK0.00%7.66%92.74%
2.75%

Color #F8E512 in popluar number systems.

HEXF8E512
Decimal24822918
Binary111110001110010110010
Octal37034522

Shades and tints

Shades of #F8E512

#F8E512
(248,229,18)
#E2D111
(226,209,17)
#CCBD10
(204,189,16)
#B6A90F
(182,169,15)
#A0950E
(160,149,14)
#8A810D
(138,129,13)
#746D0C
(116,109,12)
#5E590B
(94,89,11)
#48450A
(72,69,10)
#323109
(50,49,9)
#1C1D08
(28,29,8)
#000000
(0,0,0)

Tints of #F8E512

#F8E512
(248,229,18)
#F8E727
(248,231,39)
#F8E93C
(248,233,60)
#F8EB51
(248,235,81)
#F8ED66
(248,237,102)
#F8EF7B
(248,239,123)
#F8F190
(248,241,144)
#F8F3A5
(248,243,165)
#F8F5BA
(248,245,186)
#F8F7CF
(248,247,207)
#F8F9E4
(248,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E512 color. Also use rgb(248,229,18) instead hex code.

Text Font Color

.myTextColor { color: #F8E512; }

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

This text font color is #F8E512.


Background Color

.myBgColor { background-color: #F8E512; }

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

This div background color is #F8E512.


Border color

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

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

This div border color is #F8E512.


Opacity

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

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

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

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

This text has shadow with #F8E512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E512 on black background.


Color preview on white background

This text has color #F8E512 on white background.



Black color preview on #F8E512 background

This text has black color on #F8E512 background.


White color preview on #F8E512 background

This text has white color on #F8E512 background.