COLOR #F0DC99

HEX: #F0DC99
RGB: (240,220,153)

Renk bilgisi

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

RGB renk modeli

#F0DC99 color RGB value is (240,220,153).

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

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 220 of 255 = 86%
B 153 of 255 = 60%

240
220
153

R + G + B ~ 80%. #F0DC99 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 220 + 153 = 613 (100%)
R 240 of 613 ~ 39.15%
G 220 of 613 ~ 35.89%
B 153 of 613 ~ 24.96%

%39.15
%35.89
%24.96

CMYK RENK MODELİ

#F0DC99 rengi CMYK tonu (0,8,36,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.33%
  • sarı tonu 36.25%
  • ana renk tonu 5.88%
CMYK:
(0,8,36,6)
C0M8Y36K6 
(0%,8%,36%,6%)
(0.00/0.08/0.36/0.06)	

CMYK yüzdeleri

%0
%8.33
%36.25
%5.88

Codes

Color #F0DC99 in popluar color models

F0DC99
RGB240220153
HSL46°74.36%77.06%
HSB/HSV46°36.25%94.12%
CMYK0.00%8.33%36.25%
5.88%

Color #F0DC99 in popluar number systems.

HEXF0DC99
Decimal240220153
Binary111100001101110010011001
Octal360334231

Shades and tints

Shades of #F0DC99

#F0DC99
(240,220,153)
#DBC88C
(219,200,140)
#C6B47F
(198,180,127)
#B1A072
(177,160,114)
#9C8C65
(156,140,101)
#877858
(135,120,88)
#72644B
(114,100,75)
#5D503E
(93,80,62)
#483C31
(72,60,49)
#332824
(51,40,36)
#1E1417
(30,20,23)
#000000
(0,0,0)

Tints of #F0DC99

#F0DC99
(240,220,153)
#F1DFA2
(241,223,162)
#F2E2AB
(242,226,171)
#F3E5B4
(243,229,180)
#F4E8BD
(244,232,189)
#F5EBC6
(245,235,198)
#F6EECF
(246,238,207)
#F7F1D8
(247,241,216)
#F8F4E1
(248,244,225)
#F9F7EA
(249,247,234)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DC99; }

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

This text font color is #F0DC99.


Background Color

.myBgColor { background-color: #F0DC99; }

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

This div background color is #F0DC99.


Border color

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

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

This div border color is #F0DC99.


Opacity

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

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

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

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

This text has shadow with #F0DC99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DC99 on black background.


Color preview on white background

This text has color #F0DC99 on white background.



Black color preview on #F0DC99 background

This text has black color on #F0DC99 background.


White color preview on #F0DC99 background

This text has white color on #F0DC99 background.