COLOR #F9DF4A

HEX: #F9DF4A
RGB: (249,223,74)

Renk bilgisi

#F9DF4A contains mainly red and green colors. #F9DF4A ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#F9DF4A color RGB value is (249,223,74).

  • kırmız ton 249;
  • yeşil ton 223;
  • mavi ton 74.
RGB:
(249,223,74)
(98%,87%,29%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 223 of 255 = 87%
B 74 of 255 = 29%

249
223
74

R + G + B ~ 71%. #F9DF4A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 223 + 74 = 546 (100%)
R 249 of 546 ~ 45.6%
G 223 of 546 ~ 40.84%
B 74 of 546 ~ 13.55%

%45.6
%40.84
%13.55

CMYK RENK MODELİ

#F9DF4A rengi CMYK tonu (0,10,70,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.44%
  • sarı tonu 70.28%
  • ana renk tonu 2.35%
CMYK:
(0,10,70,2)
C0M10Y70K2 
(0%,10%,70%,2%)
(0.00/0.10/0.70/0.02)	

CMYK yüzdeleri

%0
%10.44
%70.28
%2.35

Codes

Color #F9DF4A in popluar color models

F9DF4A
RGB24922374
HSL51°93.58%63.33%
HSB/HSV51°70.28%97.65%
CMYK0.00%10.44%70.28%
2.35%

Color #F9DF4A in popluar number systems.

HEXF9DF4A
Decimal24922374
Binary11111001110111111001010
Octal371337112

Shades and tints

Shades of #F9DF4A

#F9DF4A
(249,223,74)
#E3CB44
(227,203,68)
#CDB73E
(205,183,62)
#B7A338
(183,163,56)
#A18F32
(161,143,50)
#8B7B2C
(139,123,44)
#756726
(117,103,38)
#5F5320
(95,83,32)
#493F1A
(73,63,26)
#332B14
(51,43,20)
#1D170E
(29,23,14)
#000000
(0,0,0)

Tints of #F9DF4A

#F9DF4A
(249,223,74)
#F9E15A
(249,225,90)
#F9E36A
(249,227,106)
#F9E57A
(249,229,122)
#F9E78A
(249,231,138)
#F9E99A
(249,233,154)
#F9EBAA
(249,235,170)
#F9EDBA
(249,237,186)
#F9EFCA
(249,239,202)
#F9F1DA
(249,241,218)
#F9F3EA
(249,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DF4A color. Also use rgb(249,223,74) instead hex code.

Text Font Color

.myTextColor { color: #F9DF4A; }

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

This text font color is #F9DF4A.


Background Color

.myBgColor { background-color: #F9DF4A; }

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

This div background color is #F9DF4A.


Border color

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

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

This div border color is #F9DF4A.


Opacity

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

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

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

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

This text has shadow with #F9DF4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DF4A on black background.


Color preview on white background

This text has color #F9DF4A on white background.



Black color preview on #F9DF4A background

This text has black color on #F9DF4A background.


White color preview on #F9DF4A background

This text has white color on #F9DF4A background.