COLOR #FAE56C

HEX: #FAE56C
RGB: (250,229,108)

Renk bilgisi

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

RGB renk modeli

#FAE56C color RGB value is (250,229,108).

  • kırmız ton 250;
  • yeşil ton 229;
  • mavi ton 108.
RGB:
(250,229,108)
(98%,90%,42%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 229 of 255 = 90%
B 108 of 255 = 42%

250
229
108

R + G + B ~ 77%. #FAE56C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 229 + 108 = 587 (100%)
R 250 of 587 ~ 42.59%
G 229 of 587 ~ 39.01%
B 108 of 587 ~ 18.4%

%42.59
%39.01
%18.4

CMYK RENK MODELİ

#FAE56C rengi CMYK tonu (0,8,57,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.40%
  • sarı tonu 56.80%
  • ana renk tonu 1.96%
CMYK:
(0,8,57,2)
C0M8Y57K2 
(0%,8%,57%,2%)
(0.00/0.08/0.57/0.02)	

CMYK yüzdeleri

%0
%8.4
%56.8
%1.96

Codes

Color #FAE56C in popluar color models

FAE56C
RGB250229108
HSL51°93.42%70.20%
HSB/HSV51°56.80%98.04%
CMYK0.00%8.40%56.80%
1.96%

Color #FAE56C in popluar number systems.

HEXFAE56C
Decimal250229108
Binary11111010111001011101100
Octal372345154

Shades and tints

Shades of #FAE56C

#FAE56C
(250,229,108)
#E4D163
(228,209,99)
#CEBD5A
(206,189,90)
#B8A951
(184,169,81)
#A29548
(162,149,72)
#8C813F
(140,129,63)
#766D36
(118,109,54)
#60592D
(96,89,45)
#4A4524
(74,69,36)
#34311B
(52,49,27)
#1E1D12
(30,29,18)
#000000
(0,0,0)

Tints of #FAE56C

#FAE56C
(250,229,108)
#FAE779
(250,231,121)
#FAE986
(250,233,134)
#FAEB93
(250,235,147)
#FAEDA0
(250,237,160)
#FAEFAD
(250,239,173)
#FAF1BA
(250,241,186)
#FAF3C7
(250,243,199)
#FAF5D4
(250,245,212)
#FAF7E1
(250,247,225)
#FAF9EE
(250,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE56C color. Also use rgb(250,229,108) instead hex code.

Text Font Color

.myTextColor { color: #FAE56C; }

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

This text font color is #FAE56C.


Background Color

.myBgColor { background-color: #FAE56C; }

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

This div background color is #FAE56C.


Border color

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

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

This div border color is #FAE56C.


Opacity

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

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

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

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

This text has shadow with #FAE56C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE56C on black background.


Color preview on white background

This text has color #FAE56C on white background.



Black color preview on #FAE56C background

This text has black color on #FAE56C background.


White color preview on #FAE56C background

This text has white color on #FAE56C background.