COLOR #F4CC46

HEX: #F4CC46
RGB: (244,204,70)

Color info

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

RGB color model

#F4CC46 color RGB value is (244,204,70).

  • red value is 244;
  • green value is 204;
  • blue value is 70.
RGB:
(244,204,70)
(96%,80%,27%)

RGB channels and saturation

R 244 of 255 = 96%
G 204 of 255 = 80%
B 70 of 255 = 27%

244
204
70

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

Portions of RGB colors in percentages

R + G + B =
244 + 204 + 70 = 518 (100%)
R 244 of 518 ~ 47.1%
G 204 of 518 ~ 39.38%
B 70 of 518 ~ 13.51%

%47.1
%39.38
%13.51

CMYK color model

#F4CC46 color CMYK value is (0,16,71,4).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 71.31%
  • key color value is 4.31%
CMYK:
(0,16,71,4)
C0M16Y71K4 
(0%,16%,71%,4%)
(0.00/0.16/0.71/0.04)	

CMYK percentages

%0
%16.39
%71.31
%4.31

Codes

Color #F4CC46 in popluar color models

F4CC46
RGB24420470
HSL46°88.78%61.57%
HSB/HSV46°71.31%95.69%
CMYK0.00%16.39%71.31%
4.31%

Color #F4CC46 in popluar number systems.

HEXF4CC46
Decimal24420470
Binary11110100110011001000110
Octal364314106

Shades and tints

Shades of #F4CC46

#F4CC46
(244,204,70)
#DEBA40
(222,186,64)
#C8A83A
(200,168,58)
#B29634
(178,150,52)
#9C842E
(156,132,46)
#867228
(134,114,40)
#706022
(112,96,34)
#5A4E1C
(90,78,28)
#443C16
(68,60,22)
#2E2A10
(46,42,16)
#18180A
(24,24,10)
#000000
(0,0,0)

Tints of #F4CC46

#F4CC46
(244,204,70)
#F5D056
(245,208,86)
#F6D466
(246,212,102)
#F7D876
(247,216,118)
#F8DC86
(248,220,134)
#F9E096
(249,224,150)
#FAE4A6
(250,228,166)
#FBE8B6
(251,232,182)
#FCECC6
(252,236,198)
#FDF0D6
(253,240,214)
#FEF4E6
(254,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4CC46 color. Also use rgb(244,204,70) instead hex code.

Text Font Color

.myTextColor { color: #F4CC46; }

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

This text font color is #F4CC46.


Background Color

.myBgColor { background-color: #F4CC46; }

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

This div background color is #F4CC46.


Border color

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

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

This div border color is #F4CC46.


Opacity

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

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

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

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

This text has shadow with #F4CC46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4CC46 on black background.


Color preview on white background

This text has color #F4CC46 on white background.



Black color preview on #F4CC46 background

This text has black color on #F4CC46 background.


White color preview on #F4CC46 background

This text has white color on #F4CC46 background.