COLOR #F09A58

HEX: #F09A58 RGB: (240,154,88)

Color info

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

RGB color model

#F09A58 color RGB value is (240,154,88).

RGB: (240,154,88) (94%, 60%, 35%)

RGB channels and saturation

R 240 of 255 = 94%
G 154 of 255 = 60%
B 88 of 255 = 35%

240
154
88

R + G + B ~ 63%. #F09A58 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 154 + 88 = 482 (100%)
R 240 of 482 ~ 49.79%
G 154 of 482 ~ 31.95%
B 88 of 482 ~ 18.26'%

%49.79
%31.95
%18.26

CMYK color model

#F09A58 color CMYK value is (0,36,63,6).

  • cyan value is 0.00%
  • magenta value is 35.83%
  • yellow value is 63.33%
  • key color value is 5.88%

CMYK: (0,36,63,6)
C0M36Y63K6 (0%, 36%, 63%, 6%)
(0.00 / 0.36 / 0.63 / 0.06)

CMYK percentages

%0
%35.83
%63.33
%5.88

Codes

Color #F09A58 in popluar color models

F0 9A 58
RGB 240 154 88
HSL 26° 83.52% 64.31%
HSB/HSV 26° 63.33% 94.12%
CMYK 0.00% 35.83% 63.33%
5.88%

Color #F09A58 in popluar number systems.

HEX F0 9A 58
Decimal 240 154 88
Binary 11110000 10011010 1011000
Octal 360 232 130

Shades and tints

Shades of #F09A58

#F09A58
(240,154,88)
#DB8C50
(219,140,80)
#C67E48
(198,126,72)
#B17040
(177,112,64)
#9C6238
(156,98,56)
#875430
(135,84,48)
#724628
(114,70,40)
#5D3820
(93,56,32)
#482A18
(72,42,24)
#331C10
(51,28,16)
#1E0E08
(30,14,8)
#000000
(0,0,0)

Tints of #F09A58

#F09A58
(240,154,88)
#F1A367
(241,163,103)
#F2AC76
(242,172,118)
#F3B585
(243,181,133)
#F4BE94
(244,190,148)
#F5C7A3
(245,199,163)
#F6D0B2
(246,208,178)
#F7D9C1
(247,217,193)
#F8E2D0
(248,226,208)
#F9EBDF
(249,235,223)
#FAF4EE
(250,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F09A58 color. Also use rgb(240,154,88) instead hex code.

Text Font Color

.myTextColor { color: #F09A58; }

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

This text font color is #F09A58.

Background Color

.myBgColor { background-color: #F09A58; }

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

This div background color is #F09A58.

Border color

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

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

This div border color is #F09A58.

Opacity

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

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

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

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

This text has shadow with #F09A58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F09A58.

Preview

Color preview on black background

This text has color #F09A58 on black background.


Color preview on white background

This text has color #F09A58 on white background.


Black color preview on #F09A58 background

This text has black color on #F09A58 background.


White color preview on #F09A58 background

This text has white color on #F09A58 background.


Related colors

Complementary color

Complementary color for #hex is #0F65A7.


I love getcolorcode.com

Triadic colors

1 #58F09A and #9A58F0 with #F09A58 are triadic colors.

2 #589AF0 and #9AF058 with #F09A58 are triadic colors.