COLOR #F4C712

HEX: #F4C712
RGB: (244,199,18)

Renk bilgisi

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

RGB renk modeli

#F4C712 color RGB value is (244,199,18).

  • kırmız ton 244;
  • yeşil ton 199;
  • mavi ton 18.
RGB:
(244,199,18)
(96%,78%,7%)

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 199 of 255 = 78%
B 18 of 255 = 7%

244
199
18

R + G + B ~ 60%. #F4C712 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 199 + 18 = 461 (100%)
R 244 of 461 ~ 52.93%
G 199 of 461 ~ 43.17%
B 18 of 461 ~ 3.9%

%52.93
%43.17

CMYK RENK MODELİ

#F4C712 rengi CMYK tonu (0,18,93,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.44%
  • sarı tonu 92.62%
  • ana renk tonu 4.31%
CMYK:
(0,18,93,4)
C0M18Y93K4 
(0%,18%,93%,4%)
(0.00/0.18/0.93/0.04)	

CMYK yüzdeleri

%0
%18.44
%92.62
%4.31

Codes

Color #F4C712 in popluar color models

F4C712
RGB24419918
HSL48°91.13%51.37%
HSB/HSV48°92.62%95.69%
CMYK0.00%18.44%92.62%
4.31%

Color #F4C712 in popluar number systems.

HEXF4C712
Decimal24419918
Binary111101001100011110010
Octal36430722

Shades and tints

Shades of #F4C712

#F4C712
(244,199,18)
#DEB511
(222,181,17)
#C8A310
(200,163,16)
#B2910F
(178,145,15)
#9C7F0E
(156,127,14)
#866D0D
(134,109,13)
#705B0C
(112,91,12)
#5A490B
(90,73,11)
#44370A
(68,55,10)
#2E2509
(46,37,9)
#181308
(24,19,8)
#000000
(0,0,0)

Tints of #F4C712

#F4C712
(244,199,18)
#F5CC27
(245,204,39)
#F6D13C
(246,209,60)
#F7D651
(247,214,81)
#F8DB66
(248,219,102)
#F9E07B
(249,224,123)
#FAE590
(250,229,144)
#FBEAA5
(251,234,165)
#FCEFBA
(252,239,186)
#FDF4CF
(253,244,207)
#FEF9E4
(254,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C712 color. Also use rgb(244,199,18) instead hex code.

Text Font Color

.myTextColor { color: #F4C712; }

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

This text font color is #F4C712.


Background Color

.myBgColor { background-color: #F4C712; }

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

This div background color is #F4C712.


Border color

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

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

This div border color is #F4C712.


Opacity

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

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

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

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

This text has shadow with #F4C712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C712 on black background.


Color preview on white background

This text has color #F4C712 on white background.



Black color preview on #F4C712 background

This text has black color on #F4C712 background.


White color preview on #F4C712 background

This text has white color on #F4C712 background.