COLOR #FC9938

HEX: #FC9938 RGB: (252,153,56)

Color info

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

RGB color model

#FC9938 color RGB value is (252,153,56).

RGB: (252,153,56) (99%, 60%, 22%)

RGB channels and saturation

R 252 of 255 = 99%
G 153 of 255 = 60%
B 56 of 255 = 22%

252
153
56

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

Portions of RGB colors in percentages

R + G + B = 252 + 153 + 56 = 461 (100%)
R 252 of 461 ~ 54.66%
G 153 of 461 ~ 33.19%
B 56 of 461 ~ 12.15'%

%54.66
%33.19
%12.15

CMYK color model

#FC9938 color CMYK value is (0,39,78,1).

  • cyan value is 0.00%
  • magenta value is 39.29%
  • yellow value is 77.78%
  • key color value is 1.18%

CMYK: (0,39,78,1)
C0M39Y78K1 (0%, 39%, 78%, 1%)
(0.00 / 0.39 / 0.78 / 0.01)

CMYK percentages

%0
%39.29
%77.78
%1.18

Codes

Color #FC9938 in popluar color models

FC 99 38
RGB 252 153 56
HSL 30° 97.03% 60.39%
HSB/HSV 30° 77.78% 98.82%
CMYK 0.00% 39.29% 77.78%
1.18%

Color #FC9938 in popluar number systems.

HEX FC 99 38
Decimal 252 153 56
Binary 11111100 10011001 111000
Octal 374 231 70

Shades and tints

Shades of #FC9938

#FC9938
(252,153,56)
#E68C33
(230,140,51)
#D07F2E
(208,127,46)
#BA7229
(186,114,41)
#A46524
(164,101,36)
#8E581F
(142,88,31)
#784B1A
(120,75,26)
#623E15
(98,62,21)
#4C3110
(76,49,16)
#36240B
(54,36,11)
#201706
(32,23,6)
#000000
(0,0,0)

Tints of #FC9938

#FC9938
(252,153,56)
#FCA24A
(252,162,74)
#FCAB5C
(252,171,92)
#FCB46E
(252,180,110)
#FCBD80
(252,189,128)
#FCC692
(252,198,146)
#FCCFA4
(252,207,164)
#FCD8B6
(252,216,182)
#FCE1C8
(252,225,200)
#FCEADA
(252,234,218)
#FCF3EC
(252,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC9938 color. Also use rgb(252,153,56) instead hex code.

Text Font Color

.myTextColor { color: #FC9938; }

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

This text font color is #FC9938.

Background Color

.myBgColor { background-color: #FC9938; }

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

This div background color is #FC9938.

Border color

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

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

This div border color is #FC9938.

Opacity

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

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

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

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

This text has shadow with #FC9938 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC9938.

Preview

Color preview on black background

This text has color #FC9938 on black background.


Color preview on white background

This text has color #FC9938 on white background.


Black color preview on #FC9938 background

This text has black color on #FC9938 background.


White color preview on #FC9938 background

This text has white color on #FC9938 background.


Related colors

Complementary color

Complementary color for #hex is #0366C7.


I love getcolorcode.com

Triadic colors

1 #38FC99 and #9938FC with #FC9938 are triadic colors.

2 #3899FC and #99FC38 with #FC9938 are triadic colors.