COLOR #FA9D24

HEX: #FA9D24 RGB: (250,157,36)

Color info

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

RGB color model

#FA9D24 color RGB value is (250,157,36).

RGB: (250,157,36) (98%, 62%, 14%)

RGB channels and saturation

R 250 of 255 = 98%
G 157 of 255 = 62%
B 36 of 255 = 14%

250
157
36

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

Portions of RGB colors in percentages

R + G + B = 250 + 157 + 36 = 443 (100%)
R 250 of 443 ~ 56.43%
G 157 of 443 ~ 35.44%
B 36 of 443 ~ 8.13'%

%56.43
%35.44

CMYK color model

#FA9D24 color CMYK value is (0,37,86,2).

  • cyan value is 0.00%
  • magenta value is 37.20%
  • yellow value is 85.60%
  • key color value is 1.96%

CMYK: (0,37,86,2)
C0M37Y86K2 (0%, 37%, 86%, 2%)
(0.00 / 0.37 / 0.86 / 0.02)

CMYK percentages

%0
%37.2
%85.6
%1.96

Codes

Color #FA9D24 in popluar color models

FA 9D 24
RGB 250 157 36
HSL 34° 95.54% 56.08%
HSB/HSV 34° 85.60% 98.04%
CMYK 0.00% 37.20% 85.60%
1.96%

Color #FA9D24 in popluar number systems.

HEX FA 9D 24
Decimal 250 157 36
Binary 11111010 10011101 100100
Octal 372 235 44

Shades and tints

Shades of #FA9D24

#FA9D24
(250,157,36)
#E48F21
(228,143,33)
#CE811E
(206,129,30)
#B8731B
(184,115,27)
#A26518
(162,101,24)
#8C5715
(140,87,21)
#764912
(118,73,18)
#603B0F
(96,59,15)
#4A2D0C
(74,45,12)
#341F09
(52,31,9)
#1E1106
(30,17,6)
#000000
(0,0,0)

Tints of #FA9D24

#FA9D24
(250,157,36)
#FAA537
(250,165,55)
#FAAD4A
(250,173,74)
#FAB55D
(250,181,93)
#FABD70
(250,189,112)
#FAC583
(250,197,131)
#FACD96
(250,205,150)
#FAD5A9
(250,213,169)
#FADDBC
(250,221,188)
#FAE5CF
(250,229,207)
#FAEDE2
(250,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA9D24 color. Also use rgb(250,157,36) instead hex code.

Text Font Color

.myTextColor { color: #FA9D24; }

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

This text font color is #FA9D24.

Background Color

.myBgColor { background-color: #FA9D24; }

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

This div background color is #FA9D24.

Border color

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

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

This div border color is #FA9D24.

Opacity

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

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

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

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

This text has shadow with #FA9D24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA9D24.

Preview

Color preview on black background

This text has color #FA9D24 on black background.


Color preview on white background

This text has color #FA9D24 on white background.


Black color preview on #FA9D24 background

This text has black color on #FA9D24 background.


White color preview on #FA9D24 background

This text has white color on #FA9D24 background.


Related colors

Complementary color

Complementary color for #hex is #0562DB.


I love getcolorcode.com

Triadic colors

1 #24FA9D and #9D24FA with #FA9D24 are triadic colors.

2 #249DFA and #9DFA24 with #FA9D24 are triadic colors.