COLOR #F5F37F

HEX: #F5F37F
RGB: (245,243,127)

Color info

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

RGB color model

#F5F37F color RGB value is (245,243,127).

  • red value is 245;
  • green value is 243;
  • blue value is 127.
RGB:
(245,243,127)
(96%,95%,50%)

RGB channels and saturation

R 245 of 255 = 96%
G 243 of 255 = 95%
B 127 of 255 = 50%

245
243
127

R + G + B ~ 80%. #F5F37F is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 243 + 127 = 615 (100%)
R 245 of 615 ~ 39.84%
G 243 of 615 ~ 39.51%
B 127 of 615 ~ 20.65%

%39.84
%39.51
%20.65

CMYK color model

#F5F37F color CMYK value is (0,1,48,4).

  • cyan value is 0.00%
  • magenta value is 0.82%
  • yellow value is 48.16%
  • key color value is 3.92%
CMYK:
(0,1,48,4)
C0M1Y48K4 
(0%,1%,48%,4%)
(0.00/0.01/0.48/0.04)	

CMYK percentages

%0
%0.82
%48.16
%3.92

Codes

Color #F5F37F in popluar color models

F5F37F
RGB245243127
HSL59°85.51%72.94%
HSB/HSV59°48.16%96.08%
CMYK0.00%0.82%48.16%
3.92%

Color #F5F37F in popluar number systems.

HEXF5F37F
Decimal245243127
Binary11110101111100111111111
Octal365363177

Shades and tints

Shades of #F5F37F

#F5F37F
(245,243,127)
#DFDD74
(223,221,116)
#C9C769
(201,199,105)
#B3B15E
(179,177,94)
#9D9B53
(157,155,83)
#878548
(135,133,72)
#716F3D
(113,111,61)
#5B5932
(91,89,50)
#454327
(69,67,39)
#2F2D1C
(47,45,28)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #F5F37F

#F5F37F
(245,243,127)
#F5F48A
(245,244,138)
#F5F595
(245,245,149)
#F5F6A0
(245,246,160)
#F5F7AB
(245,247,171)
#F5F8B6
(245,248,182)
#F5F9C1
(245,249,193)
#F5FACC
(245,250,204)
#F5FBD7
(245,251,215)
#F5FCE2
(245,252,226)
#F5FDED
(245,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5F37F color. Also use rgb(245,243,127) instead hex code.

Text Font Color

.myTextColor { color: #F5F37F; }

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

This text font color is #F5F37F.


Background Color

.myBgColor { background-color: #F5F37F; }

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

This div background color is #F5F37F.


Border color

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

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

This div border color is #F5F37F.


Opacity

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

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

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

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

This text has shadow with #F5F37F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F37F on black background.


Color preview on white background

This text has color #F5F37F on white background.



Black color preview on #F5F37F background

This text has black color on #F5F37F background.


White color preview on #F5F37F background

This text has white color on #F5F37F background.