Color Hex Logo

#fcc710 Color Hex

#FCC710
(252,199,16)
0 Favorites   0 Comments

Color spaces of #fcc710

RGB 25219916
HSL0.130.980.53
HSV47°94°99°
CMYK 0.000.210.94   0.01
XYZ60.661861.57979.1791
Yxy61.57970.46160.4686
Hunter Lab78.47270.658647.9957
CIE-Lab82.68945.103982.4588

#fcc710 color RGB value is (252,199,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 00010000
Octal 374 307 20
Decimal 252 199 16
Hex FC C7 10

RGB Percentages of Color #fcc710

%53.96
%42.61
%3.43

CMYK Percentages of Color #fcc710

%0
%21
%94
%1

Triadic Colors of #fcc710

#fcc710 #10fcc7 #c710fc

Analogous Colors of #fcc710

#fcc710 #bbfc10 #fc5110

Monochromatic Colors of #fcc710

#fcc710

Complementary Color

#fcc710 #1045fc

#fcc710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc710 Color CSS Codes

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

#fcc710 Text Font Color

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

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


#fcc710 Background Color

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

This div background color is #fcc710


#fcc710 Border Color

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

This div border color is #fcc710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc710


Comments

No comments written yet.

Please login to write comment.