COLOR #F4C64A

HEX: #F4C64A
RGB: (244,198,74)

Renk bilgisi

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

RGB renk modeli

#F4C64A color RGB value is (244,198,74).

  • kırmız ton 244;
  • yeşil ton 198;
  • mavi ton 74.
RGB:
(244,198,74)
(96%,78%,29%)

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 198 of 255 = 78%
B 74 of 255 = 29%

244
198
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 198 + 74 = 516 (100%)
R 244 of 516 ~ 47.29%
G 198 of 516 ~ 38.37%
B 74 of 516 ~ 14.34%

%47.29
%38.37
%14.34

CMYK RENK MODELİ

#F4C64A rengi CMYK tonu (0,19,70,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.85%
  • sarı tonu 69.67%
  • ana renk tonu 4.31%
CMYK:
(0,19,70,4)
C0M19Y70K4 
(0%,19%,70%,4%)
(0.00/0.19/0.70/0.04)	

CMYK yüzdeleri

%0
%18.85
%69.67
%4.31

Codes

Color #F4C64A in popluar color models

F4C64A
RGB24419874
HSL44°88.54%62.35%
HSB/HSV44°69.67%95.69%
CMYK0.00%18.85%69.67%
4.31%

Color #F4C64A in popluar number systems.

HEXF4C64A
Decimal24419874
Binary11110100110001101001010
Octal364306112

Shades and tints

Shades of #F4C64A

#F4C64A
(244,198,74)
#DEB444
(222,180,68)
#C8A23E
(200,162,62)
#B29038
(178,144,56)
#9C7E32
(156,126,50)
#866C2C
(134,108,44)
#705A26
(112,90,38)
#5A4820
(90,72,32)
#44361A
(68,54,26)
#2E2414
(46,36,20)
#18120E
(24,18,14)
#000000
(0,0,0)

Tints of #F4C64A

#F4C64A
(244,198,74)
#F5CB5A
(245,203,90)
#F6D06A
(246,208,106)
#F7D57A
(247,213,122)
#F8DA8A
(248,218,138)
#F9DF9A
(249,223,154)
#FAE4AA
(250,228,170)
#FBE9BA
(251,233,186)
#FCEECA
(252,238,202)
#FDF3DA
(253,243,218)
#FEF8EA
(254,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C64A color. Also use rgb(244,198,74) instead hex code.

Text Font Color

.myTextColor { color: #F4C64A; }

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

This text font color is #F4C64A.


Background Color

.myBgColor { background-color: #F4C64A; }

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

This div background color is #F4C64A.


Border color

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

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

This div border color is #F4C64A.


Opacity

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

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

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

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

This text has shadow with #F4C64A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C64A on black background.


Color preview on white background

This text has color #F4C64A on white background.



Black color preview on #F4C64A background

This text has black color on #F4C64A background.


White color preview on #F4C64A background

This text has white color on #F4C64A background.