COLOR #F0C88D

HEX: #F0C88D
RGB: (240,200,141)

Renk bilgisi

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

RGB renk modeli

#F0C88D color RGB value is (240,200,141).

  • kırmız ton 240;
  • yeşil ton 200;
  • mavi ton 141.
RGB:
(240,200,141)
(94%,78%,55%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 200 of 255 = 78%
B 141 of 255 = 55%

240
200
141

R + G + B ~ 76%. #F0C88D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 200 + 141 = 581 (100%)
R 240 of 581 ~ 41.31%
G 200 of 581 ~ 34.42%
B 141 of 581 ~ 24.27%

%41.31
%34.42
%24.27

CMYK RENK MODELİ

#F0C88D rengi CMYK tonu (0,17,41,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.67%
  • sarı tonu 41.25%
  • ana renk tonu 5.88%
CMYK:
(0,17,41,6)
C0M17Y41K6 
(0%,17%,41%,6%)
(0.00/0.17/0.41/0.06)	

CMYK yüzdeleri

%0
%16.67
%41.25
%5.88

Codes

Color #F0C88D in popluar color models

F0C88D
RGB240200141
HSL36°76.74%74.71%
HSB/HSV36°41.25%94.12%
CMYK0.00%16.67%41.25%
5.88%

Color #F0C88D in popluar number systems.

HEXF0C88D
Decimal240200141
Binary111100001100100010001101
Octal360310215

Shades and tints

Shades of #F0C88D

#F0C88D
(240,200,141)
#DBB681
(219,182,129)
#C6A475
(198,164,117)
#B19269
(177,146,105)
#9C805D
(156,128,93)
#876E51
(135,110,81)
#725C45
(114,92,69)
#5D4A39
(93,74,57)
#48382D
(72,56,45)
#332621
(51,38,33)
#1E1415
(30,20,21)
#000000
(0,0,0)

Tints of #F0C88D

#F0C88D
(240,200,141)
#F1CD97
(241,205,151)
#F2D2A1
(242,210,161)
#F3D7AB
(243,215,171)
#F4DCB5
(244,220,181)
#F5E1BF
(245,225,191)
#F6E6C9
(246,230,201)
#F7EBD3
(247,235,211)
#F8F0DD
(248,240,221)
#F9F5E7
(249,245,231)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C88D; }

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

This text font color is #F0C88D.


Background Color

.myBgColor { background-color: #F0C88D; }

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

This div background color is #F0C88D.


Border color

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

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

This div border color is #F0C88D.


Opacity

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

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

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

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

This text has shadow with #F0C88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C88D on black background.


Color preview on white background

This text has color #F0C88D on white background.



Black color preview on #F0C88D background

This text has black color on #F0C88D background.


White color preview on #F0C88D background

This text has white color on #F0C88D background.