COLOR #FCB125

HEX: #FCB125
RGB: (252,177,37)

Color info

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

RGB color model

#FCB125 color RGB value is (252,177,37).

  • red value is 252;
  • green value is 177;
  • blue value is 37.
RGB:
(252,177,37)
(99%,69%,15%)

RGB channels and saturation

R 252 of 255 = 99%
G 177 of 255 = 69%
B 37 of 255 = 15%

252
177
37

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

Portions of RGB colors in percentages

R + G + B =
252 + 177 + 37 = 466 (100%)
R 252 of 466 ~ 54.08%
G 177 of 466 ~ 37.98%
B 37 of 466 ~ 7.94%

%54.08
%37.98

CMYK color model

#FCB125 color CMYK value is (0,30,85,1).

  • cyan value is 0.00%
  • magenta value is 29.76%
  • yellow value is 85.32%
  • key color value is 1.18%
CMYK:
(0,30,85,1)
C0M30Y85K1 
(0%,30%,85%,1%)
(0.00/0.30/0.85/0.01)	

CMYK percentages

%0
%29.76
%85.32
%1.18

Codes

Color #FCB125 in popluar color models

FCB125
RGB25217737
HSL39°97.29%56.67%
HSB/HSV39°85.32%98.82%
CMYK0.00%29.76%85.32%
1.18%

Color #FCB125 in popluar number systems.

HEXFCB125
Decimal25217737
Binary1111110010110001100101
Octal37426145

Shades and tints

Shades of #FCB125

#FCB125
(252,177,37)
#E6A122
(230,161,34)
#D0911F
(208,145,31)
#BA811C
(186,129,28)
#A47119
(164,113,25)
#8E6116
(142,97,22)
#785113
(120,81,19)
#624110
(98,65,16)
#4C310D
(76,49,13)
#36210A
(54,33,10)
#201107
(32,17,7)
#000000
(0,0,0)

Tints of #FCB125

#FCB125
(252,177,37)
#FCB838
(252,184,56)
#FCBF4B
(252,191,75)
#FCC65E
(252,198,94)
#FCCD71
(252,205,113)
#FCD484
(252,212,132)
#FCDB97
(252,219,151)
#FCE2AA
(252,226,170)
#FCE9BD
(252,233,189)
#FCF0D0
(252,240,208)
#FCF7E3
(252,247,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCB125 color. Also use rgb(252,177,37) instead hex code.

Text Font Color

.myTextColor { color: #FCB125; }

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

This text font color is #FCB125.


Background Color

.myBgColor { background-color: #FCB125; }

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

This div background color is #FCB125.


Border color

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

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

This div border color is #FCB125.


Opacity

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

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

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

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

This text has shadow with #FCB125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB125 on black background.


Color preview on white background

This text has color #FCB125 on white background.



Black color preview on #FCB125 background

This text has black color on #FCB125 background.


White color preview on #FCB125 background

This text has white color on #FCB125 background.