COLOR #F5EF16

HEX: #F5EF16
RGB: (245,239,22)

Color info

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

RGB color model

#F5EF16 color RGB value is (245,239,22).

  • red value is 245;
  • green value is 239;
  • blue value is 22.
RGB:
(245,239,22)
(96%,94%,9%)

RGB channels and saturation

R 245 of 255 = 96%
G 239 of 255 = 94%
B 22 of 255 = 9%

245
239
22

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

Portions of RGB colors in percentages

R + G + B =
245 + 239 + 22 = 506 (100%)
R 245 of 506 ~ 48.42%
G 239 of 506 ~ 47.23%
B 22 of 506 ~ 4.35%

%48.42
%47.23

CMYK color model

#F5EF16 color CMYK value is (0,2,91,4).

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 91.02%
  • key color value is 3.92%
CMYK:
(0,2,91,4)
C0M2Y91K4 
(0%,2%,91%,4%)
(0.00/0.02/0.91/0.04)	

CMYK percentages

%0
%2.45
%91.02
%3.92

Codes

Color #F5EF16 in popluar color models

F5EF16
RGB24523922
HSL58°91.77%52.35%
HSB/HSV58°91.02%96.08%
CMYK0.00%2.45%91.02%
3.92%

Color #F5EF16 in popluar number systems.

HEXF5EF16
Decimal24523922
Binary111101011110111110110
Octal36535726

Shades and tints

Shades of #F5EF16

#F5EF16
(245,239,22)
#DFDA14
(223,218,20)
#C9C512
(201,197,18)
#B3B010
(179,176,16)
#9D9B0E
(157,155,14)
#87860C
(135,134,12)
#71710A
(113,113,10)
#5B5C08
(91,92,8)
#454706
(69,71,6)
#2F3204
(47,50,4)
#191D02
(25,29,2)
#000000
(0,0,0)

Tints of #F5EF16

#F5EF16
(245,239,22)
#F5F02B
(245,240,43)
#F5F140
(245,241,64)
#F5F255
(245,242,85)
#F5F36A
(245,243,106)
#F5F47F
(245,244,127)
#F5F594
(245,245,148)
#F5F6A9
(245,246,169)
#F5F7BE
(245,247,190)
#F5F8D3
(245,248,211)
#F5F9E8
(245,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5EF16 color. Also use rgb(245,239,22) instead hex code.

Text Font Color

.myTextColor { color: #F5EF16; }

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

This text font color is #F5EF16.


Background Color

.myBgColor { background-color: #F5EF16; }

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

This div background color is #F5EF16.


Border color

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

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

This div border color is #F5EF16.


Opacity

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

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

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

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

This text has shadow with #F5EF16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EF16 on black background.


Color preview on white background

This text has color #F5EF16 on white background.



Black color preview on #F5EF16 background

This text has black color on #F5EF16 background.


White color preview on #F5EF16 background

This text has white color on #F5EF16 background.