COLOR #F3C098

HEX: #F3C098
RGB: (243,192,152)

Color info

#F3C098 contains mainly red and green colors. Web safe color of #F3C098 is #FFCC99 (or #FC9).

RGB color model

#F3C098 color RGB value is (243,192,152).

  • red value is 243;
  • green value is 192;
  • blue value is 152.
RGB:
(243,192,152)
(95%,75%,60%)

RGB channels and saturation

R 243 of 255 = 95%
G 192 of 255 = 75%
B 152 of 255 = 60%

243
192
152

R + G + B ~ 77%. #F3C098 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 192 + 152 = 587 (100%)
R 243 of 587 ~ 41.4%
G 192 of 587 ~ 32.71%
B 152 of 587 ~ 25.89%

%41.4
%32.71
%25.89

CMYK color model

#F3C098 color CMYK value is (0,21,37,5).

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 37.45%
  • key color value is 4.71%
CMYK:
(0,21,37,5)
C0M21Y37K5 
(0%,21%,37%,5%)
(0.00/0.21/0.37/0.05)	

CMYK percentages

%0
%20.99
%37.45
%4.71

Codes

Color #F3C098 in popluar color models

F3C098
RGB243192152
HSL26°79.13%77.45%
HSB/HSV26°37.45%95.29%
CMYK0.00%20.99%37.45%
4.71%

Color #F3C098 in popluar number systems.

HEXF3C098
Decimal243192152
Binary111100111100000010011000
Octal363300230

Shades and tints

Shades of #F3C098

#F3C098
(243,192,152)
#DDAF8B
(221,175,139)
#C79E7E
(199,158,126)
#B18D71
(177,141,113)
#9B7C64
(155,124,100)
#856B57
(133,107,87)
#6F5A4A
(111,90,74)
#59493D
(89,73,61)
#433830
(67,56,48)
#2D2723
(45,39,35)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #F3C098

#F3C098
(243,192,152)
#F4C5A1
(244,197,161)
#F5CAAA
(245,202,170)
#F6CFB3
(246,207,179)
#F7D4BC
(247,212,188)
#F8D9C5
(248,217,197)
#F9DECE
(249,222,206)
#FAE3D7
(250,227,215)
#FBE8E0
(251,232,224)
#FCEDE9
(252,237,233)
#FDF2F2
(253,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C098 color. Also use rgb(243,192,152) instead hex code.

Text Font Color

.myTextColor { color: #F3C098; }

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

This text font color is #F3C098.


Background Color

.myBgColor { background-color: #F3C098; }

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

This div background color is #F3C098.


Border color

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

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

This div border color is #F3C098.


Opacity

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

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

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

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

This text has shadow with #F3C098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C098 on black background.


Color preview on white background

This text has color #F3C098 on white background.



Black color preview on #F3C098 background

This text has black color on #F3C098 background.


White color preview on #F3C098 background

This text has white color on #F3C098 background.