Color Hex Logo

#fcc700 Color Hex

#FCC700
(252,199,0)
0 Favorites   0 Comments

Color spaces of #fcc700

RGB 2521990
HSL0.131.000.49
HSV47°100°99°
CMYK 0.000.211.00   0.01
XYZ60.568361.54238.6866
Yxy61.54230.46310.4705
Hunter Lab78.44890.529548.3491
CIE-Lab82.66944.968784.0216

#fcc700 color RGB value is (252,199,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 00000000
Octal 374 307 0
Decimal 252 199 0
Hex FC C7 0

RGB Percentages of Color #fcc700

%55.88
%44.12
%0.00

CMYK Percentages of Color #fcc700

%0
%21
%100
%1

Triadic Colors of #fcc700

#fcc700 #00fcc7 #c700fc

Analogous Colors of #fcc700

#fcc700 #b3fc00 #fc4900

Monochromatic Colors of #fcc700

#fcc700

Complementary Color

#fcc700 #0035fc

#fcc700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc700 Color CSS Codes

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

#fcc700 Text Font Color

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

This sample text font color is #fcc700
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.


#fcc700 Background Color

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

This div background color is #fcc700


#fcc700 Border Color

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

This div border color is #fcc700


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,199,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 #fcc700">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc700

#fcc700 Color Palettes


Comments

No comments written yet.

Please login to write comment.