COLOR #F5F48A

HEX: #F5F48A
RGB: (245,244,138)

Color info

#F5F48A contains mainly red and green colors. Web safe color of #F5F48A is #FFFF99 (or #FF9).

RGB color model

#F5F48A color RGB value is (245,244,138).

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

RGB channels and saturation

R 245 of 255 = 96%
G 244 of 255 = 96%
B 138 of 255 = 54%

245
244
138

R + G + B ~ 82%. #F5F48A is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 244 + 138 = 627 (100%)
R 245 of 627 ~ 39.07%
G 244 of 627 ~ 38.92%
B 138 of 627 ~ 22.01%

%39.07
%38.92
%22.01

CMYK color model

#F5F48A color CMYK value is (0,0,44,4).

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 43.67%
  • key color value is 3.92%
CMYK:
(0,0,44,4)
C0M0Y44K4 
(0%,0%,44%,4%)
(0.00/0.00/0.44/0.04)	

CMYK percentages

%0
%0.41
%43.67
%3.92

Codes

Color #F5F48A in popluar color models

F5F48A
RGB245244138
HSL59°84.25%75.10%
HSB/HSV59°43.67%96.08%
CMYK0.00%0.41%43.67%
3.92%

Color #F5F48A in popluar number systems.

HEXF5F48A
Decimal245244138
Binary111101011111010010001010
Octal365364212

Shades and tints

Shades of #F5F48A

#F5F48A
(245,244,138)
#DFDE7E
(223,222,126)
#C9C872
(201,200,114)
#B3B266
(179,178,102)
#9D9C5A
(157,156,90)
#87864E
(135,134,78)
#717042
(113,112,66)
#5B5A36
(91,90,54)
#45442A
(69,68,42)
#2F2E1E
(47,46,30)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #F5F48A

#F5F48A
(245,244,138)
#F5F594
(245,245,148)
#F5F69E
(245,246,158)
#F5F7A8
(245,247,168)
#F5F8B2
(245,248,178)
#F5F9BC
(245,249,188)
#F5FAC6
(245,250,198)
#F5FBD0
(245,251,208)
#F5FCDA
(245,252,218)
#F5FDE4
(245,253,228)
#F5FEEE
(245,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F48A; }

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

This text font color is #F5F48A.


Background Color

.myBgColor { background-color: #F5F48A; }

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

This div background color is #F5F48A.


Border color

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

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

This div border color is #F5F48A.


Opacity

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

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

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

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

This text has shadow with #F5F48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F48A on black background.


Color preview on white background

This text has color #F5F48A on white background.



Black color preview on #F5F48A background

This text has black color on #F5F48A background.


White color preview on #F5F48A background

This text has white color on #F5F48A background.