COLOR #F8EF13

HEX: #F8EF13
RGB: (248,239,19)

Color info

#F8EF13 contains mainly red and green colors. Web safe color of #F8EF13 is #FFFF00 (or #FF0).

RGB color model

#F8EF13 color RGB value is (248,239,19).

  • red value is 248;
  • green value is 239;
  • blue value is 19.
RGB:
(248,239,19)
(97%,94%,7%)

RGB channels and saturation

R 248 of 255 = 97%
G 239 of 255 = 94%
B 19 of 255 = 7%

248
239
19

R + G + B ~ 66%. #F8EF13 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 239 + 19 = 506 (100%)
R 248 of 506 ~ 49.01%
G 239 of 506 ~ 47.23%
B 19 of 506 ~ 3.75%

%49.01
%47.23

CMYK color model

#F8EF13 color CMYK value is (0,4,92,3).

  • cyan value is 0.00%
  • magenta value is 3.63%
  • yellow value is 92.34%
  • key color value is 2.75%
CMYK:
(0,4,92,3)
C0M4Y92K3 
(0%,4%,92%,3%)
(0.00/0.04/0.92/0.03)	

CMYK percentages

%0
%3.63
%92.34
%2.75

Codes

Color #F8EF13 in popluar color models

F8EF13
RGB24823919
HSL58°94.24%52.35%
HSB/HSV58°92.34%97.25%
CMYK0.00%3.63%92.34%
2.75%

Color #F8EF13 in popluar number systems.

HEXF8EF13
Decimal24823919
Binary111110001110111110011
Octal37035723

Shades and tints

Shades of #F8EF13

#F8EF13
(248,239,19)
#E2DA12
(226,218,18)
#CCC511
(204,197,17)
#B6B010
(182,176,16)
#A09B0F
(160,155,15)
#8A860E
(138,134,14)
#74710D
(116,113,13)
#5E5C0C
(94,92,12)
#48470B
(72,71,11)
#32320A
(50,50,10)
#1C1D09
(28,29,9)
#000000
(0,0,0)

Tints of #F8EF13

#F8EF13
(248,239,19)
#F8F028
(248,240,40)
#F8F13D
(248,241,61)
#F8F252
(248,242,82)
#F8F367
(248,243,103)
#F8F47C
(248,244,124)
#F8F591
(248,245,145)
#F8F6A6
(248,246,166)
#F8F7BB
(248,247,187)
#F8F8D0
(248,248,208)
#F8F9E5
(248,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8EF13 color. Also use rgb(248,239,19) instead hex code.

Text Font Color

.myTextColor { color: #F8EF13; }

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

This text font color is #F8EF13.


Background Color

.myBgColor { background-color: #F8EF13; }

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

This div background color is #F8EF13.


Border color

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

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

This div border color is #F8EF13.


Opacity

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

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

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

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

This text has shadow with #F8EF13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EF13 on black background.


Color preview on white background

This text has color #F8EF13 on white background.



Black color preview on #F8EF13 background

This text has black color on #F8EF13 background.


White color preview on #F8EF13 background

This text has white color on #F8EF13 background.