COLOR #F99446

HEX: #F99446 RGB: (249,148,70)

Color info

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

RGB color model

#F99446 color RGB value is (249,148,70).

RGB: (249,148,70) (98%, 58%, 27%)

RGB channels and saturation

R 249 of 255 = 98%
G 148 of 255 = 58%
B 70 of 255 = 27%

249
148
70

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

Portions of RGB colors in percentages

R + G + B = 249 + 148 + 70 = 467 (100%)
R 249 of 467 ~ 53.32%
G 148 of 467 ~ 31.69%
B 70 of 467 ~ 14.99'%

%53.32
%31.69
%14.99

CMYK color model

#F99446 color CMYK value is (0,41,72,2).

  • cyan value is 0.00%
  • magenta value is 40.56%
  • yellow value is 71.89%
  • key color value is 2.35%

CMYK: (0,41,72,2)
C0M41Y72K2 (0%, 41%, 72%, 2%)
(0.00 / 0.41 / 0.72 / 0.02)

CMYK percentages

%0
%40.56
%71.89
%2.35

Codes

Color #F99446 in popluar color models

F9 94 46
RGB 249 148 70
HSL 26° 93.72% 62.55%
HSB/HSV 26° 71.89% 97.65%
CMYK 0.00% 40.56% 71.89%
2.35%

Color #F99446 in popluar number systems.

HEX F9 94 46
Decimal 249 148 70
Binary 11111001 10010100 1000110
Octal 371 224 106

Shades and tints

Shades of #F99446

#F99446
(249,148,70)
#E38740
(227,135,64)
#CD7A3A
(205,122,58)
#B76D34
(183,109,52)
#A1602E
(161,96,46)
#8B5328
(139,83,40)
#754622
(117,70,34)
#5F391C
(95,57,28)
#492C16
(73,44,22)
#331F10
(51,31,16)
#1D120A
(29,18,10)
#000000
(0,0,0)

Tints of #F99446

#F99446
(249,148,70)
#F99D56
(249,157,86)
#F9A666
(249,166,102)
#F9AF76
(249,175,118)
#F9B886
(249,184,134)
#F9C196
(249,193,150)
#F9CAA6
(249,202,166)
#F9D3B6
(249,211,182)
#F9DCC6
(249,220,198)
#F9E5D6
(249,229,214)
#F9EEE6
(249,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F99446 color. Also use rgb(249,148,70) instead hex code.

Text Font Color

.myTextColor { color: #F99446; }

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

This text font color is #F99446.

Background Color

.myBgColor { background-color: #F99446; }

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

This div background color is #F99446.

Border color

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

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

This div border color is #F99446.

Opacity

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

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

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

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

This text has shadow with #F99446 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F99446.

Preview

Color preview on black background

This text has color #F99446 on black background.


Color preview on white background

This text has color #F99446 on white background.


Black color preview on #F99446 background

This text has black color on #F99446 background.


White color preview on #F99446 background

This text has white color on #F99446 background.


Related colors

Complementary color

Complementary color for #hex is #066BB9.


I love getcolorcode.com

Triadic colors

1 #46F994 and #9446F9 with #F99446 are triadic colors.

2 #4694F9 and #94F946 with #F99446 are triadic colors.