COLOR #F2EB59

HEX: #F2EB59
RGB: (242,235,89)

Renk bilgisi

#F2EB59 contains mainly red and green colors. #F2EB59 ‘ nin web güvenlik rengi #FFFF66 (ya da #FF6) dir.

RGB renk modeli

#F2EB59 color RGB value is (242,235,89).

  • kırmız ton 242;
  • yeşil ton 235;
  • mavi ton 89.
RGB:
(242,235,89)
(95%,92%,35%)

RGB bağlantıları ve doygunluk

R 242 of 255 = 95%
G 235 of 255 = 92%
B 89 of 255 = 35%

242
235
89

R + G + B ~ 74%. #F2EB59 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
242 + 235 + 89 = 566 (100%)
R 242 of 566 ~ 42.76%
G 235 of 566 ~ 41.52%
B 89 of 566 ~ 15.72%

%42.76
%41.52
%15.72

CMYK RENK MODELİ

#F2EB59 rengi CMYK tonu (0,3,63,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.89%
  • sarı tonu 63.22%
  • ana renk tonu 5.10%
CMYK:
(0,3,63,5)
C0M3Y63K5 
(0%,3%,63%,5%)
(0.00/0.03/0.63/0.05)	

CMYK yüzdeleri

%0
%2.89
%63.22
%5.1

Codes

Color #F2EB59 in popluar color models

F2EB59
RGB24223589
HSL57°85.47%64.90%
HSB/HSV57°63.22%94.90%
CMYK0.00%2.89%63.22%
5.10%

Color #F2EB59 in popluar number systems.

HEXF2EB59
Decimal24223589
Binary11110010111010111011001
Octal362353131

Shades and tints

Shades of #F2EB59

#F2EB59
(242,235,89)
#DCD651
(220,214,81)
#C6C149
(198,193,73)
#B0AC41
(176,172,65)
#9A9739
(154,151,57)
#848231
(132,130,49)
#6E6D29
(110,109,41)
#585821
(88,88,33)
#424319
(66,67,25)
#2C2E11
(44,46,17)
#161909
(22,25,9)
#000000
(0,0,0)

Tints of #F2EB59

#F2EB59
(242,235,89)
#F3EC68
(243,236,104)
#F4ED77
(244,237,119)
#F5EE86
(245,238,134)
#F6EF95
(246,239,149)
#F7F0A4
(247,240,164)
#F8F1B3
(248,241,179)
#F9F2C2
(249,242,194)
#FAF3D1
(250,243,209)
#FBF4E0
(251,244,224)
#FCF5EF
(252,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EB59 color. Also use rgb(242,235,89) instead hex code.

Text Font Color

.myTextColor { color: #F2EB59; }

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

This text font color is #F2EB59.


Background Color

.myBgColor { background-color: #F2EB59; }

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

This div background color is #F2EB59.


Border color

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

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

This div border color is #F2EB59.


Opacity

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

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

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

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

This text has shadow with #F2EB59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EB59 on black background.


Color preview on white background

This text has color #F2EB59 on white background.



Black color preview on #F2EB59 background

This text has black color on #F2EB59 background.


White color preview on #F2EB59 background

This text has white color on #F2EB59 background.