COLOR #F0C54D

HEX: #F0C54D
RGB: (240,197,77)

Color info

#F0C54D contains mainly red and green colors. Web safe color of #F0C54D is #FFCC33 (or #FC3).

RGB color model

#F0C54D color RGB value is (240,197,77).

  • red value is 240;
  • green value is 197;
  • blue value is 77.
RGB:
(240,197,77)
(94%,77%,30%)

RGB channels and saturation

R 240 of 255 = 94%
G 197 of 255 = 77%
B 77 of 255 = 30%

240
197
77

R + G + B ~ 67%. #F0C54D is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 197 + 77 = 514 (100%)
R 240 of 514 ~ 46.69%
G 197 of 514 ~ 38.33%
B 77 of 514 ~ 14.98%

%46.69
%38.33
%14.98

CMYK color model

#F0C54D color CMYK value is (0,18,68,6).

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 67.92%
  • key color value is 5.88%
CMYK:
(0,18,68,6)
C0M18Y68K6 
(0%,18%,68%,6%)
(0.00/0.18/0.68/0.06)	

CMYK percentages

%0
%17.92
%67.92
%5.88

Codes

Color #F0C54D in popluar color models

F0C54D
RGB24019777
HSL44°84.46%62.16%
HSB/HSV44°67.92%94.12%
CMYK0.00%17.92%67.92%
5.88%

Color #F0C54D in popluar number systems.

HEXF0C54D
Decimal24019777
Binary11110000110001011001101
Octal360305115

Shades and tints

Shades of #F0C54D

#F0C54D
(240,197,77)
#DBB446
(219,180,70)
#C6A33F
(198,163,63)
#B19238
(177,146,56)
#9C8131
(156,129,49)
#87702A
(135,112,42)
#725F23
(114,95,35)
#5D4E1C
(93,78,28)
#483D15
(72,61,21)
#332C0E
(51,44,14)
#1E1B07
(30,27,7)
#000000
(0,0,0)

Tints of #F0C54D

#F0C54D
(240,197,77)
#F1CA5D
(241,202,93)
#F2CF6D
(242,207,109)
#F3D47D
(243,212,125)
#F4D98D
(244,217,141)
#F5DE9D
(245,222,157)
#F6E3AD
(246,227,173)
#F7E8BD
(247,232,189)
#F8EDCD
(248,237,205)
#F9F2DD
(249,242,221)
#FAF7ED
(250,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C54D color. Also use rgb(240,197,77) instead hex code.

Text Font Color

.myTextColor { color: #F0C54D; }

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

This text font color is #F0C54D.


Background Color

.myBgColor { background-color: #F0C54D; }

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

This div background color is #F0C54D.


Border color

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

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

This div border color is #F0C54D.


Opacity

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

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

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

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

This text has shadow with #F0C54D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C54D on black background.


Color preview on white background

This text has color #F0C54D on white background.



Black color preview on #F0C54D background

This text has black color on #F0C54D background.


White color preview on #F0C54D background

This text has white color on #F0C54D background.