Color Hex Logo

#fcc725 Color Hex

#FCC725
(252,199,37)
0 Favorites   0 Comments

Color spaces of #fcc725

RGB 25219937
HSL0.130.970.57
HSV45°85°99°
CMYK 0.000.210.85   0.01
XYZ60.902261.675910.4450
Yxy61.67590.45780.4636
Hunter Lab78.53400.990147.0883
CIE-Lab82.74085.450478.6882

#fcc725 color RGB value is (252,199,37).

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

The process color (four color CMYK) of #fcc725 color hex is 0.00, 0.21, 0.85, 0.01. Web safe color of #fcc725 is #ffcc33. Color #fcc725 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 00100101
Octal 374 307 45
Decimal 252 199 37
Hex FC C7 25

RGB Percentages of Color #fcc725

%51.64
%40.78
%7.58

CMYK Percentages of Color #fcc725

%0
%21
%85
%1

Triadic Colors of #fcc725

#fcc725 #25fcc7 #c725fc

Analogous Colors of #fcc725

#fcc725 #c6fc25 #fc5b25

Monochromatic Colors of #fcc725

#fcc725

Complementary Color

#fcc725 #255afc

#fcc725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc725 Color CSS Codes

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

#fcc725 Text Font Color

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

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


#fcc725 Background Color

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

This div background color is #fcc725


#fcc725 Border Color

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

This div border color is #fcc725


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc725


Comments

No comments written yet.

Please login to write comment.