COLOR #F0D679

HEX: #F0D679
RGB: (240,214,121)

Renk bilgisi

#F0D679 contains mainly red and green colors. #F0D679 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#F0D679 color RGB value is (240,214,121).

  • kırmız ton 240;
  • yeşil ton 214;
  • mavi ton 121.
RGB:
(240,214,121)
(94%,84%,47%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 214 of 255 = 84%
B 121 of 255 = 47%

240
214
121

R + G + B ~ 75%. #F0D679 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 214 + 121 = 575 (100%)
R 240 of 575 ~ 41.74%
G 214 of 575 ~ 37.22%
B 121 of 575 ~ 21.04%

%41.74
%37.22
%21.04

CMYK RENK MODELİ

#F0D679 rengi CMYK tonu (0,11,50,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.83%
  • sarı tonu 49.58%
  • ana renk tonu 5.88%
CMYK:
(0,11,50,6)
C0M11Y50K6 
(0%,11%,50%,6%)
(0.00/0.11/0.50/0.06)	

CMYK yüzdeleri

%0
%10.83
%49.58
%5.88

Codes

Color #F0D679 in popluar color models

F0D679
RGB240214121
HSL47°79.87%70.78%
HSB/HSV47°49.58%94.12%
CMYK0.00%10.83%49.58%
5.88%

Color #F0D679 in popluar number systems.

HEXF0D679
Decimal240214121
Binary11110000110101101111001
Octal360326171

Shades and tints

Shades of #F0D679

#F0D679
(240,214,121)
#DBC36E
(219,195,110)
#C6B063
(198,176,99)
#B19D58
(177,157,88)
#9C8A4D
(156,138,77)
#877742
(135,119,66)
#726437
(114,100,55)
#5D512C
(93,81,44)
#483E21
(72,62,33)
#332B16
(51,43,22)
#1E180B
(30,24,11)
#000000
(0,0,0)

Tints of #F0D679

#F0D679
(240,214,121)
#F1D985
(241,217,133)
#F2DC91
(242,220,145)
#F3DF9D
(243,223,157)
#F4E2A9
(244,226,169)
#F5E5B5
(245,229,181)
#F6E8C1
(246,232,193)
#F7EBCD
(247,235,205)
#F8EED9
(248,238,217)
#F9F1E5
(249,241,229)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D679 color. Also use rgb(240,214,121) instead hex code.

Text Font Color

.myTextColor { color: #F0D679; }

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

This text font color is #F0D679.


Background Color

.myBgColor { background-color: #F0D679; }

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

This div background color is #F0D679.


Border color

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

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

This div border color is #F0D679.


Opacity

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

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

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

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

This text has shadow with #F0D679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D679 on black background.


Color preview on white background

This text has color #F0D679 on white background.



Black color preview on #F0D679 background

This text has black color on #F0D679 background.


White color preview on #F0D679 background

This text has white color on #F0D679 background.