COLOR #F8C689

HEX: #F8C689
RGB: (248,198,137)

Renk bilgisi

#F8C689 contains mainly red and green colors. #F8C689 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F8C689 color RGB value is (248,198,137).

  • kırmız ton 248;
  • yeşil ton 198;
  • mavi ton 137.
RGB:
(248,198,137)
(97%,78%,54%)

RGB bağlantıları ve doygunluk

R 248 of 255 = 97%
G 198 of 255 = 78%
B 137 of 255 = 54%

248
198
137

R + G + B ~ 76%. #F8C689 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
248 + 198 + 137 = 583 (100%)
R 248 of 583 ~ 42.54%
G 198 of 583 ~ 33.96%
B 137 of 583 ~ 23.5%

%42.54
%33.96
%23.5

CMYK RENK MODELİ

#F8C689 rengi CMYK tonu (0,20,45,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.16%
  • sarı tonu 44.76%
  • ana renk tonu 2.75%
CMYK:
(0,20,45,3)
C0M20Y45K3 
(0%,20%,45%,3%)
(0.00/0.20/0.45/0.03)	

CMYK yüzdeleri

%0
%20.16
%44.76
%2.75

Codes

Color #F8C689 in popluar color models

F8C689
RGB248198137
HSL33°88.80%75.49%
HSB/HSV33°44.76%97.25%
CMYK0.00%20.16%44.76%
2.75%

Color #F8C689 in popluar number systems.

HEXF8C689
Decimal248198137
Binary111110001100011010001001
Octal370306211

Shades and tints

Shades of #F8C689

#F8C689
(248,198,137)
#E2B47D
(226,180,125)
#CCA271
(204,162,113)
#B69065
(182,144,101)
#A07E59
(160,126,89)
#8A6C4D
(138,108,77)
#745A41
(116,90,65)
#5E4835
(94,72,53)
#483629
(72,54,41)
#32241D
(50,36,29)
#1C1211
(28,18,17)
#000000
(0,0,0)

Tints of #F8C689

#F8C689
(248,198,137)
#F8CB93
(248,203,147)
#F8D09D
(248,208,157)
#F8D5A7
(248,213,167)
#F8DAB1
(248,218,177)
#F8DFBB
(248,223,187)
#F8E4C5
(248,228,197)
#F8E9CF
(248,233,207)
#F8EED9
(248,238,217)
#F8F3E3
(248,243,227)
#F8F8ED
(248,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C689 color. Also use rgb(248,198,137) instead hex code.

Text Font Color

.myTextColor { color: #F8C689; }

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

This text font color is #F8C689.


Background Color

.myBgColor { background-color: #F8C689; }

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

This div background color is #F8C689.


Border color

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

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

This div border color is #F8C689.


Opacity

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

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

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

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

This text has shadow with #F8C689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C689 on black background.


Color preview on white background

This text has color #F8C689 on white background.



Black color preview on #F8C689 background

This text has black color on #F8C689 background.


White color preview on #F8C689 background

This text has white color on #F8C689 background.