COLOR #F08745

HEX: #F08745 RGB: (240,135,69)

Color info

#F08745 contains mainly red color. Web safe color of #F08745 is #FF9933 (or #F93).

RGB color model

#F08745 color RGB value is (240,135,69).

RGB: (240,135,69) (94%, 53%, 27%)

RGB channels and saturation

R 240 of 255 = 94%
G 135 of 255 = 53%
B 69 of 255 = 27%

240
135
69

R + G + B ~ 58%. #F08745 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 240 + 135 + 69 = 444 (100%)
R 240 of 444 ~ 54.05%
G 135 of 444 ~ 30.41%
B 69 of 444 ~ 15.54'%

%54.05
%30.41
%15.54

CMYK color model

#F08745 color CMYK value is (0,44,71,6).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 71.25%
  • key color value is 5.88%

CMYK: (0,44,71,6)
C0M44Y71K6 (0%, 44%, 71%, 6%)
(0.00 / 0.44 / 0.71 / 0.06)

CMYK percentages

%0
%43.75
%71.25
%5.88

Codes

Color #F08745 in popluar color models

F0 87 45
RGB 240 135 69
HSL 23° 85.07% 60.59%
HSB/HSV 23° 71.25% 94.12%
CMYK 0.00% 43.75% 71.25%
5.88%

Color #F08745 in popluar number systems.

HEX F0 87 45
Decimal 240 135 69
Binary 11110000 10000111 1000101
Octal 360 207 105

Shades and tints

Shades of #F08745

#F08745
(240,135,69)
#DB7B3F
(219,123,63)
#C66F39
(198,111,57)
#B16333
(177,99,51)
#9C572D
(156,87,45)
#874B27
(135,75,39)
#723F21
(114,63,33)
#5D331B
(93,51,27)
#482715
(72,39,21)
#331B0F
(51,27,15)
#1E0F09
(30,15,9)
#000000
(0,0,0)

Tints of #F08745

#F08745
(240,135,69)
#F19155
(241,145,85)
#F29B65
(242,155,101)
#F3A575
(243,165,117)
#F4AF85
(244,175,133)
#F5B995
(245,185,149)
#F6C3A5
(246,195,165)
#F7CDB5
(247,205,181)
#F8D7C5
(248,215,197)
#F9E1D5
(249,225,213)
#FAEBE5
(250,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F08745 color. Also use rgb(240,135,69) instead hex code.

Text Font Color

.myTextColor { color: #F08745; }

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

This text font color is #F08745.

Background Color

.myBgColor { background-color: #F08745; }

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

This div background color is #F08745.

Border color

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

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

This div border color is #F08745.

Opacity

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

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

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

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

This text has shadow with #F08745 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F08745.

Preview

Color preview on black background

This text has color #F08745 on black background.


Color preview on white background

This text has color #F08745 on white background.


Black color preview on #F08745 background

This text has black color on #F08745 background.


White color preview on #F08745 background

This text has white color on #F08745 background.


Related colors

Complementary color

Complementary color for #hex is #0F78BA.


I love getcolorcode.com

Triadic colors

1 #45F087 and #8745F0 with #F08745 are triadic colors.

2 #4587F0 and #87F045 with #F08745 are triadic colors.