COLOR #F0C696

HEX: #F0C696
RGB: (240,198,150)

Renk bilgisi

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

RGB renk modeli

#F0C696 color RGB value is (240,198,150).

  • kırmız ton 240;
  • yeşil ton 198;
  • mavi ton 150.
RGB:
(240,198,150)
(94%,78%,59%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 198 of 255 = 78%
B 150 of 255 = 59%

240
198
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 198 + 150 = 588 (100%)
R 240 of 588 ~ 40.82%
G 198 of 588 ~ 33.67%
B 150 of 588 ~ 25.51%

%40.82
%33.67
%25.51

CMYK RENK MODELİ

#F0C696 rengi CMYK tonu (0,18,38,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.50%
  • sarı tonu 37.50%
  • ana renk tonu 5.88%
CMYK:
(0,18,38,6)
C0M18Y38K6 
(0%,18%,38%,6%)
(0.00/0.18/0.38/0.06)	

CMYK yüzdeleri

%0
%17.5
%37.5
%5.88

Codes

Color #F0C696 in popluar color models

F0C696
RGB240198150
HSL32°75.00%76.47%
HSB/HSV32°37.50%94.12%
CMYK0.00%17.50%37.50%
5.88%

Color #F0C696 in popluar number systems.

HEXF0C696
Decimal240198150
Binary111100001100011010010110
Octal360306226

Shades and tints

Shades of #F0C696

#F0C696
(240,198,150)
#DBB489
(219,180,137)
#C6A27C
(198,162,124)
#B1906F
(177,144,111)
#9C7E62
(156,126,98)
#876C55
(135,108,85)
#725A48
(114,90,72)
#5D483B
(93,72,59)
#48362E
(72,54,46)
#332421
(51,36,33)
#1E1214
(30,18,20)
#000000
(0,0,0)

Tints of #F0C696

#F0C696
(240,198,150)
#F1CB9F
(241,203,159)
#F2D0A8
(242,208,168)
#F3D5B1
(243,213,177)
#F4DABA
(244,218,186)
#F5DFC3
(245,223,195)
#F6E4CC
(246,228,204)
#F7E9D5
(247,233,213)
#F8EEDE
(248,238,222)
#F9F3E7
(249,243,231)
#FAF8F0
(250,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C696 color. Also use rgb(240,198,150) instead hex code.

Text Font Color

.myTextColor { color: #F0C696; }

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

This text font color is #F0C696.


Background Color

.myBgColor { background-color: #F0C696; }

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

This div background color is #F0C696.


Border color

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

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

This div border color is #F0C696.


Opacity

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

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

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

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

This text has shadow with #F0C696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C696 on black background.


Color preview on white background

This text has color #F0C696 on white background.



Black color preview on #F0C696 background

This text has black color on #F0C696 background.


White color preview on #F0C696 background

This text has white color on #F0C696 background.