COLOR #F5F998

HEX: #F5F998
RGB: (245,249,152)

Renk bilgisi

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

RGB renk modeli

#F5F998 color RGB value is (245,249,152).

  • kırmız ton 245;
  • yeşil ton 249;
  • mavi ton 152.
RGB:
(245,249,152)
(96%,98%,60%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 249 of 255 = 98%
B 152 of 255 = 60%

245
249
152

R + G + B ~ 85%. #F5F998 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 249 + 152 = 646 (100%)
R 245 of 646 ~ 37.93%
G 249 of 646 ~ 38.54%
B 152 of 646 ~ 23.53%

%37.93
%38.54
%23.53

CMYK RENK MODELİ

#F5F998 rengi CMYK tonu (2,0,39,2).

  • camgöbeği tonu 1.61%
  • eflatun tonu 0.00%
  • sarı tonu 38.96%
  • ana renk tonu 2.35%
CMYK:
(2,0,39,2)
C2M0Y39K2 
(2%,0%,39%,2%)
(0.02/0.00/0.39/0.02)	

CMYK yüzdeleri

%1.61
%0
%38.96
%2.35

Codes

Color #F5F998 in popluar color models

F5F998
RGB245249152
HSL62°88.99%78.63%
HSB/HSV62°38.96%97.65%
CMYK1.61%0.00%38.96%
2.35%

Color #F5F998 in popluar number systems.

HEXF5F998
Decimal245249152
Binary111101011111100110011000
Octal365371230

Shades and tints

Shades of #F5F998

#F5F998
(245,249,152)
#DFE38B
(223,227,139)
#C9CD7E
(201,205,126)
#B3B771
(179,183,113)
#9DA164
(157,161,100)
#878B57
(135,139,87)
#71754A
(113,117,74)
#5B5F3D
(91,95,61)
#454930
(69,73,48)
#2F3323
(47,51,35)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #F5F998

#F5F998
(245,249,152)
#F5F9A1
(245,249,161)
#F5F9AA
(245,249,170)
#F5F9B3
(245,249,179)
#F5F9BC
(245,249,188)
#F5F9C5
(245,249,197)
#F5F9CE
(245,249,206)
#F5F9D7
(245,249,215)
#F5F9E0
(245,249,224)
#F5F9E9
(245,249,233)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5F998 color. Also use rgb(245,249,152) instead hex code.

Text Font Color

.myTextColor { color: #F5F998; }

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

This text font color is #F5F998.


Background Color

.myBgColor { background-color: #F5F998; }

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

This div background color is #F5F998.


Border color

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

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

This div border color is #F5F998.


Opacity

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

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

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

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

This text has shadow with #F5F998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F998 on black background.


Color preview on white background

This text has color #F5F998 on white background.



Black color preview on #F5F998 background

This text has black color on #F5F998 background.


White color preview on #F5F998 background

This text has white color on #F5F998 background.