COLOR #F0B360

HEX: #F0B360
RGB: (240,179,96)

Renk bilgisi

#F0B360 contains mainly red color. #F0B360 ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#F0B360 color RGB value is (240,179,96).

  • kırmız ton 240;
  • yeşil ton 179;
  • mavi ton 96.
RGB:
(240,179,96)
(94%,70%,38%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 179 of 255 = 70%
B 96 of 255 = 38%

240
179
96

R + G + B ~ 67%. #F0B360 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 179 + 96 = 515 (100%)
R 240 of 515 ~ 46.6%
G 179 of 515 ~ 34.76%
B 96 of 515 ~ 18.64%

%46.6
%34.76
%18.64

CMYK RENK MODELİ

#F0B360 rengi CMYK tonu (0,25,60,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.42%
  • sarı tonu 60.00%
  • ana renk tonu 5.88%
CMYK:
(0,25,60,6)
C0M25Y60K6 
(0%,25%,60%,6%)
(0.00/0.25/0.60/0.06)	

CMYK yüzdeleri

%0
%25.42
%60
%5.88

Codes

Color #F0B360 in popluar color models

F0B360
RGB24017996
HSL35°82.76%65.88%
HSB/HSV35°60.00%94.12%
CMYK0.00%25.42%60.00%
5.88%

Color #F0B360 in popluar number systems.

HEXF0B360
Decimal24017996
Binary11110000101100111100000
Octal360263140

Shades and tints

Shades of #F0B360

#F0B360
(240,179,96)
#DBA358
(219,163,88)
#C69350
(198,147,80)
#B18348
(177,131,72)
#9C7340
(156,115,64)
#876338
(135,99,56)
#725330
(114,83,48)
#5D4328
(93,67,40)
#483320
(72,51,32)
#332318
(51,35,24)
#1E1310
(30,19,16)
#000000
(0,0,0)

Tints of #F0B360

#F0B360
(240,179,96)
#F1B96E
(241,185,110)
#F2BF7C
(242,191,124)
#F3C58A
(243,197,138)
#F4CB98
(244,203,152)
#F5D1A6
(245,209,166)
#F6D7B4
(246,215,180)
#F7DDC2
(247,221,194)
#F8E3D0
(248,227,208)
#F9E9DE
(249,233,222)
#FAEFEC
(250,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B360 color. Also use rgb(240,179,96) instead hex code.

Text Font Color

.myTextColor { color: #F0B360; }

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

This text font color is #F0B360.


Background Color

.myBgColor { background-color: #F0B360; }

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

This div background color is #F0B360.


Border color

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

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

This div border color is #F0B360.


Opacity

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

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

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

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

This text has shadow with #F0B360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B360 on black background.


Color preview on white background

This text has color #F0B360 on white background.



Black color preview on #F0B360 background

This text has black color on #F0B360 background.


White color preview on #F0B360 background

This text has white color on #F0B360 background.