COLOR #F4D359

HEX: #F4D359
RGB: (244,211,89)

Renk bilgisi

#F4D359 contains mainly red and green colors. #F4D359 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#F4D359 color RGB value is (244,211,89).

  • kırmız ton 244;
  • yeşil ton 211;
  • mavi ton 89.
RGB:
(244,211,89)
(96%,83%,35%)

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 211 of 255 = 83%
B 89 of 255 = 35%

244
211
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 211 + 89 = 544 (100%)
R 244 of 544 ~ 44.85%
G 211 of 544 ~ 38.79%
B 89 of 544 ~ 16.36%

%44.85
%38.79
%16.36

CMYK RENK MODELİ

#F4D359 rengi CMYK tonu (0,14,64,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.52%
  • sarı tonu 63.52%
  • ana renk tonu 4.31%
CMYK:
(0,14,64,4)
C0M14Y64K4 
(0%,14%,64%,4%)
(0.00/0.14/0.64/0.04)	

CMYK yüzdeleri

%0
%13.52
%63.52
%4.31

Codes

Color #F4D359 in popluar color models

F4D359
RGB24421189
HSL47°87.57%65.29%
HSB/HSV47°63.52%95.69%
CMYK0.00%13.52%63.52%
4.31%

Color #F4D359 in popluar number systems.

HEXF4D359
Decimal24421189
Binary11110100110100111011001
Octal364323131

Shades and tints

Shades of #F4D359

#F4D359
(244,211,89)
#DEC051
(222,192,81)
#C8AD49
(200,173,73)
#B29A41
(178,154,65)
#9C8739
(156,135,57)
#867431
(134,116,49)
#706129
(112,97,41)
#5A4E21
(90,78,33)
#443B19
(68,59,25)
#2E2811
(46,40,17)
#181509
(24,21,9)
#000000
(0,0,0)

Tints of #F4D359

#F4D359
(244,211,89)
#F5D768
(245,215,104)
#F6DB77
(246,219,119)
#F7DF86
(247,223,134)
#F8E395
(248,227,149)
#F9E7A4
(249,231,164)
#FAEBB3
(250,235,179)
#FBEFC2
(251,239,194)
#FCF3D1
(252,243,209)
#FDF7E0
(253,247,224)
#FEFBEF
(254,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D359 color. Also use rgb(244,211,89) instead hex code.

Text Font Color

.myTextColor { color: #F4D359; }

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

This text font color is #F4D359.


Background Color

.myBgColor { background-color: #F4D359; }

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

This div background color is #F4D359.


Border color

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

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

This div border color is #F4D359.


Opacity

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

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

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

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

This text has shadow with #F4D359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D359 on black background.


Color preview on white background

This text has color #F4D359 on white background.



Black color preview on #F4D359 background

This text has black color on #F4D359 background.


White color preview on #F4D359 background

This text has white color on #F4D359 background.