COLOR #F0F387

HEX: #F0F387
RGB: (240,243,135)

Renk bilgisi

#F0F387 contains mainly red and green colors. #F0F387 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#F0F387 color RGB value is (240,243,135).

  • kırmız ton 240;
  • yeşil ton 243;
  • mavi ton 135.
RGB:
(240,243,135)
(94%,95%,53%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 243 of 255 = 95%
B 135 of 255 = 53%

240
243
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 243 + 135 = 618 (100%)
R 240 of 618 ~ 38.83%
G 243 of 618 ~ 39.32%
B 135 of 618 ~ 21.84%

%38.83
%39.32
%21.84

CMYK RENK MODELİ

#F0F387 rengi CMYK tonu (1,0,44,5).

  • camgöbeği tonu 1.23%
  • eflatun tonu 0.00%
  • sarı tonu 44.44%
  • ana renk tonu 4.71%
CMYK:
(1,0,44,5)
C1M0Y44K5 
(1%,0%,44%,5%)
(0.01/0.00/0.44/0.05)	

CMYK yüzdeleri

%1.23
%0
%44.44
%4.71

Codes

Color #F0F387 in popluar color models

F0F387
RGB240243135
HSL62°81.82%74.12%
HSB/HSV62°44.44%95.29%
CMYK1.23%0.00%44.44%
4.71%

Color #F0F387 in popluar number systems.

HEXF0F387
Decimal240243135
Binary111100001111001110000111
Octal360363207

Shades and tints

Shades of #F0F387

#F0F387
(240,243,135)
#DBDD7B
(219,221,123)
#C6C76F
(198,199,111)
#B1B163
(177,177,99)
#9C9B57
(156,155,87)
#87854B
(135,133,75)
#726F3F
(114,111,63)
#5D5933
(93,89,51)
#484327
(72,67,39)
#332D1B
(51,45,27)
#1E170F
(30,23,15)
#000000
(0,0,0)

Tints of #F0F387

#F0F387
(240,243,135)
#F1F491
(241,244,145)
#F2F59B
(242,245,155)
#F3F6A5
(243,246,165)
#F4F7AF
(244,247,175)
#F5F8B9
(245,248,185)
#F6F9C3
(246,249,195)
#F7FACD
(247,250,205)
#F8FBD7
(248,251,215)
#F9FCE1
(249,252,225)
#FAFDEB
(250,253,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0F387 color. Also use rgb(240,243,135) instead hex code.

Text Font Color

.myTextColor { color: #F0F387; }

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

This text font color is #F0F387.


Background Color

.myBgColor { background-color: #F0F387; }

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

This div background color is #F0F387.


Border color

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

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

This div border color is #F0F387.


Opacity

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

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

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

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

This text has shadow with #F0F387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F387 on black background.


Color preview on white background

This text has color #F0F387 on white background.



Black color preview on #F0F387 background

This text has black color on #F0F387 background.


White color preview on #F0F387 background

This text has white color on #F0F387 background.