COLOR #F0C105

HEX: #F0C105
RGB: (240,193,5)

Color info

#F0C105 contains mainly red and green colors. Web safe color of #F0C105 is #FFCC00 (or #FC0).

RGB color model

#F0C105 color RGB value is (240,193,5).

  • red value is 240;
  • green value is 193;
  • blue value is 5.
RGB:
(240,193,5)
(94%,76%,2%)

RGB channels and saturation

R 240 of 255 = 94%
G 193 of 255 = 76%
B 5 of 255 = 2%

240
193
5

R + G + B ~ 57%. #F0C105 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
240 + 193 + 5 = 438 (100%)
R 240 of 438 ~ 54.79%
G 193 of 438 ~ 44.06%
B 5 of 438 ~ 1.14%

%54.79
%44.06

CMYK color model

#F0C105 color CMYK value is (0,20,98,6).

  • cyan value is 0.00%
  • magenta value is 19.58%
  • yellow value is 97.92%
  • key color value is 5.88%
CMYK:
(0,20,98,6)
C0M20Y98K6 
(0%,20%,98%,6%)
(0.00/0.20/0.98/0.06)	

CMYK percentages

%0
%19.58
%97.92
%5.88

Codes

Color #F0C105 in popluar color models

F0C105
RGB2401935
HSL48°95.92%48.04%
HSB/HSV48°97.92%94.12%
CMYK0.00%19.58%97.92%
5.88%

Color #F0C105 in popluar number systems.

HEXF0C105
Decimal2401935
Binary1111000011000001101
Octal3603015

Shades and tints

Shades of #F0C105

#F0C105
(240,193,5)
#DBB005
(219,176,5)
#C69F05
(198,159,5)
#B18E05
(177,142,5)
#9C7D05
(156,125,5)
#876C05
(135,108,5)
#725B05
(114,91,5)
#5D4A05
(93,74,5)
#483905
(72,57,5)
#332805
(51,40,5)
#1E1705
(30,23,5)
#000000
(0,0,0)

Tints of #F0C105

#F0C105
(240,193,5)
#F1C61B
(241,198,27)
#F2CB31
(242,203,49)
#F3D047
(243,208,71)
#F4D55D
(244,213,93)
#F5DA73
(245,218,115)
#F6DF89
(246,223,137)
#F7E49F
(247,228,159)
#F8E9B5
(248,233,181)
#F9EECB
(249,238,203)
#FAF3E1
(250,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C105 color. Also use rgb(240,193,5) instead hex code.

Text Font Color

.myTextColor { color: #F0C105; }

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

This text font color is #F0C105.


Background Color

.myBgColor { background-color: #F0C105; }

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

This div background color is #F0C105.


Border color

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

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

This div border color is #F0C105.


Opacity

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

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

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

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

This text has shadow with #F0C105 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C105 on black background.


Color preview on white background

This text has color #F0C105 on white background.



Black color preview on #F0C105 background

This text has black color on #F0C105 background.


White color preview on #F0C105 background

This text has white color on #F0C105 background.