COLOR #F08A57

HEX: #F08A57
RGB: (240,138,87)

Color info

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

RGB color model

#F08A57 color RGB value is (240,138,87).

  • red value is 240;
  • green value is 138;
  • blue value is 87.
RGB:
(240,138,87)
(94%,54%,34%)

RGB channels and saturation

R 240 of 255 = 94%
G 138 of 255 = 54%
B 87 of 255 = 34%

240
138
87

R + G + B ~ 61%. #F08A57 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 138 + 87 = 465 (100%)
R 240 of 465 ~ 51.61%
G 138 of 465 ~ 29.68%
B 87 of 465 ~ 18.71%

%51.61
%29.68
%18.71

CMYK color model

#F08A57 color CMYK value is (0,43,64,6).

  • cyan value is 0.00%
  • magenta value is 42.50%
  • yellow value is 63.75%
  • key color value is 5.88%
CMYK:
(0,43,64,6)
C0M43Y64K6 
(0%,43%,64%,6%)
(0.00/0.43/0.64/0.06)	

CMYK percentages

%0
%42.5
%63.75
%5.88

Codes

Color #F08A57 in popluar color models

F08A57
RGB24013887
HSL20°83.61%64.12%
HSB/HSV20°63.75%94.12%
CMYK0.00%42.50%63.75%
5.88%

Color #F08A57 in popluar number systems.

HEXF08A57
Decimal24013887
Binary11110000100010101010111
Octal360212127

Shades and tints

Shades of #F08A57

#F08A57
(240,138,87)
#DB7E50
(219,126,80)
#C67249
(198,114,73)
#B16642
(177,102,66)
#9C5A3B
(156,90,59)
#874E34
(135,78,52)
#72422D
(114,66,45)
#5D3626
(93,54,38)
#482A1F
(72,42,31)
#331E18
(51,30,24)
#1E1211
(30,18,17)
#000000
(0,0,0)

Tints of #F08A57

#F08A57
(240,138,87)
#F19466
(241,148,102)
#F29E75
(242,158,117)
#F3A884
(243,168,132)
#F4B293
(244,178,147)
#F5BCA2
(245,188,162)
#F6C6B1
(246,198,177)
#F7D0C0
(247,208,192)
#F8DACF
(248,218,207)
#F9E4DE
(249,228,222)
#FAEEED
(250,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F08A57 color. Also use rgb(240,138,87) instead hex code.

Text Font Color

.myTextColor { color: #F08A57; }

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

This text font color is #F08A57.


Background Color

.myBgColor { background-color: #F08A57; }

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

This div background color is #F08A57.


Border color

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

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

This div border color is #F08A57.


Opacity

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

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

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

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

This text has shadow with #F08A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F08A57 on black background.


Color preview on white background

This text has color #F08A57 on white background.



Black color preview on #F08A57 background

This text has black color on #F08A57 background.


White color preview on #F08A57 background

This text has white color on #F08A57 background.