COLOR #F5F213

HEX: #F5F213
RGB: (245,242,19)

Color info

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

RGB color model

#F5F213 color RGB value is (245,242,19).

  • red value is 245;
  • green value is 242;
  • blue value is 19.
RGB:
(245,242,19)
(96%,95%,7%)

RGB channels and saturation

R 245 of 255 = 96%
G 242 of 255 = 95%
B 19 of 255 = 7%

245
242
19

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

Portions of RGB colors in percentages

R + G + B =
245 + 242 + 19 = 506 (100%)
R 245 of 506 ~ 48.42%
G 242 of 506 ~ 47.83%
B 19 of 506 ~ 3.75%

%48.42
%47.83

CMYK color model

#F5F213 color CMYK value is (0,1,92,4).

  • cyan value is 0.00%
  • magenta value is 1.22%
  • yellow value is 92.24%
  • key color value is 3.92%
CMYK:
(0,1,92,4)
C0M1Y92K4 
(0%,1%,92%,4%)
(0.00/0.01/0.92/0.04)	

CMYK percentages

%0
%1.22
%92.24
%3.92

Codes

Color #F5F213 in popluar color models

F5F213
RGB24524219
HSL59°91.87%51.76%
HSB/HSV59°92.24%96.08%
CMYK0.00%1.22%92.24%
3.92%

Color #F5F213 in popluar number systems.

HEXF5F213
Decimal24524219
Binary111101011111001010011
Octal36536223

Shades and tints

Shades of #F5F213

#F5F213
(245,242,19)
#DFDC12
(223,220,18)
#C9C611
(201,198,17)
#B3B010
(179,176,16)
#9D9A0F
(157,154,15)
#87840E
(135,132,14)
#716E0D
(113,110,13)
#5B580C
(91,88,12)
#45420B
(69,66,11)
#2F2C0A
(47,44,10)
#191609
(25,22,9)
#000000
(0,0,0)

Tints of #F5F213

#F5F213
(245,242,19)
#F5F328
(245,243,40)
#F5F43D
(245,244,61)
#F5F552
(245,245,82)
#F5F667
(245,246,103)
#F5F77C
(245,247,124)
#F5F891
(245,248,145)
#F5F9A6
(245,249,166)
#F5FABB
(245,250,187)
#F5FBD0
(245,251,208)
#F5FCE5
(245,252,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5F213 color. Also use rgb(245,242,19) instead hex code.

Text Font Color

.myTextColor { color: #F5F213; }

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

This text font color is #F5F213.


Background Color

.myBgColor { background-color: #F5F213; }

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

This div background color is #F5F213.


Border color

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

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

This div border color is #F5F213.


Opacity

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

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

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

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

This text has shadow with #F5F213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F213 on black background.


Color preview on white background

This text has color #F5F213 on white background.



Black color preview on #F5F213 background

This text has black color on #F5F213 background.


White color preview on #F5F213 background

This text has white color on #F5F213 background.