COLOR #F5F18C

HEX: #F5F18C
RGB: (245,241,140)

Renk bilgisi

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

RGB renk modeli

#F5F18C color RGB value is (245,241,140).

  • kırmız ton 245;
  • yeşil ton 241;
  • mavi ton 140.
RGB:
(245,241,140)
(96%,95%,55%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 241 of 255 = 95%
B 140 of 255 = 55%

245
241
140

R + G + B ~ 82%. #F5F18C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 241 + 140 = 626 (100%)
R 245 of 626 ~ 39.14%
G 241 of 626 ~ 38.5%
B 140 of 626 ~ 22.36%

%39.14
%38.5
%22.36

CMYK RENK MODELİ

#F5F18C rengi CMYK tonu (0,2,43,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.63%
  • sarı tonu 42.86%
  • ana renk tonu 3.92%
CMYK:
(0,2,43,4)
C0M2Y43K4 
(0%,2%,43%,4%)
(0.00/0.02/0.43/0.04)	

CMYK yüzdeleri

%0
%1.63
%42.86
%3.92

Codes

Color #F5F18C in popluar color models

F5F18C
RGB245241140
HSL58°84.00%75.49%
HSB/HSV58°42.86%96.08%
CMYK0.00%1.63%42.86%
3.92%

Color #F5F18C in popluar number systems.

HEXF5F18C
Decimal245241140
Binary111101011111000110001100
Octal365361214

Shades and tints

Shades of #F5F18C

#F5F18C
(245,241,140)
#DFDC80
(223,220,128)
#C9C774
(201,199,116)
#B3B268
(179,178,104)
#9D9D5C
(157,157,92)
#878850
(135,136,80)
#717344
(113,115,68)
#5B5E38
(91,94,56)
#45492C
(69,73,44)
#2F3420
(47,52,32)
#191F14
(25,31,20)
#000000
(0,0,0)

Tints of #F5F18C

#F5F18C
(245,241,140)
#F5F296
(245,242,150)
#F5F3A0
(245,243,160)
#F5F4AA
(245,244,170)
#F5F5B4
(245,245,180)
#F5F6BE
(245,246,190)
#F5F7C8
(245,247,200)
#F5F8D2
(245,248,210)
#F5F9DC
(245,249,220)
#F5FAE6
(245,250,230)
#F5FBF0
(245,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5F18C color. Also use rgb(245,241,140) instead hex code.

Text Font Color

.myTextColor { color: #F5F18C; }

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

This text font color is #F5F18C.


Background Color

.myBgColor { background-color: #F5F18C; }

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

This div background color is #F5F18C.


Border color

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

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

This div border color is #F5F18C.


Opacity

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

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

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

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

This text has shadow with #F5F18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F18C on black background.


Color preview on white background

This text has color #F5F18C on white background.



Black color preview on #F5F18C background

This text has black color on #F5F18C background.


White color preview on #F5F18C background

This text has white color on #F5F18C background.