COLOR #FBC876

HEX: #FBC876
RGB: (251,200,118)

Renk bilgisi

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

RGB renk modeli

#FBC876 color RGB value is (251,200,118).

  • kırmız ton 251;
  • yeşil ton 200;
  • mavi ton 118.
RGB:
(251,200,118)
(98%,78%,46%)

RGB bağlantıları ve doygunluk

R 251 of 255 = 98%
G 200 of 255 = 78%
B 118 of 255 = 46%

251
200
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
251 + 200 + 118 = 569 (100%)
R 251 of 569 ~ 44.11%
G 200 of 569 ~ 35.15%
B 118 of 569 ~ 20.74%

%44.11
%35.15
%20.74

CMYK RENK MODELİ

#FBC876 rengi CMYK tonu (0,20,53,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.32%
  • sarı tonu 52.99%
  • ana renk tonu 1.57%
CMYK:
(0,20,53,2)
C0M20Y53K2 
(0%,20%,53%,2%)
(0.00/0.20/0.53/0.02)	

CMYK yüzdeleri

%0
%20.32
%52.99
%1.57

Codes

Color #FBC876 in popluar color models

FBC876
RGB251200118
HSL37°94.33%72.35%
HSB/HSV37°52.99%98.43%
CMYK0.00%20.32%52.99%
1.57%

Color #FBC876 in popluar number systems.

HEXFBC876
Decimal251200118
Binary11111011110010001110110
Octal373310166

Shades and tints

Shades of #FBC876

#FBC876
(251,200,118)
#E5B66C
(229,182,108)
#CFA462
(207,164,98)
#B99258
(185,146,88)
#A3804E
(163,128,78)
#8D6E44
(141,110,68)
#775C3A
(119,92,58)
#614A30
(97,74,48)
#4B3826
(75,56,38)
#35261C
(53,38,28)
#1F1412
(31,20,18)
#000000
(0,0,0)

Tints of #FBC876

#FBC876
(251,200,118)
#FBCD82
(251,205,130)
#FBD28E
(251,210,142)
#FBD79A
(251,215,154)
#FBDCA6
(251,220,166)
#FBE1B2
(251,225,178)
#FBE6BE
(251,230,190)
#FBEBCA
(251,235,202)
#FBF0D6
(251,240,214)
#FBF5E2
(251,245,226)
#FBFAEE
(251,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC876 color. Also use rgb(251,200,118) instead hex code.

Text Font Color

.myTextColor { color: #FBC876; }

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

This text font color is #FBC876.


Background Color

.myBgColor { background-color: #FBC876; }

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

This div background color is #FBC876.


Border color

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

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

This div border color is #FBC876.


Opacity

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

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

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

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

This text has shadow with #FBC876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC876 on black background.


Color preview on white background

This text has color #FBC876 on white background.



Black color preview on #FBC876 background

This text has black color on #FBC876 background.


White color preview on #FBC876 background

This text has white color on #FBC876 background.