COLOR #F2E595

HEX: #F2E595
RGB: (242,229,149)

Renk bilgisi

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

RGB renk modeli

#F2E595 color RGB value is (242,229,149).

  • kırmız ton 242;
  • yeşil ton 229;
  • mavi ton 149.
RGB:
(242,229,149)
(95%,90%,58%)

RGB bağlantıları ve doygunluk

R 242 of 255 = 95%
G 229 of 255 = 90%
B 149 of 255 = 58%

242
229
149

R + G + B ~ 81%. #F2E595 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
242 + 229 + 149 = 620 (100%)
R 242 of 620 ~ 39.03%
G 229 of 620 ~ 36.94%
B 149 of 620 ~ 24.03%

%39.03
%36.94
%24.03

CMYK RENK MODELİ

#F2E595 rengi CMYK tonu (0,5,38,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.37%
  • sarı tonu 38.43%
  • ana renk tonu 5.10%
CMYK:
(0,5,38,5)
C0M5Y38K5 
(0%,5%,38%,5%)
(0.00/0.05/0.38/0.05)	

CMYK yüzdeleri

%0
%5.37
%38.43
%5.1

Codes

Color #F2E595 in popluar color models

F2E595
RGB242229149
HSL52°78.15%76.67%
HSB/HSV52°38.43%94.90%
CMYK0.00%5.37%38.43%
5.10%

Color #F2E595 in popluar number systems.

HEXF2E595
Decimal242229149
Binary111100101110010110010101
Octal362345225

Shades and tints

Shades of #F2E595

#F2E595
(242,229,149)
#DCD188
(220,209,136)
#C6BD7B
(198,189,123)
#B0A96E
(176,169,110)
#9A9561
(154,149,97)
#848154
(132,129,84)
#6E6D47
(110,109,71)
#58593A
(88,89,58)
#42452D
(66,69,45)
#2C3120
(44,49,32)
#161D13
(22,29,19)
#000000
(0,0,0)

Tints of #F2E595

#F2E595
(242,229,149)
#F3E79E
(243,231,158)
#F4E9A7
(244,233,167)
#F5EBB0
(245,235,176)
#F6EDB9
(246,237,185)
#F7EFC2
(247,239,194)
#F8F1CB
(248,241,203)
#F9F3D4
(249,243,212)
#FAF5DD
(250,245,221)
#FBF7E6
(251,247,230)
#FCF9EF
(252,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E595 color. Also use rgb(242,229,149) instead hex code.

Text Font Color

.myTextColor { color: #F2E595; }

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

This text font color is #F2E595.


Background Color

.myBgColor { background-color: #F2E595; }

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

This div background color is #F2E595.


Border color

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

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

This div border color is #F2E595.


Opacity

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

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

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

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

This text has shadow with #F2E595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E595 on black background.


Color preview on white background

This text has color #F2E595 on white background.



Black color preview on #F2E595 background

This text has black color on #F2E595 background.


White color preview on #F2E595 background

This text has white color on #F2E595 background.