COLOR #F9D405

HEX: #F9D405
RGB: (249,212,5)

Renk bilgisi

#F9D405 contains mainly red and green colors. #F9D405 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#F9D405 color RGB value is (249,212,5).

  • kırmız ton 249;
  • yeşil ton 212;
  • mavi ton 5.
RGB:
(249,212,5)
(98%,83%,2%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 212 of 255 = 83%
B 5 of 255 = 2%

249
212
5

R + G + B ~ 61%. #F9D405 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 212 + 5 = 466 (100%)
R 249 of 466 ~ 53.43%
G 212 of 466 ~ 45.49%
B 5 of 466 ~ 1.07%

%53.43
%45.49

CMYK RENK MODELİ

#F9D405 rengi CMYK tonu (0,15,98,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.86%
  • sarı tonu 97.99%
  • ana renk tonu 2.35%
CMYK:
(0,15,98,2)
C0M15Y98K2 
(0%,15%,98%,2%)
(0.00/0.15/0.98/0.02)	

CMYK yüzdeleri

%0
%14.86
%97.99
%2.35

Codes

Color #F9D405 in popluar color models

F9D405
RGB2492125
HSL51°96.06%49.80%
HSB/HSV51°97.99%97.65%
CMYK0.00%14.86%97.99%
2.35%

Color #F9D405 in popluar number systems.

HEXF9D405
Decimal2492125
Binary1111100111010100101
Octal3713245

Shades and tints

Shades of #F9D405

#F9D405
(249,212,5)
#E3C105
(227,193,5)
#CDAE05
(205,174,5)
#B79B05
(183,155,5)
#A18805
(161,136,5)
#8B7505
(139,117,5)
#756205
(117,98,5)
#5F4F05
(95,79,5)
#493C05
(73,60,5)
#332905
(51,41,5)
#1D1605
(29,22,5)
#000000
(0,0,0)

Tints of #F9D405

#F9D405
(249,212,5)
#F9D71B
(249,215,27)
#F9DA31
(249,218,49)
#F9DD47
(249,221,71)
#F9E05D
(249,224,93)
#F9E373
(249,227,115)
#F9E689
(249,230,137)
#F9E99F
(249,233,159)
#F9ECB5
(249,236,181)
#F9EFCB
(249,239,203)
#F9F2E1
(249,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D405 color. Also use rgb(249,212,5) instead hex code.

Text Font Color

.myTextColor { color: #F9D405; }

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

This text font color is #F9D405.


Background Color

.myBgColor { background-color: #F9D405; }

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

This div background color is #F9D405.


Border color

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

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

This div border color is #F9D405.


Opacity

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

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

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

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

This text has shadow with #F9D405 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D405 on black background.


Color preview on white background

This text has color #F9D405 on white background.



Black color preview on #F9D405 background

This text has black color on #F9D405 background.


White color preview on #F9D405 background

This text has white color on #F9D405 background.