Color Hex Logo

#fcc70f Color Hex

#FCC70F
(252,199,15)
0 Favorites   0 Comments

Color spaces of #fcc70f

RGB 25219915
HSL0.130.980.52
HSV47°94°99°
CMYK 0.000.210.94   0.01
XYZ60.654561.57689.1406
Yxy61.57680.46170.4687
Hunter Lab78.47090.648548.0233
CIE-Lab82.68795.093382.5789

#fcc70f color RGB value is (252,199,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 00001111
Octal 374 307 17
Decimal 252 199 15
Hex FC C7 F

RGB Percentages of Color #fcc70f

%54.08
%42.70
%3.22

CMYK Percentages of Color #fcc70f

%0
%21
%94
%1

Triadic Colors of #fcc70f

#fcc70f #0ffcc7 #c70ffc

Analogous Colors of #fcc70f

#fcc70f #bbfc0f #fc510f

Monochromatic Colors of #fcc70f

#fcc70f

Complementary Color

#fcc70f #0f44fc

#fcc70f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc70f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc70f Color CSS Codes

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

#fcc70f Text Font Color

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

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


#fcc70f Background Color

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

This div background color is #fcc70f


#fcc70f Border Color

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

This div border color is #fcc70f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc70f


Comments

No comments written yet.

Please login to write comment.