COLOR #FCC037

HEX: #FCC037
RGB: (252,192,55)

Renk bilgisi

#FCC037 contains mainly red color. #FCC037 ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#FCC037 color RGB value is (252,192,55).

  • kırmız ton 252;
  • yeşil ton 192;
  • mavi ton 55.
RGB:
(252,192,55)
(99%,75%,22%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 192 of 255 = 75%
B 55 of 255 = 22%

252
192
55

R + G + B ~ 65%. #FCC037 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 192 + 55 = 499 (100%)
R 252 of 499 ~ 50.5%
G 192 of 499 ~ 38.48%
B 55 of 499 ~ 11.02%

%50.5
%38.48
%11.02

CMYK RENK MODELİ

#FCC037 rengi CMYK tonu (0,24,78,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.81%
  • sarı tonu 78.17%
  • ana renk tonu 1.18%
CMYK:
(0,24,78,1)
C0M24Y78K1 
(0%,24%,78%,1%)
(0.00/0.24/0.78/0.01)	

CMYK yüzdeleri

%0
%23.81
%78.17
%1.18

Codes

Color #FCC037 in popluar color models

FCC037
RGB25219255
HSL42°97.04%60.20%
HSB/HSV42°78.17%98.82%
CMYK0.00%23.81%78.17%
1.18%

Color #FCC037 in popluar number systems.

HEXFCC037
Decimal25219255
Binary1111110011000000110111
Octal37430067

Shades and tints

Shades of #FCC037

#FCC037
(252,192,55)
#E6AF32
(230,175,50)
#D09E2D
(208,158,45)
#BA8D28
(186,141,40)
#A47C23
(164,124,35)
#8E6B1E
(142,107,30)
#785A19
(120,90,25)
#624914
(98,73,20)
#4C380F
(76,56,15)
#36270A
(54,39,10)
#201605
(32,22,5)
#000000
(0,0,0)

Tints of #FCC037

#FCC037
(252,192,55)
#FCC549
(252,197,73)
#FCCA5B
(252,202,91)
#FCCF6D
(252,207,109)
#FCD47F
(252,212,127)
#FCD991
(252,217,145)
#FCDEA3
(252,222,163)
#FCE3B5
(252,227,181)
#FCE8C7
(252,232,199)
#FCEDD9
(252,237,217)
#FCF2EB
(252,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC037 color. Also use rgb(252,192,55) instead hex code.

Text Font Color

.myTextColor { color: #FCC037; }

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

This text font color is #FCC037.


Background Color

.myBgColor { background-color: #FCC037; }

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

This div background color is #FCC037.


Border color

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

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

This div border color is #FCC037.


Opacity

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

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

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

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

This text has shadow with #FCC037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC037 on black background.


Color preview on white background

This text has color #FCC037 on white background.



Black color preview on #FCC037 background

This text has black color on #FCC037 background.


White color preview on #FCC037 background

This text has white color on #FCC037 background.