Color Hex Logo

#fcc715 Color Hex

#FCC715
(252,199,21)
0 Favorites   0 Comments

Color spaces of #fcc715

RGB 25219921
HSL0.130.970.54
HSV46°92°99°
CMYK 0.000.210.92   0.01
XYZ60.703761.59649.3993
Yxy61.59640.46090.4677
Hunter Lab78.48340.716647.8377
CIE-Lab82.69835.164581.7784

#fcc715 color RGB value is (252,199,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 00010101
Octal 374 307 25
Decimal 252 199 21
Hex FC C7 15

RGB Percentages of Color #fcc715

%53.39
%42.16
%4.45

CMYK Percentages of Color #fcc715

%0
%21
%92
%1

Triadic Colors of #fcc715

#fcc715 #15fcc7 #c715fc

Analogous Colors of #fcc715

#fcc715 #befc15 #fc5415

Monochromatic Colors of #fcc715

#fcc715

Complementary Color

#fcc715 #154afc

#fcc715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc715 Color CSS Codes

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

#fcc715 Text Font Color

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

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


#fcc715 Background Color

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

This div background color is #fcc715


#fcc715 Border Color

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

This div border color is #fcc715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc715

Related Colors


Comments

No comments written yet.

Please login to write comment.