COLOR #F3F0AB

HEX: #F3F0AB
RGB: (243,240,171)

Color info

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

RGB color model

#F3F0AB color RGB value is (243,240,171).

  • red value is 243;
  • green value is 240;
  • blue value is 171.
RGB:
(243,240,171)
(95%,94%,67%)

RGB channels and saturation

R 243 of 255 = 95%
G 240 of 255 = 94%
B 171 of 255 = 67%

243
240
171

R + G + B ~ 85%. #F3F0AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 240 + 171 = 654 (100%)
R 243 of 654 ~ 37.16%
G 240 of 654 ~ 36.7%
B 171 of 654 ~ 26.15%

%37.16
%36.7
%26.15

CMYK color model

#F3F0AB color CMYK value is (0,1,30,5).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 29.63%
  • key color value is 4.71%
CMYK:
(0,1,30,5)
C0M1Y30K5 
(0%,1%,30%,5%)
(0.00/0.01/0.30/0.05)	

CMYK percentages

%0
%1.23
%29.63
%4.71

Codes

Color #F3F0AB in popluar color models

F3F0AB
RGB243240171
HSL58°75.00%81.18%
HSB/HSV58°29.63%95.29%
CMYK0.00%1.23%29.63%
4.71%

Color #F3F0AB in popluar number systems.

HEXF3F0AB
Decimal243240171
Binary111100111111000010101011
Octal363360253

Shades and tints

Shades of #F3F0AB

#F3F0AB
(243,240,171)
#DDDB9C
(221,219,156)
#C7C68D
(199,198,141)
#B1B17E
(177,177,126)
#9B9C6F
(155,156,111)
#858760
(133,135,96)
#6F7251
(111,114,81)
#595D42
(89,93,66)
#434833
(67,72,51)
#2D3324
(45,51,36)
#171E15
(23,30,21)
#000000
(0,0,0)

Tints of #F3F0AB

#F3F0AB
(243,240,171)
#F4F1B2
(244,241,178)
#F5F2B9
(245,242,185)
#F6F3C0
(246,243,192)
#F7F4C7
(247,244,199)
#F8F5CE
(248,245,206)
#F9F6D5
(249,246,213)
#FAF7DC
(250,247,220)
#FBF8E3
(251,248,227)
#FCF9EA
(252,249,234)
#FDFAF1
(253,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3F0AB color. Also use rgb(243,240,171) instead hex code.

Text Font Color

.myTextColor { color: #F3F0AB; }

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

This text font color is #F3F0AB.


Background Color

.myBgColor { background-color: #F3F0AB; }

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

This div background color is #F3F0AB.


Border color

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

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

This div border color is #F3F0AB.


Opacity

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

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

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

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

This text has shadow with #F3F0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F0AB on black background.


Color preview on white background

This text has color #F3F0AB on white background.



Black color preview on #F3F0AB background

This text has black color on #F3F0AB background.


White color preview on #F3F0AB background

This text has white color on #F3F0AB background.