COLOR #F0A95C

HEX: #F0A95C
RGB: (240,169,92)

Color info

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

RGB color model

#F0A95C color RGB value is (240,169,92).

  • red value is 240;
  • green value is 169;
  • blue value is 92.
RGB:
(240,169,92)
(94%,66%,36%)

RGB channels and saturation

R 240 of 255 = 94%
G 169 of 255 = 66%
B 92 of 255 = 36%

240
169
92

R + G + B ~ 65%. #F0A95C is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 169 + 92 = 501 (100%)
R 240 of 501 ~ 47.9%
G 169 of 501 ~ 33.73%
B 92 of 501 ~ 18.36%

%47.9
%33.73
%18.36

CMYK color model

#F0A95C color CMYK value is (0,30,62,6).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 61.67%
  • key color value is 5.88%
CMYK:
(0,30,62,6)
C0M30Y62K6 
(0%,30%,62%,6%)
(0.00/0.30/0.62/0.06)	

CMYK percentages

%0
%29.58
%61.67
%5.88

Codes

Color #F0A95C in popluar color models

F0A95C
RGB24016992
HSL31°83.15%65.10%
HSB/HSV31°61.67%94.12%
CMYK0.00%29.58%61.67%
5.88%

Color #F0A95C in popluar number systems.

HEXF0A95C
Decimal24016992
Binary11110000101010011011100
Octal360251134

Shades and tints

Shades of #F0A95C

#F0A95C
(240,169,92)
#DB9A54
(219,154,84)
#C68B4C
(198,139,76)
#B17C44
(177,124,68)
#9C6D3C
(156,109,60)
#875E34
(135,94,52)
#724F2C
(114,79,44)
#5D4024
(93,64,36)
#48311C
(72,49,28)
#332214
(51,34,20)
#1E130C
(30,19,12)
#000000
(0,0,0)

Tints of #F0A95C

#F0A95C
(240,169,92)
#F1B06A
(241,176,106)
#F2B778
(242,183,120)
#F3BE86
(243,190,134)
#F4C594
(244,197,148)
#F5CCA2
(245,204,162)
#F6D3B0
(246,211,176)
#F7DABE
(247,218,190)
#F8E1CC
(248,225,204)
#F9E8DA
(249,232,218)
#FAEFE8
(250,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A95C color. Also use rgb(240,169,92) instead hex code.

Text Font Color

.myTextColor { color: #F0A95C; }

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

This text font color is #F0A95C.


Background Color

.myBgColor { background-color: #F0A95C; }

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

This div background color is #F0A95C.


Border color

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

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

This div border color is #F0A95C.


Opacity

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

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

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

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

This text has shadow with #F0A95C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0A95C on black background.


Color preview on white background

This text has color #F0A95C on white background.



Black color preview on #F0A95C background

This text has black color on #F0A95C background.


White color preview on #F0A95C background

This text has white color on #F0A95C background.