COLOR #F2B65D

HEX: #F2B65D
RGB: (242,182,93)

Color info

#F2B65D contains mainly red color. Web safe color of #F2B65D is #FFCC66 (or #FC6).

RGB color model

#F2B65D color RGB value is (242,182,93).

  • red value is 242;
  • green value is 182;
  • blue value is 93.
RGB:
(242,182,93)
(95%,71%,36%)

RGB channels and saturation

R 242 of 255 = 95%
G 182 of 255 = 71%
B 93 of 255 = 36%

242
182
93

R + G + B ~ 67%. #F2B65D is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 182 + 93 = 517 (100%)
R 242 of 517 ~ 46.81%
G 182 of 517 ~ 35.2%
B 93 of 517 ~ 17.99%

%46.81
%35.2
%17.99

CMYK color model

#F2B65D color CMYK value is (0,25,62,5).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 61.57%
  • key color value is 5.10%
CMYK:
(0,25,62,5)
C0M25Y62K5 
(0%,25%,62%,5%)
(0.00/0.25/0.62/0.05)	

CMYK percentages

%0
%24.79
%61.57
%5.1

Codes

Color #F2B65D in popluar color models

F2B65D
RGB24218293
HSL36°85.14%65.69%
HSB/HSV36°61.57%94.90%
CMYK0.00%24.79%61.57%
5.10%

Color #F2B65D in popluar number systems.

HEXF2B65D
Decimal24218293
Binary11110010101101101011101
Octal362266135

Shades and tints

Shades of #F2B65D

#F2B65D
(242,182,93)
#DCA655
(220,166,85)
#C6964D
(198,150,77)
#B08645
(176,134,69)
#9A763D
(154,118,61)
#846635
(132,102,53)
#6E562D
(110,86,45)
#584625
(88,70,37)
#42361D
(66,54,29)
#2C2615
(44,38,21)
#16160D
(22,22,13)
#000000
(0,0,0)

Tints of #F2B65D

#F2B65D
(242,182,93)
#F3BC6B
(243,188,107)
#F4C279
(244,194,121)
#F5C887
(245,200,135)
#F6CE95
(246,206,149)
#F7D4A3
(247,212,163)
#F8DAB1
(248,218,177)
#F9E0BF
(249,224,191)
#FAE6CD
(250,230,205)
#FBECDB
(251,236,219)
#FCF2E9
(252,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2B65D color. Also use rgb(242,182,93) instead hex code.

Text Font Color

.myTextColor { color: #F2B65D; }

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

This text font color is #F2B65D.


Background Color

.myBgColor { background-color: #F2B65D; }

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

This div background color is #F2B65D.


Border color

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

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

This div border color is #F2B65D.


Opacity

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

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

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

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

This text has shadow with #F2B65D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B65D on black background.


Color preview on white background

This text has color #F2B65D on white background.



Black color preview on #F2B65D background

This text has black color on #F2B65D background.


White color preview on #F2B65D background

This text has white color on #F2B65D background.