Color Hex Logo

#fcc600 Color Hex

#FCC600
(252,198,0)
0 Favorites   0 Comments

Color spaces of #fcc600

RGB 2521980
HSL0.131.000.49
HSV47°100°99°
CMYK 0.000.211.00   0.01
XYZ60.339061.08368.6101
Yxy61.08360.46400.4698
Hunter Lab78.15601.034948.1775
CIE-Lab82.42375.484483.8514

#fcc600 color RGB value is (252,198,0).

#fcc600 hex color red value is 252, green value is 198 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fcc600 hue: 0.13 , saturation: 1.00 and the lightness value of fcc600 is 0.49.

The process color (four color CMYK) of #fcc600 color hex is 0.00, 0.21, 1.00, 0.01. Web safe color of #fcc600 is #ffcc00. Color #fcc600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 00000000
Octal 374 306 0
Decimal 252 198 0
Hex FC C6 0

RGB Percentages of Color #fcc600

%56.00
%44.00
%0.00

CMYK Percentages of Color #fcc600

%0
%21
%100
%1

Triadic Colors of #fcc600

#fcc600 #00fcc6 #c600fc

Analogous Colors of #fcc600

#fcc600 #b4fc00 #fc4800

Monochromatic Colors of #fcc600

#fcc600

Complementary Color

#fcc600 #0036fc

#fcc600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc600 Color CSS Codes

.mybgcolor {background-color:#fcc600; } 
.myforecolor {color:#fcc600; }
.mybordercolor {border:3px solid #fcc600; }

#fcc600 Text Font Color

<p style="color:#fcc600">Text here</p>

This sample text font color is #fcc600
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fcc600 Background Color

<div style="background-color:#fcc600">
Div content here</div>

This div background color is #fcc600


#fcc600 Border Color

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

This div border color is #fcc600


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,198,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcc600; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcc600;
  -webkit-box-shadow: 1px 1px 3px 2px #fcc600;
  box-shadow:         1px 1px 3px 2px #fcc600; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,198,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcc600">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fcc600;
  -webkit-box-shadow: 1px 1px 3px 2px #fcc600;
  box-shadow:         1px 1px 3px 2px #fcc600;">
Div content here</div>

This div box has shadow with color #fcc600

Related Colors


Comments

No comments written yet.

Please login to write comment.