COLOR #FACE0D

HEX: #FACE0D
RGB: (250,206,13)

Renk bilgisi

#FACE0D contains mainly red and green colors. #FACE0D ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#FACE0D color RGB value is (250,206,13).

  • kırmız ton 250;
  • yeşil ton 206;
  • mavi ton 13.
RGB:
(250,206,13)
(98%,81%,5%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 206 of 255 = 81%
B 13 of 255 = 5%

250
206
13

R + G + B ~ 61%. #FACE0D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 206 + 13 = 469 (100%)
R 250 of 469 ~ 53.3%
G 206 of 469 ~ 43.92%
B 13 of 469 ~ 2.77%

%53.3
%43.92

CMYK RENK MODELİ

#FACE0D rengi CMYK tonu (0,18,95,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.60%
  • sarı tonu 94.80%
  • ana renk tonu 1.96%
CMYK:
(0,18,95,2)
C0M18Y95K2 
(0%,18%,95%,2%)
(0.00/0.18/0.95/0.02)	

CMYK yüzdeleri

%0
%17.6
%94.8
%1.96

Codes

Color #FACE0D in popluar color models

FACE0D
RGB25020613
HSL49°95.95%51.57%
HSB/HSV49°94.80%98.04%
CMYK0.00%17.60%94.80%
1.96%

Color #FACE0D in popluar number systems.

HEXFACE0D
Decimal25020613
Binary11111010110011101101
Octal37231615

Shades and tints

Shades of #FACE0D

#FACE0D
(250,206,13)
#E4BC0C
(228,188,12)
#CEAA0B
(206,170,11)
#B8980A
(184,152,10)
#A28609
(162,134,9)
#8C7408
(140,116,8)
#766207
(118,98,7)
#605006
(96,80,6)
#4A3E05
(74,62,5)
#342C04
(52,44,4)
#1E1A03
(30,26,3)
#000000
(0,0,0)

Tints of #FACE0D

#FACE0D
(250,206,13)
#FAD223
(250,210,35)
#FAD639
(250,214,57)
#FADA4F
(250,218,79)
#FADE65
(250,222,101)
#FAE27B
(250,226,123)
#FAE691
(250,230,145)
#FAEAA7
(250,234,167)
#FAEEBD
(250,238,189)
#FAF2D3
(250,242,211)
#FAF6E9
(250,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FACE0D color. Also use rgb(250,206,13) instead hex code.

Text Font Color

.myTextColor { color: #FACE0D; }

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

This text font color is #FACE0D.


Background Color

.myBgColor { background-color: #FACE0D; }

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

This div background color is #FACE0D.


Border color

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

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

This div border color is #FACE0D.


Opacity

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

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

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

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

This text has shadow with #FACE0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACE0D on black background.


Color preview on white background

This text has color #FACE0D on white background.



Black color preview on #FACE0D background

This text has black color on #FACE0D background.


White color preview on #FACE0D background

This text has white color on #FACE0D background.