COLOR #F5CB80

HEX: #F5CB80
RGB: (245,203,128)

Renk bilgisi

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

RGB renk modeli

#F5CB80 color RGB value is (245,203,128).

  • kırmız ton 245;
  • yeşil ton 203;
  • mavi ton 128.
RGB:
(245,203,128)
(96%,80%,50%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 203 of 255 = 80%
B 128 of 255 = 50%

245
203
128

R + G + B ~ 75%. #F5CB80 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 203 + 128 = 576 (100%)
R 245 of 576 ~ 42.53%
G 203 of 576 ~ 35.24%
B 128 of 576 ~ 22.22%

%42.53
%35.24
%22.22

CMYK RENK MODELİ

#F5CB80 rengi CMYK tonu (0,17,48,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.14%
  • sarı tonu 47.76%
  • ana renk tonu 3.92%
CMYK:
(0,17,48,4)
C0M17Y48K4 
(0%,17%,48%,4%)
(0.00/0.17/0.48/0.04)	

CMYK yüzdeleri

%0
%17.14
%47.76
%3.92

Codes

Color #F5CB80 in popluar color models

F5CB80
RGB245203128
HSL38°85.40%73.14%
HSB/HSV38°47.76%96.08%
CMYK0.00%17.14%47.76%
3.92%

Color #F5CB80 in popluar number systems.

HEXF5CB80
Decimal245203128
Binary111101011100101110000000
Octal365313200

Shades and tints

Shades of #F5CB80

#F5CB80
(245,203,128)
#DFB975
(223,185,117)
#C9A76A
(201,167,106)
#B3955F
(179,149,95)
#9D8354
(157,131,84)
#877149
(135,113,73)
#715F3E
(113,95,62)
#5B4D33
(91,77,51)
#453B28
(69,59,40)
#2F291D
(47,41,29)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #F5CB80

#F5CB80
(245,203,128)
#F5CF8B
(245,207,139)
#F5D396
(245,211,150)
#F5D7A1
(245,215,161)
#F5DBAC
(245,219,172)
#F5DFB7
(245,223,183)
#F5E3C2
(245,227,194)
#F5E7CD
(245,231,205)
#F5EBD8
(245,235,216)
#F5EFE3
(245,239,227)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CB80 color. Also use rgb(245,203,128) instead hex code.

Text Font Color

.myTextColor { color: #F5CB80; }

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

This text font color is #F5CB80.


Background Color

.myBgColor { background-color: #F5CB80; }

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

This div background color is #F5CB80.


Border color

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

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

This div border color is #F5CB80.


Opacity

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

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

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

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

This text has shadow with #F5CB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CB80 on black background.


Color preview on white background

This text has color #F5CB80 on white background.



Black color preview on #F5CB80 background

This text has black color on #F5CB80 background.


White color preview on #F5CB80 background

This text has white color on #F5CB80 background.