COLOR #F9BC74

HEX: #F9BC74
RGB: (249,188,116)

Renk bilgisi

#F9BC74 contains mainly red color. #F9BC74 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#F9BC74 color RGB value is (249,188,116).

  • kırmız ton 249;
  • yeşil ton 188;
  • mavi ton 116.
RGB:
(249,188,116)
(98%,74%,45%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 188 of 255 = 74%
B 116 of 255 = 45%

249
188
116

R + G + B ~ 72%. #F9BC74 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 188 + 116 = 553 (100%)
R 249 of 553 ~ 45.03%
G 188 of 553 ~ 34%
B 116 of 553 ~ 20.98%

%45.03
%34
%20.98

CMYK RENK MODELİ

#F9BC74 rengi CMYK tonu (0,24,53,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.50%
  • sarı tonu 53.41%
  • ana renk tonu 2.35%
CMYK:
(0,24,53,2)
C0M24Y53K2 
(0%,24%,53%,2%)
(0.00/0.24/0.53/0.02)	

CMYK yüzdeleri

%0
%24.5
%53.41
%2.35

Codes

Color #F9BC74 in popluar color models

F9BC74
RGB249188116
HSL32°91.72%71.57%
HSB/HSV32°53.41%97.65%
CMYK0.00%24.50%53.41%
2.35%

Color #F9BC74 in popluar number systems.

HEXF9BC74
Decimal249188116
Binary11111001101111001110100
Octal371274164

Shades and tints

Shades of #F9BC74

#F9BC74
(249,188,116)
#E3AB6A
(227,171,106)
#CD9A60
(205,154,96)
#B78956
(183,137,86)
#A1784C
(161,120,76)
#8B6742
(139,103,66)
#755638
(117,86,56)
#5F452E
(95,69,46)
#493424
(73,52,36)
#33231A
(51,35,26)
#1D1210
(29,18,16)
#000000
(0,0,0)

Tints of #F9BC74

#F9BC74
(249,188,116)
#F9C280
(249,194,128)
#F9C88C
(249,200,140)
#F9CE98
(249,206,152)
#F9D4A4
(249,212,164)
#F9DAB0
(249,218,176)
#F9E0BC
(249,224,188)
#F9E6C8
(249,230,200)
#F9ECD4
(249,236,212)
#F9F2E0
(249,242,224)
#F9F8EC
(249,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9BC74 color. Also use rgb(249,188,116) instead hex code.

Text Font Color

.myTextColor { color: #F9BC74; }

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

This text font color is #F9BC74.


Background Color

.myBgColor { background-color: #F9BC74; }

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

This div background color is #F9BC74.


Border color

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

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

This div border color is #F9BC74.


Opacity

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

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

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

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

This text has shadow with #F9BC74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BC74 on black background.


Color preview on white background

This text has color #F9BC74 on white background.



Black color preview on #F9BC74 background

This text has black color on #F9BC74 background.


White color preview on #F9BC74 background

This text has white color on #F9BC74 background.