COLOR #F0C699

HEX: #F0C699
RGB: (240,198,153)

Renk bilgisi

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

RGB renk modeli

#F0C699 color RGB value is (240,198,153).

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

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 198 of 255 = 78%
B 153 of 255 = 60%

240
198
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 198 + 153 = 591 (100%)
R 240 of 591 ~ 40.61%
G 198 of 591 ~ 33.5%
B 153 of 591 ~ 25.89%

%40.61
%33.5
%25.89

CMYK RENK MODELİ

#F0C699 rengi CMYK tonu (0,18,36,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.50%
  • sarı tonu 36.25%
  • ana renk tonu 5.88%
CMYK:
(0,18,36,6)
C0M18Y36K6 
(0%,18%,36%,6%)
(0.00/0.18/0.36/0.06)	

CMYK yüzdeleri

%0
%17.5
%36.25
%5.88

Codes

Color #F0C699 in popluar color models

F0C699
RGB240198153
HSL31°74.36%77.06%
HSB/HSV31°36.25%94.12%
CMYK0.00%17.50%36.25%
5.88%

Color #F0C699 in popluar number systems.

HEXF0C699
Decimal240198153
Binary111100001100011010011001
Octal360306231

Shades and tints

Shades of #F0C699

#F0C699
(240,198,153)
#DBB48C
(219,180,140)
#C6A27F
(198,162,127)
#B19072
(177,144,114)
#9C7E65
(156,126,101)
#876C58
(135,108,88)
#725A4B
(114,90,75)
#5D483E
(93,72,62)
#483631
(72,54,49)
#332424
(51,36,36)
#1E1217
(30,18,23)
#000000
(0,0,0)

Tints of #F0C699

#F0C699
(240,198,153)
#F1CBA2
(241,203,162)
#F2D0AB
(242,208,171)
#F3D5B4
(243,213,180)
#F4DABD
(244,218,189)
#F5DFC6
(245,223,198)
#F6E4CF
(246,228,207)
#F7E9D8
(247,233,216)
#F8EEE1
(248,238,225)
#F9F3EA
(249,243,234)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C699; }

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

This text font color is #F0C699.


Background Color

.myBgColor { background-color: #F0C699; }

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

This div background color is #F0C699.


Border color

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

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

This div border color is #F0C699.


Opacity

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

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

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

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

This text has shadow with #F0C699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C699 on black background.


Color preview on white background

This text has color #F0C699 on white background.



Black color preview on #F0C699 background

This text has black color on #F0C699 background.


White color preview on #F0C699 background

This text has white color on #F0C699 background.