COLOR #F5954A

HEX: #F5954A RGB: (245,149,74)

Color info

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

RGB color model

#F5954A color RGB value is (245,149,74).

RGB: (245,149,74) (96%, 58%, 29%)

RGB channels and saturation

R 245 of 255 = 96%
G 149 of 255 = 58%
B 74 of 255 = 29%

245
149
74

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

Portions of RGB colors in percentages

R + G + B = 245 + 149 + 74 = 468 (100%)
R 245 of 468 ~ 52.35%
G 149 of 468 ~ 31.84%
B 74 of 468 ~ 15.81'%

%52.35
%31.84
%15.81

CMYK color model

#F5954A color CMYK value is (0,39,70,4).

  • cyan value is 0.00%
  • magenta value is 39.18%
  • yellow value is 69.80%
  • key color value is 3.92%

CMYK: (0,39,70,4)
C0M39Y70K4 (0%, 39%, 70%, 4%)
(0.00 / 0.39 / 0.70 / 0.04)

CMYK percentages

%0
%39.18
%69.8
%3.92

Codes

Color #F5954A in popluar color models

F5 95 4A
RGB 245 149 74
HSL 26° 89.53% 62.55%
HSB/HSV 26° 69.80% 96.08%
CMYK 0.00% 39.18% 69.80%
3.92%

Color #F5954A in popluar number systems.

HEX F5 95 4A
Decimal 245 149 74
Binary 11110101 10010101 1001010
Octal 365 225 112

Shades and tints

Shades of #F5954A

#F5954A
(245,149,74)
#DF8844
(223,136,68)
#C97B3E
(201,123,62)
#B36E38
(179,110,56)
#9D6132
(157,97,50)
#87542C
(135,84,44)
#714726
(113,71,38)
#5B3A20
(91,58,32)
#452D1A
(69,45,26)
#2F2014
(47,32,20)
#19130E
(25,19,14)
#000000
(0,0,0)

Tints of #F5954A

#F5954A
(245,149,74)
#F59E5A
(245,158,90)
#F5A76A
(245,167,106)
#F5B07A
(245,176,122)
#F5B98A
(245,185,138)
#F5C29A
(245,194,154)
#F5CBAA
(245,203,170)
#F5D4BA
(245,212,186)
#F5DDCA
(245,221,202)
#F5E6DA
(245,230,218)
#F5EFEA
(245,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5954A color. Also use rgb(245,149,74) instead hex code.

Text Font Color

.myTextColor { color: #F5954A; }

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

This text font color is #F5954A.

Background Color

.myBgColor { background-color: #F5954A; }

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

This div background color is #F5954A.

Border color

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

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

This div border color is #F5954A.

Opacity

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

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

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

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

This text has shadow with #F5954A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5954A.

Preview

Color preview on black background

This text has color #F5954A on black background.


Color preview on white background

This text has color #F5954A on white background.


Black color preview on #F5954A background

This text has black color on #F5954A background.


White color preview on #F5954A background

This text has white color on #F5954A background.


Related colors

Complementary color

Complementary color for #hex is #0A6AB5.


I love getcolorcode.com

Triadic colors

1 #4AF595 and #954AF5 with #F5954A are triadic colors.

2 #4A95F5 and #95F54A with #F5954A are triadic colors.