COLOR #F4D51A

HEX: #F4D51A
RGB: (244,213,26)

Renk bilgisi

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

RGB renk modeli

#F4D51A color RGB value is (244,213,26).

  • kırmız ton 244;
  • yeşil ton 213;
  • mavi ton 26.
RGB:
(244,213,26)
(96%,84%,10%)

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 213 of 255 = 84%
B 26 of 255 = 10%

244
213
26

R + G + B ~ 63%. #F4D51A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 213 + 26 = 483 (100%)
R 244 of 483 ~ 50.52%
G 213 of 483 ~ 44.1%
B 26 of 483 ~ 5.38%

%50.52
%44.1

CMYK RENK MODELİ

#F4D51A rengi CMYK tonu (0,13,89,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.70%
  • sarı tonu 89.34%
  • ana renk tonu 4.31%
CMYK:
(0,13,89,4)
C0M13Y89K4 
(0%,13%,89%,4%)
(0.00/0.13/0.89/0.04)	

CMYK yüzdeleri

%0
%12.7
%89.34
%4.31

Codes

Color #F4D51A in popluar color models

F4D51A
RGB24421326
HSL51°90.83%52.94%
HSB/HSV51°89.34%95.69%
CMYK0.00%12.70%89.34%
4.31%

Color #F4D51A in popluar number systems.

HEXF4D51A
Decimal24421326
Binary111101001101010111010
Octal36432532

Shades and tints

Shades of #F4D51A

#F4D51A
(244,213,26)
#DEC218
(222,194,24)
#C8AF16
(200,175,22)
#B29C14
(178,156,20)
#9C8912
(156,137,18)
#867610
(134,118,16)
#70630E
(112,99,14)
#5A500C
(90,80,12)
#443D0A
(68,61,10)
#2E2A08
(46,42,8)
#181706
(24,23,6)
#000000
(0,0,0)

Tints of #F4D51A

#F4D51A
(244,213,26)
#F5D82E
(245,216,46)
#F6DB42
(246,219,66)
#F7DE56
(247,222,86)
#F8E16A
(248,225,106)
#F9E47E
(249,228,126)
#FAE792
(250,231,146)
#FBEAA6
(251,234,166)
#FCEDBA
(252,237,186)
#FDF0CE
(253,240,206)
#FEF3E2
(254,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D51A color. Also use rgb(244,213,26) instead hex code.

Text Font Color

.myTextColor { color: #F4D51A; }

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

This text font color is #F4D51A.


Background Color

.myBgColor { background-color: #F4D51A; }

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

This div background color is #F4D51A.


Border color

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

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

This div border color is #F4D51A.


Opacity

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

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

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

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

This text has shadow with #F4D51A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D51A on black background.


Color preview on white background

This text has color #F4D51A on white background.



Black color preview on #F4D51A background

This text has black color on #F4D51A background.


White color preview on #F4D51A background

This text has white color on #F4D51A background.