COLOR #F4C816

HEX: #F4C816
RGB: (244,200,22)

Renk bilgisi

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

RGB renk modeli

#F4C816 color RGB value is (244,200,22).

  • kırmız ton 244;
  • yeşil ton 200;
  • mavi ton 22.
RGB:
(244,200,22)
(96%,78%,9%)

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 200 of 255 = 78%
B 22 of 255 = 9%

244
200
22

R + G + B ~ 61%. #F4C816 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 200 + 22 = 466 (100%)
R 244 of 466 ~ 52.36%
G 200 of 466 ~ 42.92%
B 22 of 466 ~ 4.72%

%52.36
%42.92

CMYK RENK MODELİ

#F4C816 rengi CMYK tonu (0,18,91,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.03%
  • sarı tonu 90.98%
  • ana renk tonu 4.31%
CMYK:
(0,18,91,4)
C0M18Y91K4 
(0%,18%,91%,4%)
(0.00/0.18/0.91/0.04)	

CMYK yüzdeleri

%0
%18.03
%90.98
%4.31

Codes

Color #F4C816 in popluar color models

F4C816
RGB24420022
HSL48°90.98%52.16%
HSB/HSV48°90.98%95.69%
CMYK0.00%18.03%90.98%
4.31%

Color #F4C816 in popluar number systems.

HEXF4C816
Decimal24420022
Binary111101001100100010110
Octal36431026

Shades and tints

Shades of #F4C816

#F4C816
(244,200,22)
#DEB614
(222,182,20)
#C8A412
(200,164,18)
#B29210
(178,146,16)
#9C800E
(156,128,14)
#866E0C
(134,110,12)
#705C0A
(112,92,10)
#5A4A08
(90,74,8)
#443806
(68,56,6)
#2E2604
(46,38,4)
#181402
(24,20,2)
#000000
(0,0,0)

Tints of #F4C816

#F4C816
(244,200,22)
#F5CD2B
(245,205,43)
#F6D240
(246,210,64)
#F7D755
(247,215,85)
#F8DC6A
(248,220,106)
#F9E17F
(249,225,127)
#FAE694
(250,230,148)
#FBEBA9
(251,235,169)
#FCF0BE
(252,240,190)
#FDF5D3
(253,245,211)
#FEFAE8
(254,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C816 color. Also use rgb(244,200,22) instead hex code.

Text Font Color

.myTextColor { color: #F4C816; }

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

This text font color is #F4C816.


Background Color

.myBgColor { background-color: #F4C816; }

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

This div background color is #F4C816.


Border color

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

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

This div border color is #F4C816.


Opacity

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

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

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

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

This text has shadow with #F4C816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C816 on black background.


Color preview on white background

This text has color #F4C816 on white background.



Black color preview on #F4C816 background

This text has black color on #F4C816 background.


White color preview on #F4C816 background

This text has white color on #F4C816 background.