COLOR #F0CB6D

HEX: #F0CB6D
RGB: (240,203,109)

Color info

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

RGB color model

#F0CB6D color RGB value is (240,203,109).

  • red value is 240;
  • green value is 203;
  • blue value is 109.
RGB:
(240,203,109)
(94%,80%,43%)

RGB channels and saturation

R 240 of 255 = 94%
G 203 of 255 = 80%
B 109 of 255 = 43%

240
203
109

R + G + B ~ 72%. #F0CB6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 203 + 109 = 552 (100%)
R 240 of 552 ~ 43.48%
G 203 of 552 ~ 36.78%
B 109 of 552 ~ 19.75%

%43.48
%36.78
%19.75

CMYK color model

#F0CB6D color CMYK value is (0,15,55,6).

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 54.58%
  • key color value is 5.88%
CMYK:
(0,15,55,6)
C0M15Y55K6 
(0%,15%,55%,6%)
(0.00/0.15/0.55/0.06)	

CMYK percentages

%0
%15.42
%54.58
%5.88

Codes

Color #F0CB6D in popluar color models

F0CB6D
RGB240203109
HSL43°81.37%68.43%
HSB/HSV43°54.58%94.12%
CMYK0.00%15.42%54.58%
5.88%

Color #F0CB6D in popluar number systems.

HEXF0CB6D
Decimal240203109
Binary11110000110010111101101
Octal360313155

Shades and tints

Shades of #F0CB6D

#F0CB6D
(240,203,109)
#DBB964
(219,185,100)
#C6A75B
(198,167,91)
#B19552
(177,149,82)
#9C8349
(156,131,73)
#877140
(135,113,64)
#725F37
(114,95,55)
#5D4D2E
(93,77,46)
#483B25
(72,59,37)
#33291C
(51,41,28)
#1E1713
(30,23,19)
#000000
(0,0,0)

Tints of #F0CB6D

#F0CB6D
(240,203,109)
#F1CF7A
(241,207,122)
#F2D387
(242,211,135)
#F3D794
(243,215,148)
#F4DBA1
(244,219,161)
#F5DFAE
(245,223,174)
#F6E3BB
(246,227,187)
#F7E7C8
(247,231,200)
#F8EBD5
(248,235,213)
#F9EFE2
(249,239,226)
#FAF3EF
(250,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0CB6D color. Also use rgb(240,203,109) instead hex code.

Text Font Color

.myTextColor { color: #F0CB6D; }

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

This text font color is #F0CB6D.


Background Color

.myBgColor { background-color: #F0CB6D; }

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

This div background color is #F0CB6D.


Border color

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

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

This div border color is #F0CB6D.


Opacity

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

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

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

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

This text has shadow with #F0CB6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CB6D on black background.


Color preview on white background

This text has color #F0CB6D on white background.



Black color preview on #F0CB6D background

This text has black color on #F0CB6D background.


White color preview on #F0CB6D background

This text has white color on #F0CB6D background.