COLOR #F0C49C

HEX: #F0C49C
RGB: (240,196,156)

Renk bilgisi

#F0C49C contains mainly red and green colors. #F0C49C ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F0C49C color RGB value is (240,196,156).

  • kırmız ton 240;
  • yeşil ton 196;
  • mavi ton 156.
RGB:
(240,196,156)
(94%,77%,61%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 196 of 255 = 77%
B 156 of 255 = 61%

240
196
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 196 + 156 = 592 (100%)
R 240 of 592 ~ 40.54%
G 196 of 592 ~ 33.11%
B 156 of 592 ~ 26.35%

%40.54
%33.11
%26.35

CMYK RENK MODELİ

#F0C49C rengi CMYK tonu (0,18,35,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.33%
  • sarı tonu 35.00%
  • ana renk tonu 5.88%
CMYK:
(0,18,35,6)
C0M18Y35K6 
(0%,18%,35%,6%)
(0.00/0.18/0.35/0.06)	

CMYK yüzdeleri

%0
%18.33
%35
%5.88

Codes

Color #F0C49C in popluar color models

F0C49C
RGB240196156
HSL29°73.68%77.65%
HSB/HSV29°35.00%94.12%
CMYK0.00%18.33%35.00%
5.88%

Color #F0C49C in popluar number systems.

HEXF0C49C
Decimal240196156
Binary111100001100010010011100
Octal360304234

Shades and tints

Shades of #F0C49C

#F0C49C
(240,196,156)
#DBB38E
(219,179,142)
#C6A280
(198,162,128)
#B19172
(177,145,114)
#9C8064
(156,128,100)
#876F56
(135,111,86)
#725E48
(114,94,72)
#5D4D3A
(93,77,58)
#483C2C
(72,60,44)
#332B1E
(51,43,30)
#1E1A10
(30,26,16)
#000000
(0,0,0)

Tints of #F0C49C

#F0C49C
(240,196,156)
#F1C9A5
(241,201,165)
#F2CEAE
(242,206,174)
#F3D3B7
(243,211,183)
#F4D8C0
(244,216,192)
#F5DDC9
(245,221,201)
#F6E2D2
(246,226,210)
#F7E7DB
(247,231,219)
#F8ECE4
(248,236,228)
#F9F1ED
(249,241,237)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C49C color. Also use rgb(240,196,156) instead hex code.

Text Font Color

.myTextColor { color: #F0C49C; }

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

This text font color is #F0C49C.


Background Color

.myBgColor { background-color: #F0C49C; }

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

This div background color is #F0C49C.


Border color

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

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

This div border color is #F0C49C.


Opacity

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

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

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

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

This text has shadow with #F0C49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C49C on black background.


Color preview on white background

This text has color #F0C49C on white background.



Black color preview on #F0C49C background

This text has black color on #F0C49C background.


White color preview on #F0C49C background

This text has white color on #F0C49C background.