COLOR #F9FD58

HEX: #F9FD58
RGB: (249,253,88)

Renk bilgisi

#F9FD58 contains mainly red and green colors. #F9FD58 ‘ nin web güvenlik rengi #FFFF66 (ya da #FF6) dir.

RGB renk modeli

#F9FD58 color RGB value is (249,253,88).

  • kırmız ton 249;
  • yeşil ton 253;
  • mavi ton 88.
RGB:
(249,253,88)
(98%,99%,35%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 253 of 255 = 99%
B 88 of 255 = 35%

249
253
88

R + G + B ~ 77%. #F9FD58 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 253 + 88 = 590 (100%)
R 249 of 590 ~ 42.2%
G 253 of 590 ~ 42.88%
B 88 of 590 ~ 14.92%

%42.2
%42.88
%14.92

CMYK RENK MODELİ

#F9FD58 rengi CMYK tonu (2,0,65,1).

  • camgöbeği tonu 1.58%
  • eflatun tonu 0.00%
  • sarı tonu 65.22%
  • ana renk tonu 0.78%
CMYK:
(2,0,65,1)
C2M0Y65K1 
(2%,0%,65%,1%)
(0.02/0.00/0.65/0.01)	

CMYK yüzdeleri

%1.58
%0
%65.22
%0.78

Codes

Color #F9FD58 in popluar color models

F9FD58
RGB24925388
HSL61°97.63%66.86%
HSB/HSV61°65.22%99.22%
CMYK1.58%0.00%65.22%
0.78%

Color #F9FD58 in popluar number systems.

HEXF9FD58
Decimal24925388
Binary11111001111111011011000
Octal371375130

Shades and tints

Shades of #F9FD58

#F9FD58
(249,253,88)
#E3E650
(227,230,80)
#CDCF48
(205,207,72)
#B7B840
(183,184,64)
#A1A138
(161,161,56)
#8B8A30
(139,138,48)
#757328
(117,115,40)
#5F5C20
(95,92,32)
#494518
(73,69,24)
#332E10
(51,46,16)
#1D1708
(29,23,8)
#000000
(0,0,0)

Tints of #F9FD58

#F9FD58
(249,253,88)
#F9FD67
(249,253,103)
#F9FD76
(249,253,118)
#F9FD85
(249,253,133)
#F9FD94
(249,253,148)
#F9FDA3
(249,253,163)
#F9FDB2
(249,253,178)
#F9FDC1
(249,253,193)
#F9FDD0
(249,253,208)
#F9FDDF
(249,253,223)
#F9FDEE
(249,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9FD58 color. Also use rgb(249,253,88) instead hex code.

Text Font Color

.myTextColor { color: #F9FD58; }

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

This text font color is #F9FD58.


Background Color

.myBgColor { background-color: #F9FD58; }

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

This div background color is #F9FD58.


Border color

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

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

This div border color is #F9FD58.


Opacity

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

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

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

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

This text has shadow with #F9FD58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FD58 on black background.


Color preview on white background

This text has color #F9FD58 on white background.



Black color preview on #F9FD58 background

This text has black color on #F9FD58 background.


White color preview on #F9FD58 background

This text has white color on #F9FD58 background.