COLOR #F8B692

HEX: #F8B692
RGB: (248,182,146)

Color info

#F8B692 contains mainly red color. Web safe color of #F8B692 is #FFCC99 (or #FC9).

RGB color model

#F8B692 color RGB value is (248,182,146).

  • red value is 248;
  • green value is 182;
  • blue value is 146.
RGB:
(248,182,146)
(97%,71%,57%)

RGB channels and saturation

R 248 of 255 = 97%
G 182 of 255 = 71%
B 146 of 255 = 57%

248
182
146

R + G + B ~ 75%. #F8B692 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 182 + 146 = 576 (100%)
R 248 of 576 ~ 43.06%
G 182 of 576 ~ 31.6%
B 146 of 576 ~ 25.35%

%43.06
%31.6
%25.35

CMYK color model

#F8B692 color CMYK value is (0,27,41,3).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 41.13%
  • key color value is 2.75%
CMYK:
(0,27,41,3)
C0M27Y41K3 
(0%,27%,41%,3%)
(0.00/0.27/0.41/0.03)	

CMYK percentages

%0
%26.61
%41.13
%2.75

Codes

Color #F8B692 in popluar color models

F8B692
RGB248182146
HSL21°87.93%77.25%
HSB/HSV21°41.13%97.25%
CMYK0.00%26.61%41.13%
2.75%

Color #F8B692 in popluar number systems.

HEXF8B692
Decimal248182146
Binary111110001011011010010010
Octal370266222

Shades and tints

Shades of #F8B692

#F8B692
(248,182,146)
#E2A685
(226,166,133)
#CC9678
(204,150,120)
#B6866B
(182,134,107)
#A0765E
(160,118,94)
#8A6651
(138,102,81)
#745644
(116,86,68)
#5E4637
(94,70,55)
#48362A
(72,54,42)
#32261D
(50,38,29)
#1C1610
(28,22,16)
#000000
(0,0,0)

Tints of #F8B692

#F8B692
(248,182,146)
#F8BC9B
(248,188,155)
#F8C2A4
(248,194,164)
#F8C8AD
(248,200,173)
#F8CEB6
(248,206,182)
#F8D4BF
(248,212,191)
#F8DAC8
(248,218,200)
#F8E0D1
(248,224,209)
#F8E6DA
(248,230,218)
#F8ECE3
(248,236,227)
#F8F2EC
(248,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8B692 color. Also use rgb(248,182,146) instead hex code.

Text Font Color

.myTextColor { color: #F8B692; }

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

This text font color is #F8B692.


Background Color

.myBgColor { background-color: #F8B692; }

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

This div background color is #F8B692.


Border color

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

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

This div border color is #F8B692.


Opacity

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

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

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

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

This text has shadow with #F8B692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8B692 on black background.


Color preview on white background

This text has color #F8B692 on white background.



Black color preview on #F8B692 background

This text has black color on #F8B692 background.


White color preview on #F8B692 background

This text has white color on #F8B692 background.