COLOR #F2D60C

HEX: #F2D60C
RGB: (242,214,12)

Color info

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

RGB color model

#F2D60C color RGB value is (242,214,12).

  • red value is 242;
  • green value is 214;
  • blue value is 12.
RGB:
(242,214,12)
(95%,84%,5%)

RGB channels and saturation

R 242 of 255 = 95%
G 214 of 255 = 84%
B 12 of 255 = 5%

242
214
12

R + G + B ~ 61%. #F2D60C is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 214 + 12 = 468 (100%)
R 242 of 468 ~ 51.71%
G 214 of 468 ~ 45.73%
B 12 of 468 ~ 2.56%

%51.71
%45.73

CMYK color model

#F2D60C color CMYK value is (0,12,95,5).

  • cyan value is 0.00%
  • magenta value is 11.57%
  • yellow value is 95.04%
  • key color value is 5.10%
CMYK:
(0,12,95,5)
C0M12Y95K5 
(0%,12%,95%,5%)
(0.00/0.12/0.95/0.05)	

CMYK percentages

%0
%11.57
%95.04
%5.1

Codes

Color #F2D60C in popluar color models

F2D60C
RGB24221412
HSL53°90.55%49.80%
HSB/HSV53°95.04%94.90%
CMYK0.00%11.57%95.04%
5.10%

Color #F2D60C in popluar number systems.

HEXF2D60C
Decimal24221412
Binary11110010110101101100
Octal36232614

Shades and tints

Shades of #F2D60C

#F2D60C
(242,214,12)
#DCC30B
(220,195,11)
#C6B00A
(198,176,10)
#B09D09
(176,157,9)
#9A8A08
(154,138,8)
#847707
(132,119,7)
#6E6406
(110,100,6)
#585105
(88,81,5)
#423E04
(66,62,4)
#2C2B03
(44,43,3)
#161802
(22,24,2)
#000000
(0,0,0)

Tints of #F2D60C

#F2D60C
(242,214,12)
#F3D922
(243,217,34)
#F4DC38
(244,220,56)
#F5DF4E
(245,223,78)
#F6E264
(246,226,100)
#F7E57A
(247,229,122)
#F8E890
(248,232,144)
#F9EBA6
(249,235,166)
#FAEEBC
(250,238,188)
#FBF1D2
(251,241,210)
#FCF4E8
(252,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D60C color. Also use rgb(242,214,12) instead hex code.

Text Font Color

.myTextColor { color: #F2D60C; }

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

This text font color is #F2D60C.


Background Color

.myBgColor { background-color: #F2D60C; }

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

This div background color is #F2D60C.


Border color

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

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

This div border color is #F2D60C.


Opacity

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

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

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

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

This text has shadow with #F2D60C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D60C on black background.


Color preview on white background

This text has color #F2D60C on white background.



Black color preview on #F2D60C background

This text has black color on #F2D60C background.


White color preview on #F2D60C background

This text has white color on #F2D60C background.