COLOR #FFB092

HEX: #FFB092
RGB: (255,176,146)

Color info

#FFB092 contains mainly red color. Web safe color of #FFB092 is #FF9999 (or #F99).

RGB color model

#FFB092 color RGB value is (255,176,146).

  • red value is 255;
  • green value is 176;
  • blue value is 146.
RGB:
(255,176,146)
(100%,69%,57%)

RGB channels and saturation

R 255 of 255 = 100%
G 176 of 255 = 69%
B 146 of 255 = 57%

255
176
146

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

Portions of RGB colors in percentages

R + G + B =
255 + 176 + 146 = 577 (100%)
R 255 of 577 ~ 44.19%
G 176 of 577 ~ 30.5%
B 146 of 577 ~ 25.3%

%44.19
%30.5
%25.3

CMYK color model

#FFB092 color CMYK value is (0,31,43,0).

  • cyan value is 0.00%
  • magenta value is 30.98%
  • yellow value is 42.75%
  • key color value is 0.00%
CMYK:
(0,31,43,0)
C0M31Y43K0 
(0%,31%,43%,0%)
(0.00/0.31/0.43/0.00)	

CMYK percentages

%0
%30.98
%42.75
%0

Codes

Color #FFB092 in popluar color models

FFB092
RGB255176146
HSL17°100.00%78.63%
HSB/HSV17°42.75%100.00%
CMYK0.00%30.98%42.75%
0.00%

Color #FFB092 in popluar number systems.

HEXFFB092
Decimal255176146
Binary111111111011000010010010
Octal377260222

Shades and tints

Shades of #FFB092

#FFB092
(255,176,146)
#E8A085
(232,160,133)
#D19078
(209,144,120)
#BA806B
(186,128,107)
#A3705E
(163,112,94)
#8C6051
(140,96,81)
#755044
(117,80,68)
#5E4037
(94,64,55)
#47302A
(71,48,42)
#30201D
(48,32,29)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #FFB092

#FFB092
(255,176,146)
#FFB79B
(255,183,155)
#FFBEA4
(255,190,164)
#FFC5AD
(255,197,173)
#FFCCB6
(255,204,182)
#FFD3BF
(255,211,191)
#FFDAC8
(255,218,200)
#FFE1D1
(255,225,209)
#FFE8DA
(255,232,218)
#FFEFE3
(255,239,227)
#FFF6EC
(255,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFB092 color. Also use rgb(255,176,146) instead hex code.

Text Font Color

.myTextColor { color: #FFB092; }

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

This text font color is #FFB092.


Background Color

.myBgColor { background-color: #FFB092; }

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

This div background color is #FFB092.


Border color

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

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

This div border color is #FFB092.


Opacity

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

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

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

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

This text has shadow with #FFB092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB092 on black background.


Color preview on white background

This text has color #FFB092 on white background.



Black color preview on #FFB092 background

This text has black color on #FFB092 background.


White color preview on #FFB092 background

This text has white color on #FFB092 background.