COLOR #F4C680

HEX: #F4C680
RGB: (244,198,128)

Renk bilgisi

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

RGB renk modeli

#F4C680 color RGB value is (244,198,128).

  • kırmız ton 244;
  • yeşil ton 198;
  • mavi ton 128.
RGB:
(244,198,128)
(96%,78%,50%)

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 198 of 255 = 78%
B 128 of 255 = 50%

244
198
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 198 + 128 = 570 (100%)
R 244 of 570 ~ 42.81%
G 198 of 570 ~ 34.74%
B 128 of 570 ~ 22.46%

%42.81
%34.74
%22.46

CMYK RENK MODELİ

#F4C680 rengi CMYK tonu (0,19,48,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.85%
  • sarı tonu 47.54%
  • ana renk tonu 4.31%
CMYK:
(0,19,48,4)
C0M19Y48K4 
(0%,19%,48%,4%)
(0.00/0.19/0.48/0.04)	

CMYK yüzdeleri

%0
%18.85
%47.54
%4.31

Codes

Color #F4C680 in popluar color models

F4C680
RGB244198128
HSL36°84.06%72.94%
HSB/HSV36°47.54%95.69%
CMYK0.00%18.85%47.54%
4.31%

Color #F4C680 in popluar number systems.

HEXF4C680
Decimal244198128
Binary111101001100011010000000
Octal364306200

Shades and tints

Shades of #F4C680

#F4C680
(244,198,128)
#DEB475
(222,180,117)
#C8A26A
(200,162,106)
#B2905F
(178,144,95)
#9C7E54
(156,126,84)
#866C49
(134,108,73)
#705A3E
(112,90,62)
#5A4833
(90,72,51)
#443628
(68,54,40)
#2E241D
(46,36,29)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #F4C680

#F4C680
(244,198,128)
#F5CB8B
(245,203,139)
#F6D096
(246,208,150)
#F7D5A1
(247,213,161)
#F8DAAC
(248,218,172)
#F9DFB7
(249,223,183)
#FAE4C2
(250,228,194)
#FBE9CD
(251,233,205)
#FCEED8
(252,238,216)
#FDF3E3
(253,243,227)
#FEF8EE
(254,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C680 color. Also use rgb(244,198,128) instead hex code.

Text Font Color

.myTextColor { color: #F4C680; }

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

This text font color is #F4C680.


Background Color

.myBgColor { background-color: #F4C680; }

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

This div background color is #F4C680.


Border color

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

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

This div border color is #F4C680.


Opacity

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

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

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

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

This text has shadow with #F4C680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C680 on black background.


Color preview on white background

This text has color #F4C680 on white background.



Black color preview on #F4C680 background

This text has black color on #F4C680 background.


White color preview on #F4C680 background

This text has white color on #F4C680 background.