COLOR #FCB018

HEX: #FCB018
RGB: (252,176,24)

Renk bilgisi

#FCB018 contains mainly red color. #FCB018 ‘ nin web güvenlik rengi #FF9900 (ya da #F90) dir.

RGB renk modeli

#FCB018 color RGB value is (252,176,24).

  • kırmız ton 252;
  • yeşil ton 176;
  • mavi ton 24.
RGB:
(252,176,24)
(99%,69%,9%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 176 of 255 = 69%
B 24 of 255 = 9%

252
176
24

R + G + B ~ 59%. #FCB018 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 176 + 24 = 452 (100%)
R 252 of 452 ~ 55.75%
G 176 of 452 ~ 38.94%
B 24 of 452 ~ 5.31%

%55.75
%38.94

CMYK RENK MODELİ

#FCB018 rengi CMYK tonu (0,30,90,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.16%
  • sarı tonu 90.48%
  • ana renk tonu 1.18%
CMYK:
(0,30,90,1)
C0M30Y90K1 
(0%,30%,90%,1%)
(0.00/0.30/0.90/0.01)	

CMYK yüzdeleri

%0
%30.16
%90.48
%1.18

Codes

Color #FCB018 in popluar color models

FCB018
RGB25217624
HSL40°97.44%54.12%
HSB/HSV40°90.48%98.82%
CMYK0.00%30.16%90.48%
1.18%

Color #FCB018 in popluar number systems.

HEXFCB018
Decimal25217624
Binary111111001011000011000
Octal37426030

Shades and tints

Shades of #FCB018

#FCB018
(252,176,24)
#E6A016
(230,160,22)
#D09014
(208,144,20)
#BA8012
(186,128,18)
#A47010
(164,112,16)
#8E600E
(142,96,14)
#78500C
(120,80,12)
#62400A
(98,64,10)
#4C3008
(76,48,8)
#362006
(54,32,6)
#201004
(32,16,4)
#000000
(0,0,0)

Tints of #FCB018

#FCB018
(252,176,24)
#FCB72D
(252,183,45)
#FCBE42
(252,190,66)
#FCC557
(252,197,87)
#FCCC6C
(252,204,108)
#FCD381
(252,211,129)
#FCDA96
(252,218,150)
#FCE1AB
(252,225,171)
#FCE8C0
(252,232,192)
#FCEFD5
(252,239,213)
#FCF6EA
(252,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCB018 color. Also use rgb(252,176,24) instead hex code.

Text Font Color

.myTextColor { color: #FCB018; }

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

This text font color is #FCB018.


Background Color

.myBgColor { background-color: #FCB018; }

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

This div background color is #FCB018.


Border color

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

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

This div border color is #FCB018.


Opacity

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

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

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

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

This text has shadow with #FCB018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB018 on black background.


Color preview on white background

This text has color #FCB018 on white background.



Black color preview on #FCB018 background

This text has black color on #FCB018 background.


White color preview on #FCB018 background

This text has white color on #FCB018 background.