COLOR #F0B477

HEX: #F0B477
RGB: (240,180,119)

Renk bilgisi

#F0B477 contains mainly red color. #F0B477 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#F0B477 color RGB value is (240,180,119).

  • kırmız ton 240;
  • yeşil ton 180;
  • mavi ton 119.
RGB:
(240,180,119)
(94%,71%,47%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 180 of 255 = 71%
B 119 of 255 = 47%

240
180
119

R + G + B ~ 71%. #F0B477 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 180 + 119 = 539 (100%)
R 240 of 539 ~ 44.53%
G 180 of 539 ~ 33.4%
B 119 of 539 ~ 22.08%

%44.53
%33.4
%22.08

CMYK RENK MODELİ

#F0B477 rengi CMYK tonu (0,25,50,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.00%
  • sarı tonu 50.42%
  • ana renk tonu 5.88%
CMYK:
(0,25,50,6)
C0M25Y50K6 
(0%,25%,50%,6%)
(0.00/0.25/0.50/0.06)	

CMYK yüzdeleri

%0
%25
%50.42
%5.88

Codes

Color #F0B477 in popluar color models

F0B477
RGB240180119
HSL30°80.13%70.39%
HSB/HSV30°50.42%94.12%
CMYK0.00%25.00%50.42%
5.88%

Color #F0B477 in popluar number systems.

HEXF0B477
Decimal240180119
Binary11110000101101001110111
Octal360264167

Shades and tints

Shades of #F0B477

#F0B477
(240,180,119)
#DBA46D
(219,164,109)
#C69463
(198,148,99)
#B18459
(177,132,89)
#9C744F
(156,116,79)
#876445
(135,100,69)
#72543B
(114,84,59)
#5D4431
(93,68,49)
#483427
(72,52,39)
#33241D
(51,36,29)
#1E1413
(30,20,19)
#000000
(0,0,0)

Tints of #F0B477

#F0B477
(240,180,119)
#F1BA83
(241,186,131)
#F2C08F
(242,192,143)
#F3C69B
(243,198,155)
#F4CCA7
(244,204,167)
#F5D2B3
(245,210,179)
#F6D8BF
(246,216,191)
#F7DECB
(247,222,203)
#F8E4D7
(248,228,215)
#F9EAE3
(249,234,227)
#FAF0EF
(250,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B477 color. Also use rgb(240,180,119) instead hex code.

Text Font Color

.myTextColor { color: #F0B477; }

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

This text font color is #F0B477.


Background Color

.myBgColor { background-color: #F0B477; }

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

This div background color is #F0B477.


Border color

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

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

This div border color is #F0B477.


Opacity

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

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

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

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

This text has shadow with #F0B477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B477 on black background.


Color preview on white background

This text has color #F0B477 on white background.



Black color preview on #F0B477 background

This text has black color on #F0B477 background.


White color preview on #F0B477 background

This text has white color on #F0B477 background.