COLOR #F4B962

HEX: #F4B962
RGB: (244,185,98)

Color info

#F4B962 contains mainly red and green colors. Web safe color of #F4B962 is #FFCC66 (or #FC6).

RGB color model

#F4B962 color RGB value is (244,185,98).

  • red value is 244;
  • green value is 185;
  • blue value is 98.
RGB:
(244,185,98)
(96%,73%,38%)

RGB channels and saturation

R 244 of 255 = 96%
G 185 of 255 = 73%
B 98 of 255 = 38%

244
185
98

R + G + B ~ 69%. #F4B962 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 185 + 98 = 527 (100%)
R 244 of 527 ~ 46.3%
G 185 of 527 ~ 35.1%
B 98 of 527 ~ 18.6%

%46.3
%35.1
%18.6

CMYK color model

#F4B962 color CMYK value is (0,24,60,4).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 59.84%
  • key color value is 4.31%
CMYK:
(0,24,60,4)
C0M24Y60K4 
(0%,24%,60%,4%)
(0.00/0.24/0.60/0.04)	

CMYK percentages

%0
%24.18
%59.84
%4.31

Codes

Color #F4B962 in popluar color models

F4B962
RGB24418598
HSL36°86.90%67.06%
HSB/HSV36°59.84%95.69%
CMYK0.00%24.18%59.84%
4.31%

Color #F4B962 in popluar number systems.

HEXF4B962
Decimal24418598
Binary11110100101110011100010
Octal364271142

Shades and tints

Shades of #F4B962

#F4B962
(244,185,98)
#DEA95A
(222,169,90)
#C89952
(200,153,82)
#B2894A
(178,137,74)
#9C7942
(156,121,66)
#86693A
(134,105,58)
#705932
(112,89,50)
#5A492A
(90,73,42)
#443922
(68,57,34)
#2E291A
(46,41,26)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #F4B962

#F4B962
(244,185,98)
#F5BF70
(245,191,112)
#F6C57E
(246,197,126)
#F7CB8C
(247,203,140)
#F8D19A
(248,209,154)
#F9D7A8
(249,215,168)
#FADDB6
(250,221,182)
#FBE3C4
(251,227,196)
#FCE9D2
(252,233,210)
#FDEFE0
(253,239,224)
#FEF5EE
(254,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B962 color. Also use rgb(244,185,98) instead hex code.

Text Font Color

.myTextColor { color: #F4B962; }

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

This text font color is #F4B962.


Background Color

.myBgColor { background-color: #F4B962; }

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

This div background color is #F4B962.


Border color

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

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

This div border color is #F4B962.


Opacity

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

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

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

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

This text has shadow with #F4B962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B962 on black background.


Color preview on white background

This text has color #F4B962 on white background.



Black color preview on #F4B962 background

This text has black color on #F4B962 background.


White color preview on #F4B962 background

This text has white color on #F4B962 background.