COLOR #F4CB90

HEX: #F4CB90
RGB: (244,203,144)

Color info

#F4CB90 contains mainly red and green colors. Web safe color of #F4CB90 is #FFCC99 (or #FC9).

RGB color model

#F4CB90 color RGB value is (244,203,144).

  • red value is 244;
  • green value is 203;
  • blue value is 144.
RGB:
(244,203,144)
(96%,80%,56%)

RGB channels and saturation

R 244 of 255 = 96%
G 203 of 255 = 80%
B 144 of 255 = 56%

244
203
144

R + G + B ~ 77%. #F4CB90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 203 + 144 = 591 (100%)
R 244 of 591 ~ 41.29%
G 203 of 591 ~ 34.35%
B 144 of 591 ~ 24.37%

%41.29
%34.35
%24.37

CMYK color model

#F4CB90 color CMYK value is (0,17,41,4).

  • cyan value is 0.00%
  • magenta value is 16.80%
  • yellow value is 40.98%
  • key color value is 4.31%
CMYK:
(0,17,41,4)
C0M17Y41K4 
(0%,17%,41%,4%)
(0.00/0.17/0.41/0.04)	

CMYK percentages

%0
%16.8
%40.98
%4.31

Codes

Color #F4CB90 in popluar color models

F4CB90
RGB244203144
HSL35°81.97%76.08%
HSB/HSV35°40.98%95.69%
CMYK0.00%16.80%40.98%
4.31%

Color #F4CB90 in popluar number systems.

HEXF4CB90
Decimal244203144
Binary111101001100101110010000
Octal364313220

Shades and tints

Shades of #F4CB90

#F4CB90
(244,203,144)
#DEB983
(222,185,131)
#C8A776
(200,167,118)
#B29569
(178,149,105)
#9C835C
(156,131,92)
#86714F
(134,113,79)
#705F42
(112,95,66)
#5A4D35
(90,77,53)
#443B28
(68,59,40)
#2E291B
(46,41,27)
#18170E
(24,23,14)
#000000
(0,0,0)

Tints of #F4CB90

#F4CB90
(244,203,144)
#F5CF9A
(245,207,154)
#F6D3A4
(246,211,164)
#F7D7AE
(247,215,174)
#F8DBB8
(248,219,184)
#F9DFC2
(249,223,194)
#FAE3CC
(250,227,204)
#FBE7D6
(251,231,214)
#FCEBE0
(252,235,224)
#FDEFEA
(253,239,234)
#FEF3F4
(254,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4CB90 color. Also use rgb(244,203,144) instead hex code.

Text Font Color

.myTextColor { color: #F4CB90; }

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

This text font color is #F4CB90.


Background Color

.myBgColor { background-color: #F4CB90; }

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

This div background color is #F4CB90.


Border color

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

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

This div border color is #F4CB90.


Opacity

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

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

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

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

This text has shadow with #F4CB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4CB90 on black background.


Color preview on white background

This text has color #F4CB90 on white background.



Black color preview on #F4CB90 background

This text has black color on #F4CB90 background.


White color preview on #F4CB90 background

This text has white color on #F4CB90 background.