COLOR #F0996A

HEX: #F0996A
RGB: (240,153,106)

Renk bilgisi

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

RGB renk modeli

#F0996A color RGB value is (240,153,106).

  • kırmız ton 240;
  • yeşil ton 153;
  • mavi ton 106.
RGB:
(240,153,106)
(94%,60%,42%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 153 of 255 = 60%
B 106 of 255 = 42%

240
153
106

R + G + B ~ 65%. #F0996A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 153 + 106 = 499 (100%)
R 240 of 499 ~ 48.1%
G 153 of 499 ~ 30.66%
B 106 of 499 ~ 21.24%

%48.1
%30.66
%21.24

CMYK RENK MODELİ

#F0996A rengi CMYK tonu (0,36,56,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.25%
  • sarı tonu 55.83%
  • ana renk tonu 5.88%
CMYK:
(0,36,56,6)
C0M36Y56K6 
(0%,36%,56%,6%)
(0.00/0.36/0.56/0.06)	

CMYK yüzdeleri

%0
%36.25
%55.83
%5.88

Codes

Color #F0996A in popluar color models

F0996A
RGB240153106
HSL21°81.71%67.84%
HSB/HSV21°55.83%94.12%
CMYK0.00%36.25%55.83%
5.88%

Color #F0996A in popluar number systems.

HEXF0996A
Decimal240153106
Binary11110000100110011101010
Octal360231152

Shades and tints

Shades of #F0996A

#F0996A
(240,153,106)
#DB8C61
(219,140,97)
#C67F58
(198,127,88)
#B1724F
(177,114,79)
#9C6546
(156,101,70)
#87583D
(135,88,61)
#724B34
(114,75,52)
#5D3E2B
(93,62,43)
#483122
(72,49,34)
#332419
(51,36,25)
#1E1710
(30,23,16)
#000000
(0,0,0)

Tints of #F0996A

#F0996A
(240,153,106)
#F1A277
(241,162,119)
#F2AB84
(242,171,132)
#F3B491
(243,180,145)
#F4BD9E
(244,189,158)
#F5C6AB
(245,198,171)
#F6CFB8
(246,207,184)
#F7D8C5
(247,216,197)
#F8E1D2
(248,225,210)
#F9EADF
(249,234,223)
#FAF3EC
(250,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0996A; }

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

This text font color is #F0996A.


Background Color

.myBgColor { background-color: #F0996A; }

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

This div background color is #F0996A.


Border color

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

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

This div border color is #F0996A.


Opacity

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

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

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

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

This text has shadow with #F0996A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0996A on black background.


Color preview on white background

This text has color #F0996A on white background.



Black color preview on #F0996A background

This text has black color on #F0996A background.


White color preview on #F0996A background

This text has white color on #F0996A background.