Color Hex Logo

#fcc93f Color Hex

#FCC93F
(252,201,63)
0 Favorites   0 Comments

Color spaces of #fcc93f

RGB 25220163
HSL0.120.970.62
HSV44°75°99°
CMYK 0.000.200.75   0.01
XYZ61.928762.827613.5656
Yxy62.82760.44770.4542
Hunter Lab79.26390.749945.3375
CIE-Lab83.35165.225971.4056

#fcc93f color RGB value is (252,201,63).

#fcc93f hex color red value is 252, green value is 201 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fcc93f hue: 0.12 , saturation: 0.97 and the lightness value of fcc93f is 0.62.

The process color (four color CMYK) of #fcc93f color hex is 0.00, 0.20, 0.75, 0.01. Web safe color of #fcc93f is #ffcc33. Color #fcc93f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 00111111
Octal 374 311 77
Decimal 252 201 63
Hex FC C9 3F

RGB Percentages of Color #fcc93f

%48.84
%38.95
%12.21

CMYK Percentages of Color #fcc93f

%0
%20
%75
%1

Triadic Colors of #fcc93f

#fcc93f #3ffcc9 #c93ffc

Analogous Colors of #fcc93f

#fcc93f #d1fc3f #fc6b3f

Monochromatic Colors of #fcc93f

#fcc93f

Complementary Color

#fcc93f #3f72fc

#fcc93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc93f Color CSS Codes

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

#fcc93f Text Font Color

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

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


#fcc93f Background Color

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

This div background color is #fcc93f


#fcc93f Border Color

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

This div border color is #fcc93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc93f


Comments

No comments written yet.

Please login to write comment.