COLOR #F9F598

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

249
245
152

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

Yüzdelerle RGB renk parçaları

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

%38.54
%37.93
%23.53

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%1.61
%38.96
%2.35

Codes

Color #F9F598 in popluar color models

F9F598
RGB249245152
HSL58°88.99%78.63%
HSB/HSV58°38.96%97.65%
CMYK0.00%1.61%38.96%
2.35%

Color #F9F598 in popluar number systems.

HEXF9F598
Decimal249245152
Binary111110011111010110011000
Octal371365230

Shades and tints

Shades of #F9F598

#F9F598
(249,245,152)
#E3DF8B
(227,223,139)
#CDC97E
(205,201,126)
#B7B371
(183,179,113)
#A19D64
(161,157,100)
#8B8757
(139,135,87)
#75714A
(117,113,74)
#5F5B3D
(95,91,61)
#494530
(73,69,48)
#332F23
(51,47,35)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #F9F598

#F9F598
(249,245,152)
#F9F5A1
(249,245,161)
#F9F5AA
(249,245,170)
#F9F5B3
(249,245,179)
#F9F5BC
(249,245,188)
#F9F5C5
(249,245,197)
#F9F5CE
(249,245,206)
#F9F5D7
(249,245,215)
#F9F5E0
(249,245,224)
#F9F5E9
(249,245,233)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F598; }

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

This text font color is #F9F598.


Background Color

.myBgColor { background-color: #F9F598; }

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

This div background color is #F9F598.


Border color

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

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

This div border color is #F9F598.


Opacity

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

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

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

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

This text has shadow with #F9F598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F598 on black background.


Color preview on white background

This text has color #F9F598 on white background.



Black color preview on #F9F598 background

This text has black color on #F9F598 background.


White color preview on #F9F598 background

This text has white color on #F9F598 background.