COLOR #F0C292

HEX: #F0C292 RGB: (240,194,146)

Color info

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

RGB color model

#F0C292 color RGB value is (240,194,146).

RGB: (240,194,146) (94%, 76%, 57%)

RGB channels and saturation

R 240 of 255 = 94%
G 194 of 255 = 76%
B 146 of 255 = 57%

240
194
146

R + G + B ~ 76%. #F0C292 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 194 + 146 = 580 (100%)
R 240 of 580 ~ 41.38%
G 194 of 580 ~ 33.45%
B 146 of 580 ~ 25.17'%

%41.38
%33.45
%25.17

CMYK color model

#F0C292 color CMYK value is (0,19,39,6).

  • cyan value is 0.00%
  • magenta value is 19.17%
  • yellow value is 39.17%
  • key color value is 5.88%
CMYK: (0,19,39,6) C0M19Y39K6 (0%,19%,39%,6%) (0.00/0.19/0.39/0.06) 

CMYK percentages

%0
%19.17
%39.17
%5.88

Codes

Color #F0C292 in popluar color models

F0 C2 92
RGB 240 194 146
HSL 31° 75.81% 75.69%
HSB/HSV 31° 39.17% 94.12%
CMYK 0.00% 19.17% 39.17%
5.88%

Color #F0C292 in popluar number systems.

HEX F0 C2 92
Decimal 240 194 146
Binary 11110000 11000010 10010010
Octal 360 302 222

Shades and tints

Shades of #F0C292

#F0C292
(240,194,146)
#DBB185
(219,177,133)
#C6A078
(198,160,120)
#B18F6B
(177,143,107)
#9C7E5E
(156,126,94)
#876D51
(135,109,81)
#725C44
(114,92,68)
#5D4B37
(93,75,55)
#483A2A
(72,58,42)
#33291D
(51,41,29)
#1E1810
(30,24,16)
#000000
(0,0,0)

Tints of #F0C292

#F0C292
(240,194,146)
#F1C79B
(241,199,155)
#F2CCA4
(242,204,164)
#F3D1AD
(243,209,173)
#F4D6B6
(244,214,182)
#F5DBBF
(245,219,191)
#F6E0C8
(246,224,200)
#F7E5D1
(247,229,209)
#F8EADA
(248,234,218)
#F9EFE3
(249,239,227)
#FAF4EC
(250,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C292 color. Also use rgb(240,194,146) instead hex code.

Text Font Color

.myTextColor { color: #F0C292; }

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

This text font color is #F0C292.

Background Color

.myBgColor { background-color: #F0C292; }

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

This div background color is #F0C292.

Border color

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

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

This div border color is #F0C292.

Opacity

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

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

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

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

This text has shadow with #F0C292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0C292.

Preview

Color preview on black background

This text has color #F0C292 on black background.


Color preview on white background

This text has color #F0C292 on white background.


Black color preview on #F0C292 background

This text has black color on #F0C292 background.


White color preview on #F0C292 background

This text has white color on #F0C292 background.


Related colors

Complementary color

Complementary color for #hex is #0F3D6D.


I love getcolorcode.com

Triadic colors

1 #92F0C2 and #C292F0 with #F0C292 are triadic colors.

2 #92C2F0 and #C2F092 with #F0C292 are triadic colors.