COLOR #F5F46C

HEX: #F5F46C
RGB: (245,244,108)

Color info

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

RGB color model

#F5F46C color RGB value is (245,244,108).

  • red value is 245;
  • green value is 244;
  • blue value is 108.
RGB:
(245,244,108)
(96%,96%,42%)

RGB channels and saturation

R 245 of 255 = 96%
G 244 of 255 = 96%
B 108 of 255 = 42%

245
244
108

R + G + B ~ 78%. #F5F46C is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 244 + 108 = 597 (100%)
R 245 of 597 ~ 41.04%
G 244 of 597 ~ 40.87%
B 108 of 597 ~ 18.09%

%41.04
%40.87
%18.09

CMYK color model

#F5F46C color CMYK value is (0,0,56,4).

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 55.92%
  • key color value is 3.92%
CMYK:
(0,0,56,4)
C0M0Y56K4 
(0%,0%,56%,4%)
(0.00/0.00/0.56/0.04)	

CMYK percentages

%0
%0.41
%55.92
%3.92

Codes

Color #F5F46C in popluar color models

F5F46C
RGB245244108
HSL60°87.26%69.22%
HSB/HSV60°55.92%96.08%
CMYK0.00%0.41%55.92%
3.92%

Color #F5F46C in popluar number systems.

HEXF5F46C
Decimal245244108
Binary11110101111101001101100
Octal365364154

Shades and tints

Shades of #F5F46C

#F5F46C
(245,244,108)
#DFDE63
(223,222,99)
#C9C85A
(201,200,90)
#B3B251
(179,178,81)
#9D9C48
(157,156,72)
#87863F
(135,134,63)
#717036
(113,112,54)
#5B5A2D
(91,90,45)
#454424
(69,68,36)
#2F2E1B
(47,46,27)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #F5F46C

#F5F46C
(245,244,108)
#F5F579
(245,245,121)
#F5F686
(245,246,134)
#F5F793
(245,247,147)
#F5F8A0
(245,248,160)
#F5F9AD
(245,249,173)
#F5FABA
(245,250,186)
#F5FBC7
(245,251,199)
#F5FCD4
(245,252,212)
#F5FDE1
(245,253,225)
#F5FEEE
(245,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5F46C color. Also use rgb(245,244,108) instead hex code.

Text Font Color

.myTextColor { color: #F5F46C; }

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

This text font color is #F5F46C.


Background Color

.myBgColor { background-color: #F5F46C; }

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

This div background color is #F5F46C.


Border color

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

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

This div border color is #F5F46C.


Opacity

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

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

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

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

This text has shadow with #F5F46C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F46C on black background.


Color preview on white background

This text has color #F5F46C on white background.



Black color preview on #F5F46C background

This text has black color on #F5F46C background.


White color preview on #F5F46C background

This text has white color on #F5F46C background.