COLOR #F9FD15

HEX: #F9FD15
RGB: (249,253,21)

Renk bilgisi

#F9FD15 contains mainly red and green colors. #F9FD15 ‘ nin web güvenlik rengi #FFFF00 (ya da #FF0) dir.

RGB renk modeli

#F9FD15 color RGB value is (249,253,21).

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

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 253 of 255 = 99%
B 21 of 255 = 8%

249
253
21

R + G + B ~ 68%. #F9FD15 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 253 + 21 = 523 (100%)
R 249 of 523 ~ 47.61%
G 253 of 523 ~ 48.37%
B 21 of 523 ~ 4.02%

%47.61
%48.37

CMYK RENK MODELİ

#F9FD15 rengi CMYK tonu (2,0,92,1).

  • camgöbeği tonu 1.58%
  • eflatun tonu 0.00%
  • sarı tonu 91.70%
  • ana renk tonu 0.78%
CMYK:
(2,0,92,1)
C2M0Y92K1 
(2%,0%,92%,1%)
(0.02/0.00/0.92/0.01)	

CMYK yüzdeleri

%1.58
%0
%91.7
%0.78

Codes

Color #F9FD15 in popluar color models

F9FD15
RGB24925321
HSL61°98.31%53.73%
HSB/HSV61°91.70%99.22%
CMYK1.58%0.00%91.70%
0.78%

Color #F9FD15 in popluar number systems.

HEXF9FD15
Decimal24925321
Binary111110011111110110101
Octal37137525

Shades and tints

Shades of #F9FD15

#F9FD15
(249,253,21)
#E3E614
(227,230,20)
#CDCF13
(205,207,19)
#B7B812
(183,184,18)
#A1A111
(161,161,17)
#8B8A10
(139,138,16)
#75730F
(117,115,15)
#5F5C0E
(95,92,14)
#49450D
(73,69,13)
#332E0C
(51,46,12)
#1D170B
(29,23,11)
#000000
(0,0,0)

Tints of #F9FD15

#F9FD15
(249,253,21)
#F9FD2A
(249,253,42)
#F9FD3F
(249,253,63)
#F9FD54
(249,253,84)
#F9FD69
(249,253,105)
#F9FD7E
(249,253,126)
#F9FD93
(249,253,147)
#F9FDA8
(249,253,168)
#F9FDBD
(249,253,189)
#F9FDD2
(249,253,210)
#F9FDE7
(249,253,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FD15; }

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

This text font color is #F9FD15.


Background Color

.myBgColor { background-color: #F9FD15; }

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

This div background color is #F9FD15.


Border color

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

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

This div border color is #F9FD15.


Opacity

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

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

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

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

This text has shadow with #F9FD15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FD15 on black background.


Color preview on white background

This text has color #F9FD15 on white background.



Black color preview on #F9FD15 background

This text has black color on #F9FD15 background.


White color preview on #F9FD15 background

This text has white color on #F9FD15 background.