COLOR #F0C736

HEX: #F0C736
RGB: (240,199,54)

Color info

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

RGB color model

#F0C736 color RGB value is (240,199,54).

  • red value is 240;
  • green value is 199;
  • blue value is 54.
RGB:
(240,199,54)
(94%,78%,21%)

RGB channels and saturation

R 240 of 255 = 94%
G 199 of 255 = 78%
B 54 of 255 = 21%

240
199
54

R + G + B ~ 64%. #F0C736 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 199 + 54 = 493 (100%)
R 240 of 493 ~ 48.68%
G 199 of 493 ~ 40.37%
B 54 of 493 ~ 10.95%

%48.68
%40.37
%10.95

CMYK color model

#F0C736 color CMYK value is (0,17,78,6).

  • cyan value is 0.00%
  • magenta value is 17.08%
  • yellow value is 77.50%
  • key color value is 5.88%
CMYK:
(0,17,78,6)
C0M17Y78K6 
(0%,17%,78%,6%)
(0.00/0.17/0.78/0.06)	

CMYK percentages

%0
%17.08
%77.5
%5.88

Codes

Color #F0C736 in popluar color models

F0C736
RGB24019954
HSL47°86.11%57.65%
HSB/HSV47°77.50%94.12%
CMYK0.00%17.08%77.50%
5.88%

Color #F0C736 in popluar number systems.

HEXF0C736
Decimal24019954
Binary1111000011000111110110
Octal36030766

Shades and tints

Shades of #F0C736

#F0C736
(240,199,54)
#DBB532
(219,181,50)
#C6A32E
(198,163,46)
#B1912A
(177,145,42)
#9C7F26
(156,127,38)
#876D22
(135,109,34)
#725B1E
(114,91,30)
#5D491A
(93,73,26)
#483716
(72,55,22)
#332512
(51,37,18)
#1E130E
(30,19,14)
#000000
(0,0,0)

Tints of #F0C736

#F0C736
(240,199,54)
#F1CC48
(241,204,72)
#F2D15A
(242,209,90)
#F3D66C
(243,214,108)
#F4DB7E
(244,219,126)
#F5E090
(245,224,144)
#F6E5A2
(246,229,162)
#F7EAB4
(247,234,180)
#F8EFC6
(248,239,198)
#F9F4D8
(249,244,216)
#FAF9EA
(250,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C736 color. Also use rgb(240,199,54) instead hex code.

Text Font Color

.myTextColor { color: #F0C736; }

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

This text font color is #F0C736.


Background Color

.myBgColor { background-color: #F0C736; }

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

This div background color is #F0C736.


Border color

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

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

This div border color is #F0C736.


Opacity

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

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

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

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

This text has shadow with #F0C736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C736 on black background.


Color preview on white background

This text has color #F0C736 on white background.



Black color preview on #F0C736 background

This text has black color on #F0C736 background.


White color preview on #F0C736 background

This text has white color on #F0C736 background.