COLOR #F2B544

HEX: #F2B544
RGB: (242,181,68)

Color info

#F2B544 contains mainly red color. Web safe color of #F2B544 is #FFCC33 (or #FC3).

RGB color model

#F2B544 color RGB value is (242,181,68).

  • red value is 242;
  • green value is 181;
  • blue value is 68.
RGB:
(242,181,68)
(95%,71%,27%)

RGB channels and saturation

R 242 of 255 = 95%
G 181 of 255 = 71%
B 68 of 255 = 27%

242
181
68

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

Portions of RGB colors in percentages

R + G + B =
242 + 181 + 68 = 491 (100%)
R 242 of 491 ~ 49.29%
G 181 of 491 ~ 36.86%
B 68 of 491 ~ 13.85%

%49.29
%36.86
%13.85

CMYK color model

#F2B544 color CMYK value is (0,25,72,5).

  • cyan value is 0.00%
  • magenta value is 25.21%
  • yellow value is 71.90%
  • key color value is 5.10%
CMYK:
(0,25,72,5)
C0M25Y72K5 
(0%,25%,72%,5%)
(0.00/0.25/0.72/0.05)	

CMYK percentages

%0
%25.21
%71.9
%5.1

Codes

Color #F2B544 in popluar color models

F2B544
RGB24218168
HSL39°87.00%60.78%
HSB/HSV39°71.90%94.90%
CMYK0.00%25.21%71.90%
5.10%

Color #F2B544 in popluar number systems.

HEXF2B544
Decimal24218168
Binary11110010101101011000100
Octal362265104

Shades and tints

Shades of #F2B544

#F2B544
(242,181,68)
#DCA53E
(220,165,62)
#C69538
(198,149,56)
#B08532
(176,133,50)
#9A752C
(154,117,44)
#846526
(132,101,38)
#6E5520
(110,85,32)
#58451A
(88,69,26)
#423514
(66,53,20)
#2C250E
(44,37,14)
#161508
(22,21,8)
#000000
(0,0,0)

Tints of #F2B544

#F2B544
(242,181,68)
#F3BB55
(243,187,85)
#F4C166
(244,193,102)
#F5C777
(245,199,119)
#F6CD88
(246,205,136)
#F7D399
(247,211,153)
#F8D9AA
(248,217,170)
#F9DFBB
(249,223,187)
#FAE5CC
(250,229,204)
#FBEBDD
(251,235,221)
#FCF1EE
(252,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2B544 color. Also use rgb(242,181,68) instead hex code.

Text Font Color

.myTextColor { color: #F2B544; }

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

This text font color is #F2B544.


Background Color

.myBgColor { background-color: #F2B544; }

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

This div background color is #F2B544.


Border color

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

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

This div border color is #F2B544.


Opacity

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

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

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

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

This text has shadow with #F2B544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B544 on black background.


Color preview on white background

This text has color #F2B544 on white background.



Black color preview on #F2B544 background

This text has black color on #F2B544 background.


White color preview on #F2B544 background

This text has white color on #F2B544 background.