COLOR #F0C19C

HEX: #F0C19C
RGB: (240,193,156)

Renk bilgisi

#F0C19C contains mainly red and green colors. #F0C19C ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F0C19C color RGB value is (240,193,156).

  • kırmız ton 240;
  • yeşil ton 193;
  • mavi ton 156.
RGB:
(240,193,156)
(94%,76%,61%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 193 of 255 = 76%
B 156 of 255 = 61%

240
193
156

R + G + B ~ 77%. #F0C19C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 193 + 156 = 589 (100%)
R 240 of 589 ~ 40.75%
G 193 of 589 ~ 32.77%
B 156 of 589 ~ 26.49%

%40.75
%32.77
%26.49

CMYK RENK MODELİ

#F0C19C rengi CMYK tonu (0,20,35,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.58%
  • sarı tonu 35.00%
  • ana renk tonu 5.88%
CMYK:
(0,20,35,6)
C0M20Y35K6 
(0%,20%,35%,6%)
(0.00/0.20/0.35/0.06)	

CMYK yüzdeleri

%0
%19.58
%35
%5.88

Codes

Color #F0C19C in popluar color models

F0C19C
RGB240193156
HSL26°73.68%77.65%
HSB/HSV26°35.00%94.12%
CMYK0.00%19.58%35.00%
5.88%

Color #F0C19C in popluar number systems.

HEXF0C19C
Decimal240193156
Binary111100001100000110011100
Octal360301234

Shades and tints

Shades of #F0C19C

#F0C19C
(240,193,156)
#DBB08E
(219,176,142)
#C69F80
(198,159,128)
#B18E72
(177,142,114)
#9C7D64
(156,125,100)
#876C56
(135,108,86)
#725B48
(114,91,72)
#5D4A3A
(93,74,58)
#48392C
(72,57,44)
#33281E
(51,40,30)
#1E1710
(30,23,16)
#000000
(0,0,0)

Tints of #F0C19C

#F0C19C
(240,193,156)
#F1C6A5
(241,198,165)
#F2CBAE
(242,203,174)
#F3D0B7
(243,208,183)
#F4D5C0
(244,213,192)
#F5DAC9
(245,218,201)
#F6DFD2
(246,223,210)
#F7E4DB
(247,228,219)
#F8E9E4
(248,233,228)
#F9EEED
(249,238,237)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C19C; }

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

This text font color is #F0C19C.


Background Color

.myBgColor { background-color: #F0C19C; }

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

This div background color is #F0C19C.


Border color

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

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

This div border color is #F0C19C.


Opacity

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

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

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

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

This text has shadow with #F0C19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C19C on black background.


Color preview on white background

This text has color #F0C19C on white background.



Black color preview on #F0C19C background

This text has black color on #F0C19C background.


White color preview on #F0C19C background

This text has white color on #F0C19C background.