COLOR #F89957

HEX: #F89957 RGB: (248,153,87)

Color info

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

RGB color model

#F89957 color RGB value is (248,153,87).

RGB: (248,153,87) (97%, 60%, 34%)

RGB channels and saturation

R 248 of 255 = 97%
G 153 of 255 = 60%
B 87 of 255 = 34%

248
153
87

R + G + B ~ 64%. #F89957 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 153 + 87 = 488 (100%)
R 248 of 488 ~ 50.82%
G 153 of 488 ~ 31.35%
B 87 of 488 ~ 17.83'%

%50.82
%31.35
%17.83

CMYK color model

#F89957 color CMYK value is (0,38,65,3).

  • cyan value is 0.00%
  • magenta value is 38.31%
  • yellow value is 64.92%
  • key color value is 2.75%

CMYK: (0,38,65,3)
C0M38Y65K3 (0%, 38%, 65%, 3%)
(0.00 / 0.38 / 0.65 / 0.03)

CMYK percentages

%0
%38.31
%64.92
%2.75

Codes

Color #F89957 in popluar color models

F8 99 57
RGB 248 153 87
HSL 25° 92.00% 65.69%
HSB/HSV 25° 64.92% 97.25%
CMYK 0.00% 38.31% 64.92%
2.75%

Color #F89957 in popluar number systems.

HEX F8 99 57
Decimal 248 153 87
Binary 11111000 10011001 1010111
Octal 370 231 127

Shades and tints

Shades of #F89957

#F89957
(248,153,87)
#E28C50
(226,140,80)
#CC7F49
(204,127,73)
#B67242
(182,114,66)
#A0653B
(160,101,59)
#8A5834
(138,88,52)
#744B2D
(116,75,45)
#5E3E26
(94,62,38)
#48311F
(72,49,31)
#322418
(50,36,24)
#1C1711
(28,23,17)
#000000
(0,0,0)

Tints of #F89957

#F89957
(248,153,87)
#F8A266
(248,162,102)
#F8AB75
(248,171,117)
#F8B484
(248,180,132)
#F8BD93
(248,189,147)
#F8C6A2
(248,198,162)
#F8CFB1
(248,207,177)
#F8D8C0
(248,216,192)
#F8E1CF
(248,225,207)
#F8EADE
(248,234,222)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F89957 color. Also use rgb(248,153,87) instead hex code.

Text Font Color

.myTextColor { color: #F89957; }

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

This text font color is #F89957.

Background Color

.myBgColor { background-color: #F89957; }

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

This div background color is #F89957.

Border color

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

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

This div border color is #F89957.

Opacity

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

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

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

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

This text has shadow with #F89957 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F89957.

Preview

Color preview on black background

This text has color #F89957 on black background.


Color preview on white background

This text has color #F89957 on white background.


Black color preview on #F89957 background

This text has black color on #F89957 background.


White color preview on #F89957 background

This text has white color on #F89957 background.


Related colors

Complementary color

Complementary color for #hex is #0766A8.


I love getcolorcode.com

Triadic colors

1 #57F899 and #9957F8 with #F89957 are triadic colors.

2 #5799F8 and #99F857 with #F89957 are triadic colors.