COLOR #F2965C

HEX: #F2965C
RGB: (242,150,92)

Color info

#F2965C contains mainly red color. Web safe color of #F2965C is #FF9966 (or #F96).

RGB color model

#F2965C color RGB value is (242,150,92).

  • red value is 242;
  • green value is 150;
  • blue value is 92.
RGB:
(242,150,92)
(95%,59%,36%)

RGB channels and saturation

R 242 of 255 = 95%
G 150 of 255 = 59%
B 92 of 255 = 36%

242
150
92

R + G + B ~ 63%. #F2965C is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 150 + 92 = 484 (100%)
R 242 of 484 ~ 50%
G 150 of 484 ~ 30.99%
B 92 of 484 ~ 19.01%

%50
%30.99
%19.01

CMYK color model

#F2965C color CMYK value is (0,38,62,5).

  • cyan value is 0.00%
  • magenta value is 38.02%
  • yellow value is 61.98%
  • key color value is 5.10%
CMYK:
(0,38,62,5)
C0M38Y62K5 
(0%,38%,62%,5%)
(0.00/0.38/0.62/0.05)	

CMYK percentages

%0
%38.02
%61.98
%5.1

Codes

Color #F2965C in popluar color models

F2965C
RGB24215092
HSL23°85.23%65.49%
HSB/HSV23°61.98%94.90%
CMYK0.00%38.02%61.98%
5.10%

Color #F2965C in popluar number systems.

HEXF2965C
Decimal24215092
Binary11110010100101101011100
Octal362226134

Shades and tints

Shades of #F2965C

#F2965C
(242,150,92)
#DC8954
(220,137,84)
#C67C4C
(198,124,76)
#B06F44
(176,111,68)
#9A623C
(154,98,60)
#845534
(132,85,52)
#6E482C
(110,72,44)
#583B24
(88,59,36)
#422E1C
(66,46,28)
#2C2114
(44,33,20)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #F2965C

#F2965C
(242,150,92)
#F39F6A
(243,159,106)
#F4A878
(244,168,120)
#F5B186
(245,177,134)
#F6BA94
(246,186,148)
#F7C3A2
(247,195,162)
#F8CCB0
(248,204,176)
#F9D5BE
(249,213,190)
#FADECC
(250,222,204)
#FBE7DA
(251,231,218)
#FCF0E8
(252,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2965C color. Also use rgb(242,150,92) instead hex code.

Text Font Color

.myTextColor { color: #F2965C; }

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

This text font color is #F2965C.


Background Color

.myBgColor { background-color: #F2965C; }

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

This div background color is #F2965C.


Border color

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

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

This div border color is #F2965C.


Opacity

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

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

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

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

This text has shadow with #F2965C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2965C on black background.


Color preview on white background

This text has color #F2965C on white background.



Black color preview on #F2965C background

This text has black color on #F2965C background.


White color preview on #F2965C background

This text has white color on #F2965C background.