COLOR #FBC37E

HEX: #FBC37E
RGB: (251,195,126)

Renk bilgisi

#FBC37E contains mainly red and green colors. #FBC37E ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#FBC37E color RGB value is (251,195,126).

  • kırmız ton 251;
  • yeşil ton 195;
  • mavi ton 126.
RGB:
(251,195,126)
(98%,76%,49%)

RGB bağlantıları ve doygunluk

R 251 of 255 = 98%
G 195 of 255 = 76%
B 126 of 255 = 49%

251
195
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
251 + 195 + 126 = 572 (100%)
R 251 of 572 ~ 43.88%
G 195 of 572 ~ 34.09%
B 126 of 572 ~ 22.03%

%43.88
%34.09
%22.03

CMYK RENK MODELİ

#FBC37E rengi CMYK tonu (0,22,50,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.31%
  • sarı tonu 49.80%
  • ana renk tonu 1.57%
CMYK:
(0,22,50,2)
C0M22Y50K2 
(0%,22%,50%,2%)
(0.00/0.22/0.50/0.02)	

CMYK yüzdeleri

%0
%22.31
%49.8
%1.57

Codes

Color #FBC37E in popluar color models

FBC37E
RGB251195126
HSL33°93.98%73.92%
HSB/HSV33°49.80%98.43%
CMYK0.00%22.31%49.80%
1.57%

Color #FBC37E in popluar number systems.

HEXFBC37E
Decimal251195126
Binary11111011110000111111110
Octal373303176

Shades and tints

Shades of #FBC37E

#FBC37E
(251,195,126)
#E5B273
(229,178,115)
#CFA168
(207,161,104)
#B9905D
(185,144,93)
#A37F52
(163,127,82)
#8D6E47
(141,110,71)
#775D3C
(119,93,60)
#614C31
(97,76,49)
#4B3B26
(75,59,38)
#352A1B
(53,42,27)
#1F1910
(31,25,16)
#000000
(0,0,0)

Tints of #FBC37E

#FBC37E
(251,195,126)
#FBC889
(251,200,137)
#FBCD94
(251,205,148)
#FBD29F
(251,210,159)
#FBD7AA
(251,215,170)
#FBDCB5
(251,220,181)
#FBE1C0
(251,225,192)
#FBE6CB
(251,230,203)
#FBEBD6
(251,235,214)
#FBF0E1
(251,240,225)
#FBF5EC
(251,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC37E color. Also use rgb(251,195,126) instead hex code.

Text Font Color

.myTextColor { color: #FBC37E; }

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

This text font color is #FBC37E.


Background Color

.myBgColor { background-color: #FBC37E; }

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

This div background color is #FBC37E.


Border color

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

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

This div border color is #FBC37E.


Opacity

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

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

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

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

This text has shadow with #FBC37E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC37E on black background.


Color preview on white background

This text has color #FBC37E on white background.



Black color preview on #FBC37E background

This text has black color on #FBC37E background.


White color preview on #FBC37E background

This text has white color on #FBC37E background.