COLOR #F4C324

HEX: #F4C324
RGB: (244,195,36)

Color info

#F4C324 contains mainly red and green colors. Web safe color of #F4C324 is #FFCC33 (or #FC3).

RGB color model

#F4C324 color RGB value is (244,195,36).

  • red value is 244;
  • green value is 195;
  • blue value is 36.
RGB:
(244,195,36)
(96%,76%,14%)

RGB channels and saturation

R 244 of 255 = 96%
G 195 of 255 = 76%
B 36 of 255 = 14%

244
195
36

R + G + B ~ 62%. #F4C324 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 195 + 36 = 475 (100%)
R 244 of 475 ~ 51.37%
G 195 of 475 ~ 41.05%
B 36 of 475 ~ 7.58%

%51.37
%41.05

CMYK color model

#F4C324 color CMYK value is (0,20,85,4).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 85.25%
  • key color value is 4.31%
CMYK:
(0,20,85,4)
C0M20Y85K4 
(0%,20%,85%,4%)
(0.00/0.20/0.85/0.04)	

CMYK percentages

%0
%20.08
%85.25
%4.31

Codes

Color #F4C324 in popluar color models

F4C324
RGB24419536
HSL46°90.43%54.90%
HSB/HSV46°85.25%95.69%
CMYK0.00%20.08%85.25%
4.31%

Color #F4C324 in popluar number systems.

HEXF4C324
Decimal24419536
Binary1111010011000011100100
Octal36430344

Shades and tints

Shades of #F4C324

#F4C324
(244,195,36)
#DEB221
(222,178,33)
#C8A11E
(200,161,30)
#B2901B
(178,144,27)
#9C7F18
(156,127,24)
#866E15
(134,110,21)
#705D12
(112,93,18)
#5A4C0F
(90,76,15)
#443B0C
(68,59,12)
#2E2A09
(46,42,9)
#181906
(24,25,6)
#000000
(0,0,0)

Tints of #F4C324

#F4C324
(244,195,36)
#F5C837
(245,200,55)
#F6CD4A
(246,205,74)
#F7D25D
(247,210,93)
#F8D770
(248,215,112)
#F9DC83
(249,220,131)
#FAE196
(250,225,150)
#FBE6A9
(251,230,169)
#FCEBBC
(252,235,188)
#FDF0CF
(253,240,207)
#FEF5E2
(254,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C324 color. Also use rgb(244,195,36) instead hex code.

Text Font Color

.myTextColor { color: #F4C324; }

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

This text font color is #F4C324.


Background Color

.myBgColor { background-color: #F4C324; }

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

This div background color is #F4C324.


Border color

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

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

This div border color is #F4C324.


Opacity

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

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

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

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

This text has shadow with #F4C324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C324 on black background.


Color preview on white background

This text has color #F4C324 on white background.



Black color preview on #F4C324 background

This text has black color on #F4C324 background.


White color preview on #F4C324 background

This text has white color on #F4C324 background.