COLOR #FBC277

HEX: #FBC277 RGB: (251,194,119)

Color info

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

RGB color model

#FBC277 color RGB value is (251,194,119).

RGB: (251,194,119) (98%, 76%, 47%)

RGB channels and saturation

R 251 of 255 = 98%
G 194 of 255 = 76%
B 119 of 255 = 47%

251
194
119

R + G + B ~ 74%. #FBC277 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 194 + 119 = 564 (100%)
R 251 of 564 ~ 44.5%
G 194 of 564 ~ 34.4%
B 119 of 564 ~ 21.1'%

%44.5
%34.4
%21.1

CMYK color model

#FBC277 color CMYK value is (0,23,53,2).

  • cyan value is 0.00%
  • magenta value is 22.71%
  • yellow value is 52.59%
  • key color value is 1.57%

CMYK: (0,23,53,2)
C0M23Y53K2 (0%, 23%, 53%, 2%)
(0.00 / 0.23 / 0.53 / 0.02)

CMYK percentages

%0
%22.71
%52.59
%1.57

Codes

Color #FBC277 in popluar color models

FB C2 77
RGB 251 194 119
HSL 34° 94.29% 72.55%
HSB/HSV 34° 52.59% 98.43%
CMYK 0.00% 22.71% 52.59%
1.57%

Color #FBC277 in popluar number systems.

HEX FB C2 77
Decimal 251 194 119
Binary 11111011 11000010 1110111
Octal 373 302 167

Shades and tints

Shades of #FBC277

#FBC277
(251,194,119)
#E5B16D
(229,177,109)
#CFA063
(207,160,99)
#B98F59
(185,143,89)
#A37E4F
(163,126,79)
#8D6D45
(141,109,69)
#775C3B
(119,92,59)
#614B31
(97,75,49)
#4B3A27
(75,58,39)
#35291D
(53,41,29)
#1F1813
(31,24,19)
#000000
(0,0,0)

Tints of #FBC277

#FBC277
(251,194,119)
#FBC783
(251,199,131)
#FBCC8F
(251,204,143)
#FBD19B
(251,209,155)
#FBD6A7
(251,214,167)
#FBDBB3
(251,219,179)
#FBE0BF
(251,224,191)
#FBE5CB
(251,229,203)
#FBEAD7
(251,234,215)
#FBEFE3
(251,239,227)
#FBF4EF
(251,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC277; }

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

This text font color is #FBC277.

Background Color

.myBgColor { background-color: #FBC277; }

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

This div background color is #FBC277.

Border color

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

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

This div border color is #FBC277.

Opacity

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

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

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

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

This text has shadow with #FBC277 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC277.

Preview

Color preview on black background

This text has color #FBC277 on black background.


Color preview on white background

This text has color #FBC277 on white background.


Black color preview on #FBC277 background

This text has black color on #FBC277 background.


White color preview on #FBC277 background

This text has white color on #FBC277 background.


Related colors

Complementary color

Complementary color for #hex is #043D88.


I love getcolorcode.com

Triadic colors

1 #77FBC2 and #C277FB with #FBC277 are triadic colors.

2 #77C2FB and #C2FB77 with #FBC277 are triadic colors.