COLOR #F3F57F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

243
245
127

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

Portions of RGB colors in percentages

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

%39.51
%39.84
%20.65

CMYK color model

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

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

CMYK percentages

%0.82
%0
%48.16
%3.92

Codes

Color #F3F57F in popluar color models

F3F57F
RGB243245127
HSL61°85.51%72.94%
HSB/HSV61°48.16%96.08%
CMYK0.82%0.00%48.16%
3.92%

Color #F3F57F in popluar number systems.

HEXF3F57F
Decimal243245127
Binary11110011111101011111111
Octal363365177

Shades and tints

Shades of #F3F57F

#F3F57F
(243,245,127)
#DDDF74
(221,223,116)
#C7C969
(199,201,105)
#B1B35E
(177,179,94)
#9B9D53
(155,157,83)
#858748
(133,135,72)
#6F713D
(111,113,61)
#595B32
(89,91,50)
#434527
(67,69,39)
#2D2F1C
(45,47,28)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #F3F57F

#F3F57F
(243,245,127)
#F4F58A
(244,245,138)
#F5F595
(245,245,149)
#F6F5A0
(246,245,160)
#F7F5AB
(247,245,171)
#F8F5B6
(248,245,182)
#F9F5C1
(249,245,193)
#FAF5CC
(250,245,204)
#FBF5D7
(251,245,215)
#FCF5E2
(252,245,226)
#FDF5ED
(253,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F57F; }

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

This text font color is #F3F57F.


Background Color

.myBgColor { background-color: #F3F57F; }

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

This div background color is #F3F57F.


Border color

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

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

This div border color is #F3F57F.


Opacity

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

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

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

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

This text has shadow with #F3F57F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F57F on black background.


Color preview on white background

This text has color #F3F57F on white background.



Black color preview on #F3F57F background

This text has black color on #F3F57F background.


White color preview on #F3F57F background

This text has white color on #F3F57F background.