COLOR #F0B980

HEX: #F0B980
RGB: (240,185,128)

Renk bilgisi

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

RGB renk modeli

#F0B980 color RGB value is (240,185,128).

  • kırmız ton 240;
  • yeşil ton 185;
  • mavi ton 128.
RGB:
(240,185,128)
(94%,73%,50%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 185 of 255 = 73%
B 128 of 255 = 50%

240
185
128

R + G + B ~ 72%. #F0B980 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 185 + 128 = 553 (100%)
R 240 of 553 ~ 43.4%
G 185 of 553 ~ 33.45%
B 128 of 553 ~ 23.15%

%43.4
%33.45
%23.15

CMYK RENK MODELİ

#F0B980 rengi CMYK tonu (0,23,47,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.92%
  • sarı tonu 46.67%
  • ana renk tonu 5.88%
CMYK:
(0,23,47,6)
C0M23Y47K6 
(0%,23%,47%,6%)
(0.00/0.23/0.47/0.06)	

CMYK yüzdeleri

%0
%22.92
%46.67
%5.88

Codes

Color #F0B980 in popluar color models

F0B980
RGB240185128
HSL31°78.87%72.16%
HSB/HSV31°46.67%94.12%
CMYK0.00%22.92%46.67%
5.88%

Color #F0B980 in popluar number systems.

HEXF0B980
Decimal240185128
Binary111100001011100110000000
Octal360271200

Shades and tints

Shades of #F0B980

#F0B980
(240,185,128)
#DBA975
(219,169,117)
#C6996A
(198,153,106)
#B1895F
(177,137,95)
#9C7954
(156,121,84)
#876949
(135,105,73)
#72593E
(114,89,62)
#5D4933
(93,73,51)
#483928
(72,57,40)
#33291D
(51,41,29)
#1E1912
(30,25,18)
#000000
(0,0,0)

Tints of #F0B980

#F0B980
(240,185,128)
#F1BF8B
(241,191,139)
#F2C596
(242,197,150)
#F3CBA1
(243,203,161)
#F4D1AC
(244,209,172)
#F5D7B7
(245,215,183)
#F6DDC2
(246,221,194)
#F7E3CD
(247,227,205)
#F8E9D8
(248,233,216)
#F9EFE3
(249,239,227)
#FAF5EE
(250,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B980 color. Also use rgb(240,185,128) instead hex code.

Text Font Color

.myTextColor { color: #F0B980; }

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

This text font color is #F0B980.


Background Color

.myBgColor { background-color: #F0B980; }

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

This div background color is #F0B980.


Border color

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

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

This div border color is #F0B980.


Opacity

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

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

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

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

This text has shadow with #F0B980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B980 on black background.


Color preview on white background

This text has color #F0B980 on white background.



Black color preview on #F0B980 background

This text has black color on #F0B980 background.


White color preview on #F0B980 background

This text has white color on #F0B980 background.