COLOR #F0E309

HEX: #F0E309
RGB: (240,227,9)

Renk bilgisi

#F0E309 contains mainly red and green colors. #F0E309 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#F0E309 color RGB value is (240,227,9).

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

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 227 of 255 = 89%
B 9 of 255 = 4%

240
227
9

R + G + B ~ 62%. #F0E309 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 227 + 9 = 476 (100%)
R 240 of 476 ~ 50.42%
G 227 of 476 ~ 47.69%
B 9 of 476 ~ 1.89%

%50.42
%47.69

CMYK RENK MODELİ

#F0E309 rengi CMYK tonu (0,5,96,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.42%
  • sarı tonu 96.25%
  • ana renk tonu 5.88%
CMYK:
(0,5,96,6)
C0M5Y96K6 
(0%,5%,96%,6%)
(0.00/0.05/0.96/0.06)	

CMYK yüzdeleri

%0
%5.42
%96.25
%5.88

Codes

Color #F0E309 in popluar color models

F0E309
RGB2402279
HSL57°92.77%48.82%
HSB/HSV57°96.25%94.12%
CMYK0.00%5.42%96.25%
5.88%

Color #F0E309 in popluar number systems.

HEXF0E309
Decimal2402279
Binary11110000111000111001
Octal36034311

Shades and tints

Shades of #F0E309

#F0E309
(240,227,9)
#DBCF09
(219,207,9)
#C6BB09
(198,187,9)
#B1A709
(177,167,9)
#9C9309
(156,147,9)
#877F09
(135,127,9)
#726B09
(114,107,9)
#5D5709
(93,87,9)
#484309
(72,67,9)
#332F09
(51,47,9)
#1E1B09
(30,27,9)
#000000
(0,0,0)

Tints of #F0E309

#F0E309
(240,227,9)
#F1E51F
(241,229,31)
#F2E735
(242,231,53)
#F3E94B
(243,233,75)
#F4EB61
(244,235,97)
#F5ED77
(245,237,119)
#F6EF8D
(246,239,141)
#F7F1A3
(247,241,163)
#F8F3B9
(248,243,185)
#F9F5CF
(249,245,207)
#FAF7E5
(250,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0E309; }

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

This text font color is #F0E309.


Background Color

.myBgColor { background-color: #F0E309; }

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

This div background color is #F0E309.


Border color

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

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

This div border color is #F0E309.


Opacity

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

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

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

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

This text has shadow with #F0E309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E309 on black background.


Color preview on white background

This text has color #F0E309 on white background.



Black color preview on #F0E309 background

This text has black color on #F0E309 background.


White color preview on #F0E309 background

This text has white color on #F0E309 background.