COLOR #F2DB3B

HEX: #F2DB3B
RGB: (242,219,59)

Color info

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

RGB color model

#F2DB3B color RGB value is (242,219,59).

  • red value is 242;
  • green value is 219;
  • blue value is 59.
RGB:
(242,219,59)
(95%,86%,23%)

RGB channels and saturation

R 242 of 255 = 95%
G 219 of 255 = 86%
B 59 of 255 = 23%

242
219
59

R + G + B ~ 68%. #F2DB3B is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 219 + 59 = 520 (100%)
R 242 of 520 ~ 46.54%
G 219 of 520 ~ 42.12%
B 59 of 520 ~ 11.35%

%46.54
%42.12
%11.35

CMYK color model

#F2DB3B color CMYK value is (0,10,76,5).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 75.62%
  • key color value is 5.10%
CMYK:
(0,10,76,5)
C0M10Y76K5 
(0%,10%,76%,5%)
(0.00/0.10/0.76/0.05)	

CMYK percentages

%0
%9.5
%75.62
%5.1

Codes

Color #F2DB3B in popluar color models

F2DB3B
RGB24221959
HSL52°87.56%59.02%
HSB/HSV52°75.62%94.90%
CMYK0.00%9.50%75.62%
5.10%

Color #F2DB3B in popluar number systems.

HEXF2DB3B
Decimal24221959
Binary1111001011011011111011
Octal36233373

Shades and tints

Shades of #F2DB3B

#F2DB3B
(242,219,59)
#DCC836
(220,200,54)
#C6B531
(198,181,49)
#B0A22C
(176,162,44)
#9A8F27
(154,143,39)
#847C22
(132,124,34)
#6E691D
(110,105,29)
#585618
(88,86,24)
#424313
(66,67,19)
#2C300E
(44,48,14)
#161D09
(22,29,9)
#000000
(0,0,0)

Tints of #F2DB3B

#F2DB3B
(242,219,59)
#F3DE4C
(243,222,76)
#F4E15D
(244,225,93)
#F5E46E
(245,228,110)
#F6E77F
(246,231,127)
#F7EA90
(247,234,144)
#F8EDA1
(248,237,161)
#F9F0B2
(249,240,178)
#FAF3C3
(250,243,195)
#FBF6D4
(251,246,212)
#FCF9E5
(252,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2DB3B color. Also use rgb(242,219,59) instead hex code.

Text Font Color

.myTextColor { color: #F2DB3B; }

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

This text font color is #F2DB3B.


Background Color

.myBgColor { background-color: #F2DB3B; }

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

This div background color is #F2DB3B.


Border color

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

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

This div border color is #F2DB3B.


Opacity

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

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

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

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

This text has shadow with #F2DB3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DB3B on black background.


Color preview on white background

This text has color #F2DB3B on white background.



Black color preview on #F2DB3B background

This text has black color on #F2DB3B background.


White color preview on #F2DB3B background

This text has white color on #F2DB3B background.