COLOR #F0D55C

HEX: #F0D55C
RGB: (240,213,92)

Color info

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

RGB color model

#F0D55C color RGB value is (240,213,92).

  • red value is 240;
  • green value is 213;
  • blue value is 92.
RGB:
(240,213,92)
(94%,84%,36%)

RGB channels and saturation

R 240 of 255 = 94%
G 213 of 255 = 84%
B 92 of 255 = 36%

240
213
92

R + G + B ~ 71%. #F0D55C is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 213 + 92 = 545 (100%)
R 240 of 545 ~ 44.04%
G 213 of 545 ~ 39.08%
B 92 of 545 ~ 16.88%

%44.04
%39.08
%16.88

CMYK color model

#F0D55C color CMYK value is (0,11,62,6).

  • cyan value is 0.00%
  • magenta value is 11.25%
  • yellow value is 61.67%
  • key color value is 5.88%
CMYK:
(0,11,62,6)
C0M11Y62K6 
(0%,11%,62%,6%)
(0.00/0.11/0.62/0.06)	

CMYK percentages

%0
%11.25
%61.67
%5.88

Codes

Color #F0D55C in popluar color models

F0D55C
RGB24021392
HSL49°83.15%65.10%
HSB/HSV49°61.67%94.12%
CMYK0.00%11.25%61.67%
5.88%

Color #F0D55C in popluar number systems.

HEXF0D55C
Decimal24021392
Binary11110000110101011011100
Octal360325134

Shades and tints

Shades of #F0D55C

#F0D55C
(240,213,92)
#DBC254
(219,194,84)
#C6AF4C
(198,175,76)
#B19C44
(177,156,68)
#9C893C
(156,137,60)
#877634
(135,118,52)
#72632C
(114,99,44)
#5D5024
(93,80,36)
#483D1C
(72,61,28)
#332A14
(51,42,20)
#1E170C
(30,23,12)
#000000
(0,0,0)

Tints of #F0D55C

#F0D55C
(240,213,92)
#F1D86A
(241,216,106)
#F2DB78
(242,219,120)
#F3DE86
(243,222,134)
#F4E194
(244,225,148)
#F5E4A2
(245,228,162)
#F6E7B0
(246,231,176)
#F7EABE
(247,234,190)
#F8EDCC
(248,237,204)
#F9F0DA
(249,240,218)
#FAF3E8
(250,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D55C color. Also use rgb(240,213,92) instead hex code.

Text Font Color

.myTextColor { color: #F0D55C; }

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

This text font color is #F0D55C.


Background Color

.myBgColor { background-color: #F0D55C; }

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

This div background color is #F0D55C.


Border color

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

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

This div border color is #F0D55C.


Opacity

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

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

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

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

This text has shadow with #F0D55C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D55C on black background.


Color preview on white background

This text has color #F0D55C on white background.



Black color preview on #F0D55C background

This text has black color on #F0D55C background.


White color preview on #F0D55C background

This text has white color on #F0D55C background.