COLOR #F5F96B

HEX: #F5F96B
RGB: (245,249,107)

Color info

#F5F96B contains mainly red and green colors. Web safe color of #F5F96B is #FFFF66 (or #FF6).

RGB color model

#F5F96B color RGB value is (245,249,107).

  • red value is 245;
  • green value is 249;
  • blue value is 107.
RGB:
(245,249,107)
(96%,98%,42%)

RGB channels and saturation

R 245 of 255 = 96%
G 249 of 255 = 98%
B 107 of 255 = 42%

245
249
107

R + G + B ~ 79%. #F5F96B is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 249 + 107 = 601 (100%)
R 245 of 601 ~ 40.77%
G 249 of 601 ~ 41.43%
B 107 of 601 ~ 17.8%

%40.77
%41.43
%17.8

CMYK color model

#F5F96B color CMYK value is (2,0,57,2).

  • cyan value is 1.61%
  • magenta value is 0.00%
  • yellow value is 57.03%
  • key color value is 2.35%
CMYK:
(2,0,57,2)
C2M0Y57K2 
(2%,0%,57%,2%)
(0.02/0.00/0.57/0.02)	

CMYK percentages

%1.61
%0
%57.03
%2.35

Codes

Color #F5F96B in popluar color models

F5F96B
RGB245249107
HSL62°92.21%69.80%
HSB/HSV62°57.03%97.65%
CMYK1.61%0.00%57.03%
2.35%

Color #F5F96B in popluar number systems.

HEXF5F96B
Decimal245249107
Binary11110101111110011101011
Octal365371153

Shades and tints

Shades of #F5F96B

#F5F96B
(245,249,107)
#DFE362
(223,227,98)
#C9CD59
(201,205,89)
#B3B750
(179,183,80)
#9DA147
(157,161,71)
#878B3E
(135,139,62)
#717535
(113,117,53)
#5B5F2C
(91,95,44)
#454923
(69,73,35)
#2F331A
(47,51,26)
#191D11
(25,29,17)
#000000
(0,0,0)

Tints of #F5F96B

#F5F96B
(245,249,107)
#F5F978
(245,249,120)
#F5F985
(245,249,133)
#F5F992
(245,249,146)
#F5F99F
(245,249,159)
#F5F9AC
(245,249,172)
#F5F9B9
(245,249,185)
#F5F9C6
(245,249,198)
#F5F9D3
(245,249,211)
#F5F9E0
(245,249,224)
#F5F9ED
(245,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5F96B color. Also use rgb(245,249,107) instead hex code.

Text Font Color

.myTextColor { color: #F5F96B; }

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

This text font color is #F5F96B.


Background Color

.myBgColor { background-color: #F5F96B; }

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

This div background color is #F5F96B.


Border color

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

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

This div border color is #F5F96B.


Opacity

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

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

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

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

This text has shadow with #F5F96B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F96B on black background.


Color preview on white background

This text has color #F5F96B on white background.



Black color preview on #F5F96B background

This text has black color on #F5F96B background.


White color preview on #F5F96B background

This text has white color on #F5F96B background.