COLOR #F0EA09

HEX: #F0EA09
RGB: (240,234,9)

Renk bilgisi

#F0EA09 contains mainly red and green colors. #F0EA09 ‘ nin web güvenlik rengi #FFFF00 (ya da #FF0) dir.

RGB renk modeli

#F0EA09 color RGB value is (240,234,9).

  • kırmız ton 240;
  • yeşil ton 234;
  • mavi ton 9.
RGB:
(240,234,9)
(94%,92%,4%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 234 of 255 = 92%
B 9 of 255 = 4%

240
234
9

R + G + B ~ 63%. #F0EA09 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 234 + 9 = 483 (100%)
R 240 of 483 ~ 49.69%
G 234 of 483 ~ 48.45%
B 9 of 483 ~ 1.86%

%49.69
%48.45

CMYK RENK MODELİ

#F0EA09 rengi CMYK tonu (0,3,96,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.50%
  • sarı tonu 96.25%
  • ana renk tonu 5.88%
CMYK:
(0,3,96,6)
C0M3Y96K6 
(0%,3%,96%,6%)
(0.00/0.03/0.96/0.06)	

CMYK yüzdeleri

%0
%2.5
%96.25
%5.88

Codes

Color #F0EA09 in popluar color models

F0EA09
RGB2402349
HSL58°92.77%48.82%
HSB/HSV58°96.25%94.12%
CMYK0.00%2.50%96.25%
5.88%

Color #F0EA09 in popluar number systems.

HEXF0EA09
Decimal2402349
Binary11110000111010101001
Octal36035211

Shades and tints

Shades of #F0EA09

#F0EA09
(240,234,9)
#DBD509
(219,213,9)
#C6C009
(198,192,9)
#B1AB09
(177,171,9)
#9C9609
(156,150,9)
#878109
(135,129,9)
#726C09
(114,108,9)
#5D5709
(93,87,9)
#484209
(72,66,9)
#332D09
(51,45,9)
#1E1809
(30,24,9)
#000000
(0,0,0)

Tints of #F0EA09

#F0EA09
(240,234,9)
#F1EB1F
(241,235,31)
#F2EC35
(242,236,53)
#F3ED4B
(243,237,75)
#F4EE61
(244,238,97)
#F5EF77
(245,239,119)
#F6F08D
(246,240,141)
#F7F1A3
(247,241,163)
#F8F2B9
(248,242,185)
#F9F3CF
(249,243,207)
#FAF4E5
(250,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EA09 color. Also use rgb(240,234,9) instead hex code.

Text Font Color

.myTextColor { color: #F0EA09; }

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

This text font color is #F0EA09.


Background Color

.myBgColor { background-color: #F0EA09; }

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

This div background color is #F0EA09.


Border color

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

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

This div border color is #F0EA09.


Opacity

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

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

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

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

This text has shadow with #F0EA09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EA09 on black background.


Color preview on white background

This text has color #F0EA09 on white background.



Black color preview on #F0EA09 background

This text has black color on #F0EA09 background.


White color preview on #F0EA09 background

This text has white color on #F0EA09 background.