COLOR #FBC25F

HEX: #FBC25F
RGB: (251,194,95)

Color info

#FBC25F contains mainly red and green colors. Web safe color of #FBC25F is #FFCC66 (or #FC6).

RGB color model

#FBC25F color RGB value is (251,194,95).

  • red value is 251;
  • green value is 194;
  • blue value is 95.
RGB:
(251,194,95)
(98%,76%,37%)

RGB channels and saturation

R 251 of 255 = 98%
G 194 of 255 = 76%
B 95 of 255 = 37%

251
194
95

R + G + B ~ 70%. #FBC25F is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 194 + 95 = 540 (100%)
R 251 of 540 ~ 46.48%
G 194 of 540 ~ 35.93%
B 95 of 540 ~ 17.59%

%46.48
%35.93
%17.59

CMYK color model

#FBC25F color CMYK value is (0,23,62,2).

  • cyan value is 0.00%
  • magenta value is 22.71%
  • yellow value is 62.15%
  • key color value is 1.57%
CMYK:
(0,23,62,2)
C0M23Y62K2 
(0%,23%,62%,2%)
(0.00/0.23/0.62/0.02)	

CMYK percentages

%0
%22.71
%62.15
%1.57

Codes

Color #FBC25F in popluar color models

FBC25F
RGB25119495
HSL38°95.12%67.84%
HSB/HSV38°62.15%98.43%
CMYK0.00%22.71%62.15%
1.57%

Color #FBC25F in popluar number systems.

HEXFBC25F
Decimal25119495
Binary11111011110000101011111
Octal373302137

Shades and tints

Shades of #FBC25F

#FBC25F
(251,194,95)
#E5B157
(229,177,87)
#CFA04F
(207,160,79)
#B98F47
(185,143,71)
#A37E3F
(163,126,63)
#8D6D37
(141,109,55)
#775C2F
(119,92,47)
#614B27
(97,75,39)
#4B3A1F
(75,58,31)
#352917
(53,41,23)
#1F180F
(31,24,15)
#000000
(0,0,0)

Tints of #FBC25F

#FBC25F
(251,194,95)
#FBC76D
(251,199,109)
#FBCC7B
(251,204,123)
#FBD189
(251,209,137)
#FBD697
(251,214,151)
#FBDBA5
(251,219,165)
#FBE0B3
(251,224,179)
#FBE5C1
(251,229,193)
#FBEACF
(251,234,207)
#FBEFDD
(251,239,221)
#FBF4EB
(251,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC25F color. Also use rgb(251,194,95) instead hex code.

Text Font Color

.myTextColor { color: #FBC25F; }

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

This text font color is #FBC25F.


Background Color

.myBgColor { background-color: #FBC25F; }

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

This div background color is #FBC25F.


Border color

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

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

This div border color is #FBC25F.


Opacity

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

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

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

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

This text has shadow with #FBC25F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC25F on black background.


Color preview on white background

This text has color #FBC25F on white background.



Black color preview on #FBC25F background

This text has black color on #FBC25F background.


White color preview on #FBC25F background

This text has white color on #FBC25F background.