COLOR #F0F096

HEX: #F0F096
RGB: (240,240,150)

Renk bilgisi

#F0F096 contains mainly red and green colors. #F0F096 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#F0F096 color RGB value is (240,240,150).

  • kırmız ton 240;
  • yeşil ton 240;
  • mavi ton 150.
RGB:
(240,240,150)
(94%,94%,59%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 240 of 255 = 94%
B 150 of 255 = 59%

240
240
150

R + G + B ~ 82%. #F0F096 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 240 + 150 = 630 (100%)
R 240 of 630 ~ 38.1%
G 240 of 630 ~ 38.1%
B 150 of 630 ~ 23.81%

%38.1
%38.1
%23.81

CMYK RENK MODELİ

#F0F096 rengi CMYK tonu (0,0,38,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 37.50%
  • ana renk tonu 5.88%
CMYK:
(0,0,38,6)
C0M0Y38K6 
(0%,0%,38%,6%)
(0.00/0.00/0.38/0.06)	

CMYK yüzdeleri

%0
%0
%37.5
%5.88

Codes

Color #F0F096 in popluar color models

F0F096
RGB240240150
HSL60°75.00%76.47%
HSB/HSV60°37.50%94.12%
CMYK0.00%0.00%37.50%
5.88%

Color #F0F096 in popluar number systems.

HEXF0F096
Decimal240240150
Binary111100001111000010010110
Octal360360226

Shades and tints

Shades of #F0F096

#F0F096
(240,240,150)
#DBDB89
(219,219,137)
#C6C67C
(198,198,124)
#B1B16F
(177,177,111)
#9C9C62
(156,156,98)
#878755
(135,135,85)
#727248
(114,114,72)
#5D5D3B
(93,93,59)
#48482E
(72,72,46)
#333321
(51,51,33)
#1E1E14
(30,30,20)
#000000
(0,0,0)

Tints of #F0F096

#F0F096
(240,240,150)
#F1F19F
(241,241,159)
#F2F2A8
(242,242,168)
#F3F3B1
(243,243,177)
#F4F4BA
(244,244,186)
#F5F5C3
(245,245,195)
#F6F6CC
(246,246,204)
#F7F7D5
(247,247,213)
#F8F8DE
(248,248,222)
#F9F9E7
(249,249,231)
#FAFAF0
(250,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F096; }

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

This text font color is #F0F096.


Background Color

.myBgColor { background-color: #F0F096; }

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

This div background color is #F0F096.


Border color

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

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

This div border color is #F0F096.


Opacity

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

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

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

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

This text has shadow with #F0F096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F096 on black background.


Color preview on white background

This text has color #F0F096 on white background.



Black color preview on #F0F096 background

This text has black color on #F0F096 background.


White color preview on #F0F096 background

This text has white color on #F0F096 background.